[jbpm-commits] JBoss JBPM SVN: r3436 - jbpm3/tags/jbpm-3.2.4.GA/hudson.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 19 02:12:23 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-19 02:12:23 -0500 (Fri, 19 Dec 2008)
New Revision: 3436

Modified:
   jbpm3/tags/jbpm-3.2.4.GA/hudson/profiles.xml.local.qa
Log:
Add jdbc.sybase.driver

Modified: jbpm3/tags/jbpm-3.2.4.GA/hudson/profiles.xml.local.qa
===================================================================
--- jbpm3/tags/jbpm-3.2.4.GA/hudson/profiles.xml.local.qa	2008-12-18 21:17:44 UTC (rev 3435)
+++ jbpm3/tags/jbpm-3.2.4.GA/hudson/profiles.xml.local.qa	2008-12-19 07:12:23 UTC (rev 3436)
@@ -19,6 +19,7 @@
         <jdbc.mysql.username>jbpmtest</jdbc.mysql.username>
         <jdbc.mysql.password></jdbc.mysql.password>
         
+        <jdbc.sybase.driver>net.sourceforge.jtds.jdbc.Driver</jdbc.sybase.driver>
         <jdbc.sybase.url>jdbc:jtds:sybase://192.168.0.101:5000/jbpmtest</jdbc.sybase.url>
         <jdbc.sybase.server>192.168.0.101</jdbc.sybase.server>
         <jdbc.sybase.port>5000</jdbc.sybase.port>




More information about the jbpm-commits mailing list