[
https://jira.jboss.org/jira/browse/JBPM-1820?page=com.atlassian.jira.plug...
]
Thomas Diesler resolved JBPM-1820.
----------------------------------
Fix Version/s: jBPM 3.3.0 GA
(was: jBPM 3.3.1 GA)
Resolution: Done
<jtds.version>1.2.2</jtds.version>
<dependency>
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>
<version>${jtds.version}</version>
</dependency>
Replace proprietary sybase driver with OS alternative
-----------------------------------------------------
Key: JBPM-1820
URL:
https://jira.jboss.org/jira/browse/JBPM-1820
Project: JBoss jBPM
Issue Type: Task
Security Level: Public(Everyone can see)
Components: Productization
Reporter: Thomas Diesler
Assignee: Thomas Diesler
Fix For: jBPM 3.3.0 GA
SYBASE_JDBC_DRIVER=/opt/sybase/ase1502dev/shared/lib/jconn3.jar
if [ -f $SYBASE_JDBC_DRIVER ]; then
echo "cp $SYBASE_JDBC_DRIVER
$JBOSS_HOME/server/$JBOSS_SERVER/deploy/jbpm/jbpm-service.sar"
cp $SYBASE_JDBC_DRIVER $JBOSS_HOME/server/$JBOSS_SERVER/deploy/jbpm/jbpm-service.sar
fi
--
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