users@glassfish.java.net

How do I access EJB from GlassFish webstart client

From: <glassfish_at_javadesktop.org>
Date: Tue, 24 Feb 2009 21:30:38 PST

I have EAR file with ejb and client module,
the client has an @EJB annotation and application-client.xml with :
<ejb-ref>
<ejb-ref-name>ejb/OrderSessionI</ejb-ref-name>
  <ejb-ref-type>Session</ejb-ref-type>
  <remote>com.lbsh.superOrder.session.OrderSessionI</remote>
</ejb-ref>
when I starts the application in web start and access the annotated element, the reference injection seems to fail and I get a nullpointerexception.
[Message sent by forum member 'enavle' (enavle)]

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