Bug 778758 (SOA-1213)

Summary: Extend /jboss-as/tools/cosole to support DB2
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Len DiMaggio <ldimaggi>
Component: ToolingAssignee: 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:
Embargoed:

Description Len DiMaggio 2009-03-07 03:29:08 UTC
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

Comment 1 Len DiMaggio 2009-03-07 03:29:32 UTC
Link: Added: This issue is related to SOA-630


Comment 2 Jim Ma 2009-03-09 08:09:03 UTC
Link: Added: This issue is related to SOA-1216


Comment 3 Jim Ma 2009-03-11 09:09:30 UTC
Link: Added: This issue depends JBESB-2462


Comment 4 Mark Little 2009-03-13 16:36:05 UTC
We are moving to using the JON embedded console so we are reducing the work done on the old console as a result.