| Summary: | Extend /jboss-as/tools/cosole to support DB2 | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | Tooling | Assignee: | Default User <jbpapp-maint> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | high | Docs Contact: | |
| Priority: | high | ||
| Version: | 4.3 CP01 | ||
| Target Milestone: | --- | ||
| Target Release: | 4.3 CP02 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-1213 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-03-13 16:36:05 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: | |
Link: Added: This issue is related to SOA-630 Link: Added: This issue is related to SOA-1216 Link: Added: This issue depends JBESB-2462 We are moving to using the JON embedded console so we are reducing the work done on the old console as a result. |
Date of First Response: 2009-03-13 12:36:05 project_key: SOA Related to SOA-630 - In 4.3 CP01, support is added for DB2, but not for the management console: /jboss/local/43_CP01_CR2/jboss-soa-p-standalone.4.3.0/jboss-esb/tools/console/management-esb [ldimaggi@ldimaggi management-esb]$ tree . |-- build.xml |-- db.properties |-- deployment.xml |-- jbm-queue-service.xml |-- jbmq-queue-service.xml |-- jboss-esb.xml |-- jboss-service.xml `-- src `-- main `-- resources |-- hsqldb | |-- create_database.sql | |-- insert_rows.sql | `-- management-ds.xml |-- jbossesbmanagement-service.xml |-- mysql | |-- create_database.sql | |-- insert_rows.sql | `-- management-ds.xml |-- oracle | |-- create_database.sql | |-- insert_rows.sql | `-- management-ds.xml `-- postgresql |-- create_database.sql |-- insert_rows.sql `-- management-ds.xml