Spring autowire giving null pointer exception

cancel
Showing results for 
Search instead for 
Did you mean: 
krishmukh
Member II

Spring autowire giving null pointer exception

I am using activiti dpring starter project 5.17.

Spring boot version 1.5.14

In delegate class i cant autowire my other services. Its giving null pointer.

 I have tried to inject autowire dependency from cobstractor od delegate class. But everything is failing

1 Reply
paiyyavj13
Established Member II

Re: Spring autowire giving null pointer exception

May be you could post the code you used?