|
I created a minimal app to reproduce the problem, attached.
Compile, deploy to tomcat, then create a record in the User table, or just execute:
To create an empty user.
You can then access urls:
to execute corresponding methods in the TestController class. Method 4 runs ok always. Methods 1 to 3 fails with hibernate 4.2.2+, including 4.3 betas while they work fine with version 4.2.1
|