Hide Forgot
Date of First Response: 2008-06-25 07:20:46 project_key: SOA The default SQL configuration in the JBM source code shipped with EAP 4.3.0 GA CP 01 has errors. This causes a problem with hsqldb, which uses the default SQL configuration. This is an addenda to SOA-575.
Link: Added: This issue related SOA-575
The SQL errors are fixed in JBM 1.4.1 CR1. See: http://anonsvn.jboss.org/repos/messaging/tags/JBossMessaging_1_4_1_CR1/src/main/org/jboss/messaging/core/impl/JDBCPersistenceManager.java
This needs to be fixed upstream in EAP. See linked issue.
Link: Added: This issue depends JBPAPP-900
Worked round by overwriting the hsqldb configuration for 4.2.0 CP02 (CR3). Needs to be fixed properly in EAP. Commits for workround: Revision 1345 build-tools/resource/schema/jms/clustered-hsqldb-persistence-service.xml build-tools/resource/schema/jms/hsqldb-persistence-service.xml Revision 1346 build-tools/builders/eap/build.xml
The workoaround was verified in CR4
Link: Added: This issue related SOA-849