Scott Marlow commented on Bug HHH-7544

Dustin, Hibernate 4.1.7.Final still contains your prior fix that causes a regression in the AS7 testsuite due to the wrong (ClassPool.getDefault()) classloader being used.

The AS7 testsuite is public.
Test is org.jboss.as.test.integration.jpa.hibernate.classfiletransformertest.ClassFileTransformerTestCase and failure is shown here and here. I'm not sure if its worth your time to look at the AS7 test regression, unless your curious why it happened. If so, instructions for working with the AS7 project are here and git repo is here.

Once you have the AS7 source, just change the hibernate version in as7/pom.xml to 4.1.6 or 4.1.7. Then build as7 ("./build.sh clean install" in root as7 source folder). then "cd testsuite/integration/basic" and just run that failing test "mvn clean install -Dtest= org.jboss.as.test.integration.jpa.hibernate.classfiletransformertest.ClassFileTransformerTestCase".

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