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

Bug 1175910

Summary: (6.3.z) HHH-6670, HHH-9500 - Errors when dropping contraints and tables that do not exist
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Gail Badner <gbadner>
Component: HibernateAssignee: Gail Badner <gbadner>
Status: CLOSED CURRENTRELEASE QA Contact: Martin Simka <msimka>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.3.3CC: cdewolf, dosoudil, gbadner, ggastald, jawilson, msimka, rsvoboda, smarlow
Target Milestone: CR1   
Target Release: EAP 6.3.3   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1175388 Environment:
Last Closed: 2019-08-19 12:42:07 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:
Bug Depends On: 1175388    
Bug Blocks: 1151405, 1159890    

Comment 2 Martin Simka 2015-01-28 13:13:24 UTC
I've verified that errors [1] are no more present in the logs with fixes from HHH-9500 and HHH-6670.

commit from HHH-9545 seems to be additional commit for 4.3 and newer. There is no method supportsIfExistsBeforeConstraintName in Dialect in 4.2

[1]
13:23:40,964 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) HHH000389: Unsuccessful: drop sequence hibernate_sequence
13:23:40,964 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) Sekvence "HIBERNATE_SEQUENCE" nenalezena

13:23:40,962 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) HHH000389: Unsuccessful: alter table Product_parts drop constraint FK_blj8umxx8k0105bye4jbx4c5y
13:23:40,963 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 48) Tabulka "PRODUCT_PARTS" nenalezena

Comment 3 Gail Badner 2015-01-28 19:41:24 UTC
Yes, that is correct. HHH-9545 is not present. Can we simply drop HHH-9545 from the list?

Comment 4 Gail Badner 2015-01-28 20:33:31 UTC
Is QE the right person to answer, "Can we simply drop HHH-9545 from the list?."?