| Summary: | Extend /jboss-as/tools/schema tool, add multiple config files to support DB2 (tier2 database) | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 5 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | Tooling | Assignee: | nwallace <nwallace> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 5.0 | ||
| Target Milestone: | --- | ||
| Target Release: | 5.0.0 GA | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-538 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | SOA-538 | Environment: | |
| Last Closed: | 2010-02-08 17:17:30 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
Len DiMaggio
2008-04-30 17:49:14 UTC
We will actually need to create multiple config files (and add the connector jars to the distribution) to support DB2. For example - in CP01 - these files exist for MySQL: [ldimaggi@ldimaggi jboss-soa-p-standalone.4.2.0]$ find . -name "*mysql*" -print | grep -v doc ./jbpm-jpdl/db/jbpm.jpdl.mysql.sql ./jboss-as/server/default/deploy/jbossesb.esb/message-store-sql/mysql ./jboss-as/server/default/deploy/jbossesb.sar/juddi-sql/mysql ./jboss-as/server/default/deploy/jbpm.esb/jbpm-sql/jbpm.jpdl.mysql.sql ./jboss-as/tools/schema/common/mysql-persistence-service.xml ./jboss-as/tools/schema/mysql ./jboss-as/tools/schema/mysql/template/mysql-ds.xml ./jboss-as/tools/schema/mysql/template/mysql-persistence-service.xml ./jboss-as/tools/schema/mysql/driver/mysql-connector-java-5.0.7-bin.jar And these for DB2: [ldimaggi@ldimaggi jboss-soa-p-standalone.4.2.0]$ find . -name "*db2*" -print | grep -v doc ./jbpm-jpdl/db/jbpm.jpdl.db2.sql ./jboss-as/server/default/deploy/jbossesb.sar/juddi-sql/db2 ./jboss-as/server/default/deploy/jbpm.esb/jbpm-sql/jbpm.jpdl.db2.sql Changed JIRA type from feature request to bug - DB2 is tier2 supported DB. Link: Added: This issue is related to SOA-531 I've committed https://svn.corp.jboss.com/repos/soa/trunk/qa/dbinstall/db2/readme if that can help Link: Added: This issue depends JBMESSAGING-1048 Link: Added: This issue is related to SOA-856 I've tested standalone and embedded with helloworld and bpm_orchestration2 and they're ok. Verified in SOA-P 5.0 ER8. |