The @Autowired annotated class variable is comming as Null. jax ws web service has used Spring Boot and Endpoint for implementation.
Asked
Active
Viewed 494 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
- 12,336
- 15
- 73
- 115

Gurneet Sethi
- 810
- 7
- 11