Bug 778016 (SOA-541)
| Summary: | Extend /jboss-as/tools/schema to support MS-SQL (tier2 database) - and add other server config files | ||
|---|---|---|---|
| Product: | [JBoss] JBoss Enterprise SOA Platform 4 | Reporter: | Len DiMaggio <ldimaggi> |
| Component: | Tooling | Assignee: | Jervis Liu <jliu> |
| Status: | CLOSED NEXTRELEASE | QA Contact: | |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.2 CP01 | CC: | mproctor |
| Target Milestone: | --- | ||
| Target Release: | 4.3 CP01 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| URL: | http://jira.jboss.org/jira/browse/SOA-541 | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-03-11 17:02:48 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: | |||
| Bug Depends On: | 778019, 778372 | ||
| Bug Blocks: | |||
|
Description
Len DiMaggio
2008-05-06 20:19:20 UTC
Changed JIRA type from feature request to bug as MS-SQL Server is a supported tier2 DB. Link: Added: This issue is related to SOA-531 Link: Added: This issue is a dependency of SOA-604 I'll log a separate JIRA for DB2 - and link it to an EAP JIRA task for the EAP certifcation of DB2. MS-SQL is certified now (with EAP 4.3 GA and CP01). Sybase will be later on . Link: Added: This issue related SOA-630 This is not implemented in 4.3/IR1:
[ldimaggi@ldimaggi schema]$ pwd
/opt/43_IR1/jboss-soa-p-standalone.4.3.0/jboss-esb/tools/schema
[ldimaggi@ldimaggi schema]$ ll
total 92
-rw-r--r-- 1 ldimaggi ldimaggi 1329 Aug 9 05:29 build.properties
-rw-r--r-- 1 ldimaggi ldimaggi 14305 Aug 9 05:29 build.xml
drwxr-xr-x 2 ldimaggi ldimaggi 4096 Aug 9 05:29 common
drwxr-xr-x 5 ldimaggi ldimaggi 4096 Aug 9 05:29 db2
drwxr-xr-x 5 ldimaggi ldimaggi 4096 Aug 9 05:29 mssql
drwxr-xr-x 5 ldimaggi ldimaggi 4096 Aug 9 05:29 mysql
drwxr-xr-x 5 ldimaggi ldimaggi 4096 Aug 9 05:29 oracle10g
drwxr-xr-x 5 ldimaggi ldimaggi 4096 Aug 9 05:29 oracle9i
drwxr-xr-x 5 ldimaggi ldimaggi 4096 Aug 9 05:29 postgresql
drwxr-xr-x 5 ldimaggi ldimaggi 4096 Aug 9 05:29 sybase
[ldimaggi@ldimaggi schema]$ ant
Buildfile: build.xml
execute:
[echo] JBoss SOA Platform
[echo] ------------------
[echo] Database Configuration Script
[echo]
[echo] This script is used to configure the SOA platform and all it's constituent components
[echo] against a new RDBMS. Deployment scripts are currently available for the following
[echo] databases: MySQL, Oracle9i, PostgresSQL, Oracle10g
[echo] ------------------
[echo] NOTICE: THIS SCRIPT MAY NOT WORK CORRECTLY IF YOU HAVE MADE MANUAL CHANGES TO THE
[echo] DATABASE CONFIGURATION.
[echo]
[input] Please enter the database you wish to configure [mysql, postgresql, oracle9i, oracle10g]:
mssql
BUILD FAILED
/opt/43_IR1/jboss-soa-p-standalone.4.3.0/jboss-esb/tools/schema/build.xml:21: You must specify a valid database type.
Total time: 2 seconds
Link: Added: This issue is related to SOA-856 Emailed Julian for comments We will not add this in a 4.2CP. We will make a decision about 4.3CP01 later. Link: Removed: This issue is a dependency of SOA-604 Added to the 4.3 branch in revision 2540 of:
build-tools/resource/schema/tooltool/esb/build.xml
build-tools/resource/schema/tooltool/esb/db2/template/antsql.xml
build-tools/resource/schema/tooltool/esb/db2/template/db2-ds.xml
build-tools/resource/schema/tooltool/esb/db2/template/setup.sql
build-tools/resource/schema/tooltool/esb/mssql/driver/sqljdbc.jar
build-tools/resource/schema/tooltool/esb/mssql/template/antsql.xml
build-tools/resource/schema/tooltool/esb/mssql/template/initial.sql
build-tools/resource/schema/tooltool/esb/mssql/template/mssql-ds.xml
build-tools/resource/schema/tooltool/esb/mssql/template/setup.sql
build-tools/resource/schema/tooltool/esb/mssql/template/uuid-jboss-service.xml
build-tools/resource/schema/tooltool/esb/mysql/template/antsql.xml
build-tools/resource/schema/tooltool/esb/oracle10g/template/antsql.xml
build-tools/resource/schema/tooltool/esb/oracle9i/template/antsql.xml
build-tools/resource/schema/tooltool/esb/oracle9i/template/setup.sql
build-tools/resource/schema/tooltool/esb/postgresql/template/antsql.xml
build-tools/resource/schema/tooltool/esb/sybase/template/antsql.xml
Commit message:
Pull up revisions 2421, 2442, 2443 and 2476 from trunk for JIRA's SOA-541,
SOA-630 and SOA-630.
r2421
(SOA-1060)Added DB2 setup script; (SOA-630)Extended /tools/schema to support DB2
r2442
add MYSQL support: SOA-541
r2443
support mssql
r2476
add db setup scripts for mssql
A basic smoke test - helloworld quickstart - was successful - leaving the JIRA open until we can run more extensive tests. Link: Added: This issue related SOA-1214 Verified in CP01 CR2 - the results are consistent with other DBs: http://hudson.qa.jboss.com/hudson/view/SOA-Release/job/soa-it-db-jdk15/DATABASE=mssql,jdk=java15,label=RHEL4_x86/ Release Note:
SOA-541
Support for Microsoft SQL Server has been added to the Database Schema Tool, ${SOA_ROOT}/tools/schema
Link: Added: This issue is related to SOA-1236 release note item was removed by request |