In FlushDbTest get the connection details from the hibernate configuration
--------------------------------------------------------------------------
Key: JBPM-1086
URL:
http://jira.jboss.com/jira/browse/JBPM-1086
Project: JBoss jBPM
Issue Type: Task
Reporter: Tom Baeyens
Assigned To: Tom Baeyens
the connection details were hardcoded to hsqlsdb. the schema creation used the
hibernate.cfg.xml. so in the database integration test set ups, the schema was created in
e.g. the oracle database and the test was run against the hsqldb in memory, resulting in a
table not found exception.
fix is to fetch the connection details from the hibernate configuration and use those to
create the sal connection manually.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira