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