]
Joram Barrez commented on JBPM-2654:
------------------------------------
But what worries me more: why didnt QA catch this?
instal.jbpm.into.jboss does not copy the MySQL driver
-----------------------------------------------------
Key: JBPM-2654
URL:
https://jira.jboss.org/jira/browse/JBPM-2654
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 4.2
Reporter: Joram Barrez
Assignee: Tom Baeyens
Fix For: jBPM 4.3
The install task 'install.jbpm.into.jboss' does not copy the MySql driver (using
-Ddatabase=mysql ofc)
Current:
<copy file="${jbpm.home}/lib/${database.driver}"
todir="${database.driver.destination.dir}" />
-> But when printing out 'todir', the destination dir is not set
Proposed fix:
<property name="database.driver.destination.dir"
value="${jboss.server.config.dir}/deploy/jbpm/jbpm-service.sar" />
<antcall target="internal.copy.database.driver" />
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: