2 Replies Latest reply on Jul 26, 2011 1:27 AM by arjun_kumaar

    Migrating to JBOSS 7

    arjun_kumaar

      Currently we are using JBoss AS 5.1.0. We use EJB 3.0 and JMS. The EJB's are accessed from a swing client for which we have to use remote interfaces. Since JBoss7 only supports EJBLite and EJB Lite does not support remote interfaces, does it mean we will not be able to migrate our application to JBoss7? How about support for JMS and JAAS? We use the DatabaseLoginModule for authentication. Is it supported in AS 7?

       

      How about JBoss6? Does JBoss6 support all of the above?

       

      TIA,

      Arjun

        • 1. Re: Migrating to JBOSS 7
          jaikiran

          Arjun Kumaar wrote:

           

          Currently we are using JBoss AS 5.1.0. We use EJB 3.0 and JMS. The EJB's are accessed from a swing client for which we have to use remote interfaces. Since JBoss7 only supports EJBLite and EJB Lite does not support remote interfaces, does it mean we will not be able to migrate our application to JBoss7?

          AS 7.1 will support that. So you should be able to use that in AS 7.1

           

           

          Arjun Kumaar wrote:

           

          How about support for JMS and JAAS? We use the DatabaseLoginModule for authentication. Is it supported in AS 7?

           

          JAAS is currently available in AS 7.0 and JMS (except for MDBs).

           

           

          Arjun Kumaar wrote:

           

           

           

          How about JBoss6? Does JBoss6 support all of the above?

           

          Yes, it does.

          • 2. Re: Migrating to JBOSS 7
            arjun_kumaar

            Thanks Jaikiran.

             

            --Arjun