| Author |
Cant do dependency injection of EJB3 stateless bean from a servlet in Weblogic 10.3.6
|
Anirban Chowdhury
Ranch Hand
Joined: Aug 05, 2008
Posts: 36
|
|
I tried all day today to inject my EJB3 from a serlet. Unfortunately couldn't get it to work.
Weblogic version : 10.3.6
**My EJBs**
**My Servlet**
I have an application.xml and a web.xml but no ejb-jar.xml or other deployment descriptors as I will be using only annotations as of now.
Now, I can do a perfect lookup using the specified JNDI name, however the DI doesn't happen.
I have tried with :@EJB(mappedName="testFirstStatelessBean") as well on the servlet. Even that doesn't work. Please let me know what can be done here?
|
To living life on the edge! I blog my experiences @ http://anirbanchowdhury.wordpress.com.
|
 |
 |
|
|
subject: Cant do dependency injection of EJB3 stateless bean from a servlet in Weblogic 10.3.6
|
|
|