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
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:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira