1 Reply Latest reply on Oct 21, 2002 11:53 AM by juha

    JNDI Names conflict

    simteq

      I am using JBOSS 2.4.1a on Solaris.
      I am trying to deploy two entity beans, one RicosTrade and the other AidbTrade, each one individually works fine however when I deploy both the first one is deployed okay however the second one fails with an error message stating that the JNDI name is already in use, this happens regardless of which one is deployed first. I have checked the source and jndi-name in each beans jboss.xml file and all are correct. When I check the MBEANs attributes via port 8082 the Container is of type 'org.jboss.ejb.Container' with a value of 'Type Not Supported: [org.jboss.ejb.EntityContainer@4d41e2]'.

      PLEASE help