Description of problem: This is dependent on bug 1175388, A fix should be merged into JBoss EAP 6.4 that will eliminate some of the warnings related to dropped constraints. Retest and remove any warnings from the README files that no longer occur. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Fixes are in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/5ee9950b83754923f3454a12d89b47571296c0f9
Readme for cmt quickstart says: Note: You will see the following warnings and errors in the server log. This is because Hibernate attempts to drop the table and constraints before they are created without checking first to see if they exist. The issues can tracked here: https://hibernate.atlassian.net/browse/HHH-6670 and https://hibernate.atlassian.net/browse/HHH-9545. You can ignore these warnings and errors. -- the referenced bugs are both closed as fixed, so it does not say the user why the errors are still present
The readme for cmt QS does not contain information about the hibernate errors now, but they are present in server log: ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000389: Unsuccessful: drop sequence hibernate_sequence ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) ERROR: sequence "hibernate_sequence" does not exist
Thanks Gail! Restored the warnings to the following README files: bean-validation-custom-constraint/README.md bean-validation/README.md cdi-interceptors/README.md cdi-stereotype/README.md cmt/README.md forge-from-scratch/README.md greeter/README.md kitchensink-ear/README.md kitchensink-jsp/README.md kitchensink-ml-ear/README.md kitchensink-ml/README.md kitchensink/README.md tasks-jsf/README.md tasks-rs/README.md tasks/README.md
Warnings restored in this commit: https://github.com/sgilda/jboss-eap-quickstarts/commit/04b207c49f1c2d25243636efa020ab264f1eebe3
Interesting. I don't understand why the warning disappears for all but the cmt quickstart, but I'll check it. Thanks!
Nikoleta, you are correct. Only the cmt quickstart now displays this error. Fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/cd0505f5adfd0d18c92c674df2c5eca1971fce9b