Scott Marlow commented on Bug HHH-7959

Your description of the code location is good enough.

Could you attach a unit test that could be merged into the Hibernate code base (to avoid future regressions once we fix this?)

https://github.com/hibernate/hibernate-orm is the git repo for hibernate. If you add a test (see others under https://github.com/hibernate/hibernate-orm/tree/master/hibernate-infinispan/src/test), the following commands would help you build (probably need to use Java7):

git clone https://github.com/hibernate/hibernate-orm
cd hibernate-orm
./gradlew clean install test

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