Bug 778759 (SOA-1214)

Summary: Extend /jboss-as/tools/cosole to support MS-SQL
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Len DiMaggio <ldimaggi>
Component: ToolingAssignee: Default User <jbpapp-maint>
Status: CLOSED WONTFIX QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: unspecified   
Target Milestone: ---   
Target Release: 4.3 CP02   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1214
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-13 16:34:08 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:31:26 UTC
Date of First Response: 2009-03-13 12:34:08
project_key: SOA

Related to SOA-541 - In 4.3 CP01, support is added for MS-SQL, 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:32:08 UTC
Link: Added: This issue is related to SOA-541


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


Comment 3 Jim Ma 2009-03-11 09:08:16 UTC
Link: Added: This issue depends JBESB-2463


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