0 Replies Latest reply on Nov 17, 2009 1:04 PM by joez

    transaction propagation over iiop broken?

      I am trying to call an external CORBA object whose method is defined as transactional (Orbix 6.3). I am getting a reference to this object through the naming service which is in the form of a stringified ior. I am calling the corba object it from a stateless bean defined as transaction mandatory. When I call the method on the corba object i get a server exception CORBA.NO_TRANSACTION. It appears that the transaction is not being propagated properly over iiop.

      I have seen this article but it is not working. The example does not even work.
      http://www.jboss.org/community/wiki/TransactionPropagationwithJBoss

      1) is this configuration supported?
      2) what components need to be configured?

      Thanks in advance.