2 Replies Latest reply on Feb 2, 2011 6:41 AM by amitjj321

    JBoss unable to understand tx propagated by weblogic

    amitjj321

      Hi all,

       

      I am trying to propagate tx from weblogic server to JBoss application server. The scenario is

      I have a ejb deployed on weblogic with tx attribute as required. Another ejb is deployed on jboss with tx attribute as mandatory. When the request goes from weblogic to jboss, this exception is coming:

       

      javax.transaction.InvalidTransactionException: CORBA INVALID_TRANSACTION 0 No; nested exception is:

          org.omg.CORBA.INVALID_TRANSACTION:   vmcid: 0x0  minor code: 0  completed: No

       

      Clearly Jboss is unable to understand the tx context sent by weblogic. Is it a known issue or I am doing something wrong. If I am missing some setup in Jboss please let me know.

       

      These are the properties used while doing the Jboss lookup

       

         contextFactory = com.sun.jndi.cosnaming.CNCtxFactory

         providerUrl = iiop://127.0.0.1:3528

         factory.url.pkgs = org.jboss.iiop.naming:org.jboss.naming.client:org.jnp.interfaces

       

      Am I missing something. Please let me know.

       

      Thanks