Description of problem: Fixes have been submitted for the following issues: https://hibernate.atlassian.net/browse/HHH-6670 https://hibernate.atlassian.net/browse/HHH-9545 We need these fixes merged into JBoss EAP. Many of the quickstart README files have a note to ignore the server log errors. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
I proposed a patch on HHH-6670: https://github.com/hibernate/hibernate-orm/pull/856 And here is for the 4.2 branch: https://github.com/hibernate/hibernate-orm/pull/857
Here is the EAP output with the mentioned errors: http://pastebin.test.redhat.com/252909
HHH-9545 doesn't have a fix yet. Our best bet is to override the dropConstraints() method on H2Dialect and make it return false.
Many of the README files also list the errors that appear in the console, for example: https://github.com/jboss-developer/jboss-eap-quickstarts/tree/6.4.x-develop/forge-from-scratch#server-log-expected-warnings-and-errors
This is also covered in the following issue: https://hibernate.atlassian.net/browse/HHH-9500 Patch provided in: https://github.com/hibernate/hibernate-orm/pull/859
The following commits should be merged in 4.2: https://github.com/hibernate/hibernate-orm/commit/7854bc6769c1f0b73a6b54216fd1586fc19feffa https://github.com/hibernate/hibernate-orm/commit/60d4fe5001cdc31affe800c73f32f13ac274c8b8
Thanks Gail! I'll watch for the next build and remove the text from the quickstart README files.
Hibernate upgrade 4.2.17.Final-redhat-1/https://bugzilla.redhat.com/show_bug.cgi?id=1173454 should have fixed this
verified on EAP 6.4.0.ER1
As noted in https://bugzilla.redhat.com/show_bug.cgi?id=1175910, 4.2.17.Final-redhat-1 does not contain the fix for HHH-9545. Can that just be dropped from the list? This may involve leaving some errors in the documentation.
Is QE the right person to answer, "Can that just be dropped from the list? This may involve leaving some errors in the documentation."?