Hide Forgot
Date of First Response: 2009-07-01 12:19:11 project_key: SOA The $JBOSS_HOME/tools/schema/build.xml ANT script used to change the default database configuration does not set the jbossesb-properties.xml "dbstore" properties. This results in the esb "dbstore" continuing to use the Hypersonic database after you have run the DB tool to change to a reliable database (i.e. postgresql).
The "dbstore" should be set to use "org.jboss.internal.soa.esb.persistence.manager.J2eeConnectionManager" in the SOA configuration. and should then use the "java:/JBossESBDS" datasource. See also section 1.4 of the Administration Guide. Are you seeing data stored in the Hypersonic database?