Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1175360

Summary: Update warning in quickstart README files to point to the Hibernate issue causing errors
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: sgilda
Component: QuickstartsAssignee: jboss-set
Status: CLOSED CURRENTRELEASE QA Contact: Nikoleta Hlavickova <nziakova>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: bsutter, jkudrnac
Target Milestone: ER2   
Target Release: EAP 6.4.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2019-08-19 12:44:54 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description sgilda 2014-12-17 15:16:46 UTC
Description of problem:

The deployment of many of the quickstarts result in errors in the server console relating to failures to drop indexes and tables. They are all due to this issue: 

https://hibernate.atlassian.net/browse/HHH-6670

Hibernate fails to test whether the object exists before issuing the drop.

We need to update the README files to point to the issue.


Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.
2.
3.

Actual results:


Expected results:


Additional info:

Comment 1 sgilda 2014-12-17 15:33:46 UTC
This is the other issue: https://hibernate.atlassian.net/browse/HHH-9545

Comment 2 sgilda 2014-12-17 15:48:51 UTC
Fixed in this commit: https://github.com/jboss-developer/jboss-eap-quickstarts/commit/dc941f405098af1322cda7c9426235a417b0710b

This change impacts the following quickstart README files:

bean-validation-custom-constraint
bean-validation
cdi-interceptors
cdi-stereotype
cdi-veto
cmt
forge-from-scratch
greeter
kitchensink-ear
kitchensink-jsp
kitchensink-ml-ear
kitchensink-ml
kitchensink
tasks-jsf
tasks-rs
tasks

Also changed the indentation of the warnings in these quickstarts:
bmt
hibernate4
jta-crash-rec
servlet-security

Comment 3 Nikoleta Hlavickova 2015-01-13 13:12:11 UTC
The hibernate issues are fixed in EAP 6.4.0.ER1. Please remove the notes and errors/warnings from readme files.

Comment 4 sgilda 2015-01-15 20:50:24 UTC
This was fixed for bug 1175912.

Comment 5 Nikoleta Hlavickova 2015-02-12 15:04:59 UTC
Verified with EAP 6.4.0.ER2.