users@glassfish.java.net

Re: Duplicate deployment

From: <glassfish_at_javadesktop.org>
Date: Wed, 18 Jun 2008 08:01:41 PDT

Was the ejb module packaged inside the war in the case where you deploy them separately? It's not surprising to get the JNDI name conflict if the same ejb module was deployed twice (once deployed by itself and once as part of the war).

If you want the war to reference the EJBs inside the ejb jar, you should only package the relevant ejb interfaces inside the war instead of trying to adding the whole ejb jar to the war.
[Message sent by forum member 'hzhang_jn' (hzhang_jn)]

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