[hibernate-issues] [Hibernate-JIRA] Created: (HHH-7219) OrmVersion1SupportedTest fails on IBM JDK 16 as it fails to add retransformable transformers

Madhumita Sadhukhan (JIRA) noreply at atlassian.com
Tue Apr 3 14:01:48 EDT 2012


OrmVersion1SupportedTest fails on IBM JDK 16 as it fails to add retransformable transformers
--------------------------------------------------------------------------------------------

                 Key: HHH-7219
                 URL: https://hibernate.onjira.com/browse/HHH-7219
             Project: Hibernate ORM
          Issue Type: Bug
          Components: annotations, testsuite
    Affects Versions: 4.1.1
         Environment: IBM JDK
            Reporter: Madhumita Sadhukhan
            Assignee: Hardy Ferentschik
            Priority: Minor


Stacktrace:
Caused by: java.lang.UnsupportedOperationException: adding retransformable transformers is not supported in this environment
at sun.instrument.InstrumentationImpl.addTransformer(InstrumentationImpl.java:80)

Possible solution:

http://www.ibm.com/developerworks/forums/thread.jspa?messageID=14798074
https://github.com/mchr3k/org.intrace/issues/15#issuecomment-3384718

adding the following to the MANIFEST.MF:
Can-Retransform-Classes: true

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list