[
https://jira.jboss.org/jira/browse/JBPM-2629?page=com.atlassian.jira.plug...
]
rwiesemann commented on JBPM-2629:
----------------------------------
i think, the target 'internal.copy.database.driver.if.needed' should be beginning
with
<target name="internal.copy.database.driver.if.needed"
if="database.driver">
<property name="database.driver.destination.dir"
value="${jboss.server.config.dir}/lib" />
...
</target>
build.xml: install.jbpm.into.jboss ant task does not set
database.driver.destination.dir
----------------------------------------------------------------------------------------
Key: JBPM-2629
URL:
https://jira.jboss.org/jira/browse/JBPM-2629
Project: jBPM
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: jBPM 4.2
Environment: Windows XP, JBoss 5.0GA, Oracle 10g
Reporter: Mark Roy
Priority: Minor
Around line 328 in build.xml, there's an antcall to internal.copy.database.driver,
which expects the property database.driver.destination.dir to be set. It appears that
instead, the property container.lib.dir is set (this property does not appear to be used
anywhere.
Therefore, I believe that
<property name="container.lib.dir"
value="${jboss.server.config.dir}/deploy/jbpm/jbpm-service.sar" />
should be
<property name="database.driver.destination.dir"
value="${jboss.server.config.dir}/deploy/jbpm/jbpm-service.sar" />
--
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