Bug 779043 (SOA-1454) - MSSQL config files added twice
Summary: MSSQL config files added twice
Keywords:
Status: CLOSED NEXTRELEASE
Alias: SOA-1454
Product: JBoss Enterprise SOA Platform 4
Classification: JBoss
Component: Configuration, Deployment
Version: unspecified
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 4.3 CP02
Assignee: Julian Coleman
QA Contact:
URL: http://jira.jboss.org/jira/browse/SOA...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-08-19 13:34 UTC by Martin Vecera
Modified: 2009-09-11 19:06 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
SOA 4.3 CP02 CR2
Last Closed: 2009-09-11 19:06:34 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 778019 0 high CLOSED Add MSSQL config files 2021-02-22 00:41:40 UTC
Red Hat Issue Tracker SOA-1454 0 None None None Never

Internal Links: 778019

Description Martin Vecera 2009-08-19 13:34:38 UTC
Date of First Response: 2009-08-21 10:12:26
project_key: SOA

There are two different (!) create_database.sql scripts:
* server/*/deploy/jbossesb.sar/juddi-sql/mssql/create_database.sql 
* server/*/deploy/jbossesb.sar/lib/juddi-2.0rc5.aop.jar/juddi-sql/mssql/create_database.sql

The script should be present only on the second location.

Comment 1 Martin Vecera 2009-08-19 13:36:34 UTC
Link: Added: This issue related SOA-544


Comment 2 Julian Coleman 2009-08-21 14:12:26 UTC
The files in the former location (.../jbossesb.sar/juddi-sql/mssql) will override the files from the
latter location (.../sesb.sar/lib/juddi-2.0rc5.aop.jar|juddi-sql/mssql) and are now provided from
ESB.


Comment 3 Julian Coleman 2009-08-21 14:16:37 UTC
Fixed in revision 3644 (4.3 branch) of:
  build-tools/builers/eap/build.xml
  eap/resources/juddi-sql (deleted)

Commit message:
  SOA-1454 
  Don't provide MSSQL jUDDI config files, as these are now provided by ESB.


Comment 4 Len DiMaggio 2009-09-10 17:17:43 UTC
Looking at 4.3 CP02 CR3 - the original problem is resolved - but, why is there a create_database.sql for only MS-SQL? It's not a regression - it's the same as 4.3 CP01:

[ldimaggi@ldimaggi server]$ pwd
/opt/local/43_CP02_CR3/jboss-soa-p.4.3.0/jboss-as/server

[ldimaggi@ldimaggi server]$ tree  ./all/deploy/jbossesb.sar/juddi-sql
./all/deploy/jbossesb.sar/juddi-sql
|-- daffodildb
|   `-- import.sql
|-- db2
|   `-- import.sql
|-- derby
|   `-- import.sql
|-- firebird
|   `-- import.sql
|-- hsqldb
|   `-- import.sql
|-- informix
|   `-- import.sql
|-- jdatastore
|   `-- import.sql
|-- mssql
|   |-- create_database.sql
|   `-- import.sql
|-- mysql
|   `-- import.sql
|-- oracle
|   `-- import.sql
|-- postgresql
|   `-- import.sql
|-- sybase
|   `-- import.sql
`-- totalxml
    `-- import.sql


Comment 5 Len DiMaggio 2009-09-11 19:06:34 UTC
Verified in CP02 CR3.


Note You need to log in before you can comment on or make changes to this bug.