[jbossts-issues] [JBoss JIRA] (JBTM-1818) JacORBGenericRecoveryCreatorUnitTest fails as implname property has not been set

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Thu Jul 11 05:36:20 EDT 2013


     [ https://issues.jboss.org/browse/JBTM-1818?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tom Jenkinson updated JBTM-1818:
--------------------------------

        Status: Resolved  (was: Pull Request Sent)
    Resolution: Done

    
> JacORBGenericRecoveryCreatorUnitTest fails as implname property has not been set
> --------------------------------------------------------------------------------
>
>                 Key: JBTM-1818
>                 URL: https://issues.jboss.org/browse/JBTM-1818
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: JTS, Testing
>            Reporter: Tom Jenkinson
>            Assignee: Tom Jenkinson
>             Fix For: 5.0.0.M4
>
>
> Moving the class seems to have made the test fail due to the following warning:
> 144 [main] ERROR jacorb.poa - Cannot create a persistent poa. The implname property has not been set.
> Jul 02, 2013 9:46:53 PM com.arjuna.ats.internal.jts.orbspecific.jacorb.recoverycoordinators.JacOrbRCServiceInit getRCPOA
> WARN: ARJUNA022081: Failed to create poa for recoverycoordinators
> org.omg.PortableServer.POAPackage.InvalidPolicy: IDL:omg.org/PortableServer/POA/InvalidPolicy:1.0
> 	at org.jacorb.poa.POA.create_POA(Unknown Source)
> I have looked in the code and there is an @BeforeClass @AfterClass pair ArjunaJTS/jts/tests/classes/com/hp/mwtests/ts/jts/orbspecific/recovery/RecoveryEnablementUnitTest.java which set this property. This does not operate as the author expected. The property is indeed set before TestBase has chance to initialize the orb, however the class is not unloaded by JUnit until after the run, hence why the order of when JacORBGenericRecoveryCreatorUnitTest is ran is important. Presumably before it was being run after RecoveryEnablementUnitTest, whereas now it is before.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list