QS helloworld_tx_sql_action fails on deployment in CP02
-------------------------------------------------------
Key: JBESB-2799
URL:
https://jira.jboss.org/jira/browse/JBESB-2799
Project: JBoss ESB
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Examples
Affects Versions: 4.4
Reporter: Boris Belovic
There are two problems with this quickstart:
First problem is that quickstart fails during its deployment (target: ant deploy). See
exception stack trace in attached file. Problem is probably in
HelloworldTxSqlDBDatabaseInitializer, which is unable to create connection to database. I
also noticed that this bug was introduced in CP02 release, in CP01 this quickstart worked
correctly. The cause of this bug is probably in jar file used to connect to H2 database
(database used in this quickstart) in CP02 . In CP01 is used
server/config/lib/h2-1.0.68.jar, but in CP02 is used server/config/lib/h2-1.1.114.jar.
When I replaced h2-1.1.114.jar with h2-1.0.68.jar, quickstart worked correctly.
Second issue I noticed is in build.xml file for this quickstart. There is a driver.jar
property set on line 18. This property is set to h2-1.0.68.jar (in CP02), but this jar
file does not exist in CP02, there is a h2-1.1.114.jar instead.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira