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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...