1 Reply Latest reply on Nov 11, 2011 1:46 AM by jaikiran

    Migration form JBOSS 5.1.0.GA to JBOSS 6.1.0.final

    suikast42

      Hi @ all,

       

      I try to migrate my EJB application, which based on EJB 2.1, to JBOSS 6.1.0 final and have serval problems.

       

      Before I can test the deployment of my application I must migrate my modifications for my MBeans and custom services to JBOSS 6.1.0.

       

      As I see the following classes or packages are not longer in JBOSS 6.1.0 :

       

      1. org.jboss.messaging.core.jmx - I need the class JDBCPersistenceManagerService

      2. org.jboss.jms.server.destination - I need the class TopicService

      3. org.jboss.deployment.DeploymentInfo. This class was in jboss-system-jmx.jar. The jar is renamed to jboss.jar

       

      Can someone please tell me how can I find the new implementations of this classes ??

        • 1. Re: Migration form JBOSS 5.1.0.GA to JBOSS 6.1.0.final
          jaikiran

          Sueleyman Vurucu wrote:

           

          1. org.jboss.messaging.core.jmx - I need the class JDBCPersistenceManagerService

          2. org.jboss.jms.server.destination - I need the class TopicService

          JBoss AS6 doesn't have JBoss Messaging project instead it uses HornetQ as the messaging implementation. So those classes aren't available in AS6.