4 Replies Latest reply on Nov 5, 2002 7:10 AM by erikture

    Jboss 3.0.3 -> Jboss 4.0

    erikture

      Hello!

      I have an ear file that deploys and runs fine using jboss 3.0.3.

      Now I would like to use the latest JBOSS from CVS.
      I am no longer able to deploy it.
      What changes do I have to make to get a 3.0.3 earfile deploy in 4.0.

      I attatch the server log that is the result of a startup of JBOSS.

      /Erik

        • 1. Re: Jboss 3.0.3 -> Jboss 4.0

          No you didn't :-)

          My guess is you have <container-configurations>
          in jboss.xml, compare these with the configurations
          in standardjboss.xml

          Regards,
          Adrian

          • 2. Re: Jboss 3.0.3 -> Jboss 4.0
            erikture

            Hello!

            I will try to attach the log file once more.
            I do not do any container-copnfigurations in my jboss.xml files.

            Below is a part of the jboss.xml file that I have.
            My ejb-jar.xml, jboss.xml and jbosscmp-jdbc.xml files are all generated using XDoclet. My application.xml, jboss-app.xml, jboss-web.xml and web.xml files are manualy written.

            <?xml version="1.0" encoding="UTF-8"?>
            <!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 3.0//EN" "http://www.jboss.org/j2ee/dtd/jboss_3_0.dtd">



            <enterprise-beans>


            <ejb-name>PublishedItempyramiden</ejb-name>
            <local-jndi-name>com.proventek.scj.publish.internalinterfaces.PublishedItemLocalpyramiden</local-jndi-name>
            <configuration-name>Instance Per Transaction CMP 2.x EntityBean</configuration-name>


            .
            .
            .

            <ejb-name>LayoutManagerpyramiden</ejb-name>
            <jndi-name>com.proventek.scj.layout.publicinterfaces.LayoutManagerpyramiden</jndi-name>


            </enterprise-beans>

            <resource-managers>
            </resource-managers>




            /Erik

            • 3. Re: Jboss 3.0.3 -> Jboss 4.0

              [org.jboss.ejb.EJBDeployer] Deploying: file:/C:/Program/Jboss-Jetty/server/default/deploy/pyramiden.ear/scj.war/WEB-INF/lib/scj.jar/

              It looks like it is trying to deploy an ejb jar
              that is in WEB-INF/lib, this is a bug.

              You can report bugs at www.sf.net/projects/jboss

              You can remove that jar, you don't need it.

              Regards,
              Adrian

              • 4. Re: Jboss 3.0.3 -> Jboss 4.0
                erikture

                Hello!

                That was it!
                Thanks!

                I have posted a bugreport.

                /Erik