0 Replies Latest reply on Apr 16, 2009 6:30 AM by eigenbrodtm

    Injecting EJBS into Webservice in Servlet Layer

      This is actually more an Java EE 5 than en "ejb 3.0" Question. Please point me to a more appropiate Forum if there is such.

      I've got a Class with "@WebService" packaged in a war together with an web.xml configuring it with the "servlet" and "servlet-mapping" tags.
      This class does not getFields anotated with "@EJB" injected.
      The war is packaged in an ear together with an ejb-jar. I'm running jboss 5.0.1. Does this simply not work or am I doing somethingh wrong?