| Author |
Inject using @EJB or to do Lookup eachtime in Servlet Filter
|
Pratik Surti
Greenhorn
Joined: Sep 16, 2006
Posts: 21
|
|
Hi All,
I want to inject the EJB (Local) into the Servlet Filter and the EAR is deployed on Weblogic 11g.
My question is:
Shall the @EJB Annotation will work on Weblogic 11g or it will be ignored?
OR
I have to do look up as below and mention the references in web.xml and weblogic xml file:
Thanks
|
Pratik Surti
SCJP 5.0
|
 |
 |
|
|
subject: Inject using @EJB or to do Lookup eachtime in Servlet Filter
|
|
|