| Summary: | Schema tool broken for non-clustered configs | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Jiri Pechanec <jpechane> |
| Component: | Tooling | Assignee: | Julian Coleman <jcoleman> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.3 IR5 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.3 CR1 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-915 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-10-20 12:15:16 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: | |
|
Description
Jiri Pechanec
2008-10-06 05:30:42 UTC
Fixed in revision 2060 of:
schema/jms/clustered-mysql-persistence-service.xml
schema/jms/clustered-oracle-persistence-service.xml
schema/jms/clustered-postgresql-persistence-service.xml
schema/jms/db2-persistence-service.xml
schema/jms/mssql-persistence-service.xml
schema/jms/mysql-persistence-service.xml
schema/jms/ndb-persistence-service.xml
schema/jms/null-persistence-service.xml
schema/jms/oracle-persistence-service.xml
schema/jms/oracle10g-persistence-service.xml
schema/jms/oracle9i-persistence-service.xml
schema/jms/postgresql-persistence-service.xml
schema/jms/sybase-persistence-service.xml
schema/tool/esb/build.xml
schema/tool/esb/db2/template/db2-persistence-service.xml
schema/tool/esb/mssql/template/mssql-persistence-service.xml
schema/tool/esb/mysql/template/mysql-persistence-service.xml
schema/tool/esb/oracle10g/template/oracle-persistence-service.xml
schema/tool/esb/oracle9i/template/oracle-persistence-service.xml
schema/tool/esb/postgresql/template/postgresql-persistence-service.xml
schema/tool/esb/sybase/template/sybase-persistence-service.xml
along with SOA-757.
Commit message:
Add clustered-* versions of
mysql-persistence-service.xml
oracle-persistence-service.xml
postgresql-persistence-service.xml
for use with `production' and `all' configurations. Modify the schema tool
to prepend "clustered-" for these deploys. The clustered-* versions are the
same as the original files, the original files now contain non-clustered
configurations. Note, that only the databases supported by the schema tool
(mysql, oracle and postgresql) have been changed.
Delete *-persistence-service.xml files that are duplicates (the ones in
tool/esb/*/template/), or not used (oracle9i-* and oracle10g-*).
Add POPULATE.TABLES.15 line for those files that were missing it.
Fixes JIRA's SOA-757 and SOA-915.
Thanks to Jirka for testing the fix for SOA-915.
Verified in CR1 |