Bug 604251
Summary: | installer fails to prepare embedded H2 DB | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | John Mazzitelli <mazz> | ||||||
Component: | Installer | Assignee: | John Mazzitelli <mazz> | ||||||
Status: | CLOSED CURRENTRELEASE | QA Contact: | Corey Welton <cwelton> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | low | ||||||||
Version: | 3.0.0 | CC: | ian.springer, rtimaniy | ||||||
Target Milestone: | --- | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | 2.4 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2010-08-12 16:52:20 UTC | Type: | --- | ||||||
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: | |||||||||
Bug Blocks: | 593121 | ||||||||
Attachments: |
|
Description
John Mazzitelli
2010-06-15 17:47:26 UTC
the class was moved to a different package name probably due to the GWT refactoring. the patch is to change ConfigurationBean: @@ -642,3 +642,3 @@ public class ConfigurationBean { } else if (db.toLowerCase().indexOf("h2") > -1) { - dialect = "org.rhq.core.domain.dialect.H2CustomDialect"; + dialect = "org.rhq.core.server.H2CustomDialect"; } else if (db.toLowerCase().indexOf("sqlserver") > -1) { pushed to release-3.0.0 branch. there was another place where this name change needed to occur: H2DatabaseType: public String getHibernateDialect() { - return "org.rhq.core.domain.dialect.H2CustomDialect"; + return "org.rhq.core.server.H2CustomDialect"; } *** Bug 601263 has been marked as a duplicate of this bug. *** Verified on JON 2.4 GA_QA (tag-jon-release build #42) http://hudson-qe.rhq.rdu.redhat.com:8080/view/JON/job/tag-jon-release/42/ Database: embedded H2 DB Version 1.2.136 (2010-05-24) Java: Sun JDK 1.6 Platform: RHEL 5.5 Installed JON 2.4 GA_QA (tag-jon-release build #42) and agent without any error/exception. Created attachment 427405 [details]
boot log
Created attachment 427406 [details]
server log
Mass-closure of verified bugs against JON. |