RE: [JBoss-user] JBoss 2.4.4 NameAlreadyBoundException

2002-05-23 Thread Graham French
: [JBoss-user] JBoss 2.4.4 NameAlreadyBoundException Show the full log of the jar deployment. If the jar is something you can post to SourceForge open a bug and attach the jar. Scott Stark Chief Technology Officer JBoss Group, LLC - Original

Re: [JBoss-user] JBoss 2.4.4 NameAlreadyBoundException

2002-05-22 Thread Scott M Stark
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 22, 2002 10:28 AM Subject: [JBoss-user] JBoss 2.4.4 NameAlreadyBoundException > Hi, > > I have an jar that contains two ejbs: one stateless session > (AuthenticationManager) and one BMP entity (ToolUser) > When

[JBoss-user] JBoss 2.4.4 NameAlreadyBoundException

2002-05-22 Thread Graham French
Hi, I have an jar that contains two ejbs: one stateless session (AuthenticationManager) and one BMP entity (ToolUser) When I deploy it under JBoss 2.4.4, I get the stack trace below. If I comment out one of the ejbs in the deployment descriptors, it deploys fine. When I put back just the minimal