Bugs item #633297, was opened at 2002-11-04 14:36
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=633297&group_id=22866

Category: JBossServer
Group: v3.2
Status: Open
Resolution: None
Priority: 5
Submitted By: Chris Harris (charris)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2 identical named mdbs cannot deploy

Initial Comment:
Two MDBs, both with the same ejb-name but *in different
ejb-jars*, both produce MBeans with ObjectName

jboss.j2ee:jndiName=local/MyMDBEJBName,service=EJB

meaning that the second MDB will not deploy properly
since the MBeanServer returns
InstanceAlreadyExistsException. The ObjectNames are
formed with the prefix "/local" to produce a dummy jndi
name, but need to be more unique than this to avoid the
clash.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376685&aid=633297&group_id=22866


-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to