users@glassfish.java.net

EJB in JAXWS Service ?? how-to

From: <glassfish_at_javadesktop.org>
Date: Sun, 18 May 2008 09:54:40 PDT

I am trying to load a Session Bean in my service implementation, but it is not working...

my EAR deploys fine, the web-service works fine, but the following code always return a null reference:

        @EJB(name = "ResponseTime")
        private ResponseTime dao;

the EAR is available here: https://cejug-classifieds.dev.java.net/files/documents/8128/97472/cejug-classifieds-server.ear

the full source code of my project is available here: https://cejug-classifieds.dev.java.net/
[Message sent by forum member 'felipegaucho' (felipegaucho)]

http://forums.java.net/jive/thread.jspa?messageID=275062