Bug 778960 (SOA-1390)

Summary: Change DB tool doesn't change "dbstore" in jbossesb-properties.xml
Product: [JBoss] JBoss Enterprise SOA Platform 4 Reporter: Sindre Hamlander <sindre.hamlander>
Component: ToolingAssignee: Julian Coleman <jcoleman>
Status: CLOSED WONTFIX QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 4.3 CP01CC: sindre.hamlander
Target Milestone: ---   
Target Release: FUTURE   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-1390
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-11-09 21:01:45 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:

Description Sindre Hamlander 2009-06-25 17:54:30 UTC
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).

Comment 1 Julian Coleman 2009-07-01 16:19:11 UTC
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?