2 Replies Latest reply on Aug 30, 2011 12:09 PM by marcos.sousa

    Migrating from JBoss-4.2.3.GA to JBoss 7

    marcos.sousa

      We are using EJB3 + jBPM 4.3 + Hibernate 3.

       

      Any advice when migrating from JBoss 4.2.3.GA to JBoss 7?

       

      Thanks in advance,

        • 1. Re: Migrating from JBoss-4.2.3.GA to JBoss 7
          smarlow

          Which version of Hibernate 3?

          • 2. Re: Migrating from JBoss-4.2.3.GA to JBoss 7
            marcos.sousa

            I attached the completed maven pom dependencies only.

             

                         <dependency>
                            <groupId>org.hibernate</groupId>
                            <artifactId>hibernate-annotations</artifactId>
                            <version>3.3.0.ga</version>
                        </dependency>
                        <dependency>
                            <groupId>org.hibernate</groupId>
                            <artifactId>hibernate</artifactId>
                            <version>3.2.5.ga</version>
                        </dependency>