2 Replies Latest reply on Dec 17, 2002 12:31 AM by nsuresh

    JBoss 2.4 - JBoss 3

    dimkaz

      Hello,

      I'm having problems deploying at JBoss 3 an application (ear) which was perfectly working with JBoss 2.4.

      Does anybody knows deployment differences? What shall be changed and what needs an attention?

      Regards,

      Dmitri

        • 1. Re: JBoss 2.4 - JBoss 3

          what exactly is the problem?

          • 2. Re: JBoss 2.4 - JBoss 3
            nsuresh

            Hello,

            we are also facing the same problem, one jar file containing all EJBs along with deployment descriptor, use to work fine with 2.4.4 version. client was able to connect to server, when we tried to migrate to JBoss3.0.0 and 3.0.3, it says:
            org.jboss.deployment.DeploymentException: Could not deploy file:/D:/jboss-3.0.0/
            server/default/deploy/TypesManagement.jar; - nested throwable: (org.jboss.deploy
            ment.DeploymentException: Bean InventoryManagementBean not found within this app
            lication.)

            we tried, deploying EJB independently, and figured out problem of JNDI lookup of one EJB ( packed in one jar ) to other EJB ( packed in other jar ).

            Thanks in advance for help,
            SN