Hide Forgot
Date of First Response: 2008-10-08 05:29:18 project_key: SOA The schema tool uses template to set JBoss Messaging configuration *-persistence-service.xml. These files are prepared for clustered configs - see JGroups definitions inside the files. This has two consequences 1) It will suddenly switch default config of embedded server from non-clustered to clustered 2) The standalone server will not start as JGroups are not present there and thus the config is invalid
Fixed in revision 2060 of: schema/jms/clustered-mysql-persistence-service.xml schema/jms/clustered-oracle-persistence-service.xml schema/jms/clustered-postgresql-persistence-service.xml schema/jms/db2-persistence-service.xml schema/jms/mssql-persistence-service.xml schema/jms/mysql-persistence-service.xml schema/jms/ndb-persistence-service.xml schema/jms/null-persistence-service.xml schema/jms/oracle-persistence-service.xml schema/jms/oracle10g-persistence-service.xml schema/jms/oracle9i-persistence-service.xml schema/jms/postgresql-persistence-service.xml schema/jms/sybase-persistence-service.xml schema/tool/esb/build.xml schema/tool/esb/db2/template/db2-persistence-service.xml schema/tool/esb/mssql/template/mssql-persistence-service.xml schema/tool/esb/mysql/template/mysql-persistence-service.xml schema/tool/esb/oracle10g/template/oracle-persistence-service.xml schema/tool/esb/oracle9i/template/oracle-persistence-service.xml schema/tool/esb/postgresql/template/postgresql-persistence-service.xml schema/tool/esb/sybase/template/sybase-persistence-service.xml along with SOA-757. Commit message: Add clustered-* versions of mysql-persistence-service.xml oracle-persistence-service.xml postgresql-persistence-service.xml for use with `production' and `all' configurations. Modify the schema tool to prepend "clustered-" for these deploys. The clustered-* versions are the same as the original files, the original files now contain non-clustered configurations. Note, that only the databases supported by the schema tool (mysql, oracle and postgresql) have been changed. Delete *-persistence-service.xml files that are duplicates (the ones in tool/esb/*/template/), or not used (oracle9i-* and oracle10g-*). Add POPULATE.TABLES.15 line for those files that were missing it. Fixes JIRA's SOA-757 and SOA-915. Thanks to Jirka for testing the fix for SOA-915.
Verified in CR1