The @Autowired annotated class variable is comming as Null. jax ws web service has used Spring Boot and Endpoint for implementation.
Asked
Active
Viewed 454 times
-3
-
you should show your code. – Patrick May 29 '17 at 15:54
1 Answers
-1
Try to see if you have missed a @Component or an @Service annotation in the class you want to autowire.
Also have a look here:
Why is my Spring @Autowired field null?
Patrick
- 11,357
- 14
- 68
- 108
Gurneet Sethi
- 790
- 6
- 10