Hi Guyz,
I am using Eclipse 3.6 and jboss 4.2 I've created Enterprise Application with two modules, EJB and WEB.
I have converted the WEB module into GWT application (and added necessary files - html and css)
The problem is, when I need to Inject either the Remote or Local interfaces in the GWTServiceImpl servlet using the @EJB
annotation, and when deploy the app on JBoss and start it using default browser (i.e. web mode , or prod mode), I get NullPointerException saying that, the SLSB interface is null. Which means no injection happend.
Please help.