-
Bug
-
Resolution: Done
-
Critical
-
EAP_EWP 5.1.2 ER1
-
None
-
Not Required
-
NEW
JBPAPP-6462 corrects a problem related to the JacORB TCCL used for custom CORBA servants.
This change was made because when you have an isolated EAR containing a CORBA Servant (custom code; started by MC bean) that calls another in-EAR EJB, you get CNF errors.
Test Case:
./build.sh -Dtest=org.jboss.test.iiop.test.JBPAPP6462TestCase one-iiop-test
However, this change breaks this EJB3 test:
./build.sh -Dtest=org.jboss.test.ejb3.iiop.unit.IiopRemoteUnitTestCase one-iiop-test
testRemoveByHandle is the test in question.