| Author |
EJB Object Null Pointer Exception Inside JAX-WS Web Service
|
peter wong ka chon
Ranch Hand
Joined: Jul 28, 2011
Posts: 39
|
|
Hello to all, I'm tried to develop a web service application that utilize EJB function inside web service class but the EJB object is null during run time.
I'm configure the web service using Spring Application Context. Is there any problem with it?
Code:
Web.xml
Beans.xml
What is the reason the ejb ojbect is null? Is it relate to Spring DI of CreditCardService class but does not instantiate the ejb object?
What is the purpose of CXF servlet? Is it use to handle web service request?
Please help.
Thanks.
|
 |
 |
|
|
subject: EJB Object Null Pointer Exception Inside JAX-WS Web Service
|
|
|