1 Reply Latest reply on Jan 11, 2011 9:14 AM by wdfink

    Remote invocation of EJBs in JBoss 4.0.5 from JBoss 5.1.0

    khookguy12

      We have a custom application running in JBoss 5.1.0 that needs to invoke EJBs deployed on a JBoss 4.0.5 instance.

       

      When we do this outside the container, we use the jbossall-client from version 4.0.5.  However, inside the container, the 4.0.5 version of jbossall-client conflicts with the 5.1.0 container classes; so we cannot use it.  How is this problem usually solved?  I.e., what is best practice for making EJB calls from inside a 5.1.0 container to EJBs running in a 4.0.5 container?

       

      Thanks,

       

      Mark

        • 1. Remote invocation of EJBs in JBoss 4.0.5 from JBoss 5.1.0
          wdfink

          Hi Mark,

          unfortunatly I think you have bad luck ;-(

          We give up after testing and found that our application will not work under any circumstances.

           

          You might use the classloading configuration isolation and pack the 4.0.5client into your 5.x application.

          But we give up because of problems with transaction demarcation.

          within this formums you will find some discussions about 5.x <==> 4.x call integration.