[jboss-user] [EJB 3.0] - Re: NullPointerException in JavaEEComponentHelper with JBoss
japase
do-not-reply at jboss.com
Wed Apr 15 07:55:12 EDT 2009
Hi,
It can't be true.
According to Java EE 5 specification web service endpoints can either be defined through "@WebService" annotation inside EJB 3 code (i.e. "@Stateless") _or_ as separate stand alone classes packed as war application, as in our case.
Of course, our "@EJB" declarations in web service code refer to EJB 3 EJBs.
BTW: EJB injection in web service endpoints deployed as war application _does_ work in both GlassFish and WebLogic.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4225595#4225595
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4225595
More information about the jboss-user
mailing list