Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-18626

(7.3.z) JAXBEncoderDecoder failure when using IBM JDK and SecurityManager

    XMLWordPrintable

Details

    • +
    • Hide
      export JAVA_HOME=/path/ibm-java-x86_64-80
      
      mvn clean install -Dtest=*BusinessActivitySuspendTestCase#testCommitAfterSuspend -Dsecurity.manager -Djboss.dist=$JBOSS_HOME
      
      Show
      export JAVA_HOME=/path/ibm-java-x86_64-80 mvn clean install -Dtest=*BusinessActivitySuspendTestCase#testCommitAfterSuspend -Dsecurity.manager -Djboss.dist=$JBOSS_HOME

    Description

      When running the org.jboss.as.test.xts.suspend.wsba.BusinessActivitySuspendTestCase with IBM JDK 1.8 with Security Manager, an issue is raised by the JAXBEncoderDecoder:

      [INFO] Running org.jboss.as.test.xts.suspend.wsba.BusinessActivitySuspendTestCase
      [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 18.351 s <<< FAILURE! - in org.jboss.as.test.xts.suspend.wsba.BusinessActivitySuspendTestCase
      [ERROR] testCommitAfterSuspend(org.jboss.as.test.xts.suspend.wsba.BusinessActivitySuspendTestCase)  Time elapsed: 2.313 s  <<< ERROR!
      java.lang.Exception: ARJUNA045061: No termination context!
      	at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
      	at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:83)
      	at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:57)
      	at java.lang.reflect.Constructor.newInstance(Constructor.java:437)
      	at org.apache.cxf.jaxb.JAXBEncoderDecoder.unmarshallException(JAXBEncoderDecoder.java:545)
      	at org.apache.cxf.jaxb.JAXBEncoderDecoder.unmarshall(JAXBEncoderDecoder.java:689)
      

      Attachments

        Issue Links

          Activity

            People

              chaowan@redhat.com Chao Wang
              fmarchio@redhat.com Francesco Marchioni (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: