Thanks for giving it a try and I agree that its the wrong fix. I mentioned this on HHH-7544 already but that probably got lost. See "My change is not enough, it might pass your testing though (I think that the stack map table will be empty/ignored).".
I cannot access http://pastie.org/5168104 at the moment but that should have the exception that I saw. I think that your code change to use ClassPool.getDefault(), was fine for "build time" but not when the same code is reached by the application at "runtime".
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
Hi Dustin,
Thanks for giving it a try and I agree that its the wrong fix. I mentioned this on
HHH-7544already but that probably got lost. See "My change is not enough, it might pass your testing though (I think that the stack map table will be empty/ignored).".I cannot access http://pastie.org/5168104 at the moment but that should have the exception that I saw. I think that your code change to use ClassPool.getDefault(), was fine for "build time" but not when the same code is reached by the application at "runtime".
I started to hack some additional changes at https://github.com/scottmarlow/hibernate-orm/tree/4.1_HHH-7544_differentFixForVerifyError_2 but paused when I couldn't reproduce
HHH-7544at runtime.Scott