Any resolution on this one or what was done to fix this.
I am getting same error when my EJB client invokes EJB server. I have alwaysPropogate option set to YES and running JBoss 5.1 GA on both servers in JTS mode. Also I have RMI/IIOP running.
Please see my other post at
https://community.jboss.org/message/766765#766765
javax.transaction.TransactionRequiredException: CORBA TRANSACTION_REQUIRED 0 No; nested exception is:
org.omg.CORBA.TRANSACTION_REQUIRED: Server-side Exception: javax.transaction.TransactionRequiredException: Transaction Required vmcid: 0x0 minor code: 0 completed: No
at com.sun.corba.se.impl.javax.rmi.CORBA.Util.mapSystemException(Util.java:203)
at javax.rmi.CORBA.Util.mapSystemException(Util.java:67)
at org.jboss.proxy.ejb.DynamicIIOPStub.invoke(DynamicIIOPStub.java:149)
Any help much appreciated!
Check out JIRA because I believe there's an issue there that covers this: basically we need to update the interoperability testing since the OTS specification changed in the intervening years.
Mark's right, the jira is here: https://issues.jboss.org/browse/JBTM-223