users@glassfish.java.net

Re: RE: Re: RE: Re: How to find out the actual JNDI name of a EJB 2.1 Com

From: <glassfish_at_javadesktop.org>
Date: Fri, 06 Jun 2008 08:03:34 PDT

It's probably because the ejb-ref has no type information. It's needs some to know whether
the client dependency is for a 2.x or 3.0 view. Try adding <local-home> and <local>.

<ejb-ref>
<ejb-ref-name>ejb/EscalationPlanManager</ejb-ref-name>
<local-home>de.quipsy.sessions.escalationplanmanager.EscalationPlanManagerHome</local-home>
<local>e.quipsy.sessions.escalationplanmanager.?</local>
</ejb-ref>
[Message sent by forum member 'ksak' (ksak)]

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