[jbpm-commits] JBoss JBPM SVN: r3372 - jbpm3/trunk/hudson.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Dec 12 11:03:05 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-12-12 11:03:05 -0500 (Fri, 12 Dec 2008)
New Revision: 3372

Modified:
   jbpm3/trunk/hudson/profiles.xml.local.qa
   jbpm3/trunk/hudson/profiles.xml.redhat.qa
Log:
[JBPM-1408] setup sybase access

Modified: jbpm3/trunk/hudson/profiles.xml.local.qa
===================================================================
--- jbpm3/trunk/hudson/profiles.xml.local.qa	2008-12-12 15:53:32 UTC (rev 3371)
+++ jbpm3/trunk/hudson/profiles.xml.local.qa	2008-12-12 16:03:05 UTC (rev 3372)
@@ -19,20 +19,22 @@
         <jdbc.mysql.username>jbpmtest</jdbc.mysql.username>
         <jdbc.mysql.password></jdbc.mysql.password>
         
+        <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>
+        <jdbc.sybase.database>jbpmtest</jdbc.sybase.database>
+        <jdbc.sybase.username>jbpmtest</jdbc.sybase.username>
+        <jdbc.sybase.password>jbpmtest</jdbc.sybase.password>
+        
+        <!-- PostgreSQL is currently not supported    
         <jdbc.postgresql.url>jdbc:postgresql://localhost:5432/jbpmtest</jdbc.postgresql.url>
         <jdbc.postgresql.server>localhost</jdbc.postgresql.server>
         <jdbc.postgresql.port>5432</jdbc.postgresql.port>
         <jdbc.postgresql.database>jbpmtest</jdbc.postgresql.database>
         <jdbc.postgresql.username>jbpmtest</jdbc.postgresql.username>
         <jdbc.postgresql.password></jdbc.postgresql.password>
+        -->
         
-        <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>
-        <jdbc.sybase.database>jbpmtest</jdbc.sybase.database>
-        <jdbc.sybase.username>jbpmtest</jdbc.sybase.username>
-        <jdbc.sybase.password>jbpmtest</jdbc.sybase.password>
-        
       </properties>
     </profile>
     

Modified: jbpm3/trunk/hudson/profiles.xml.redhat.qa
===================================================================
--- jbpm3/trunk/hudson/profiles.xml.redhat.qa	2008-12-12 15:53:32 UTC (rev 3371)
+++ jbpm3/trunk/hudson/profiles.xml.redhat.qa	2008-12-12 16:03:05 UTC (rev 3372)
@@ -19,20 +19,20 @@
         <jdbc.mysql.username>jbpm3</jdbc.mysql.username>
         <jdbc.mysql.password>jbpm3</jdbc.mysql.password>
         
-        <!--   
+        <jdbc.sybase.url>jdbc:jtds:sybase://dev77.qa.atl2.redhat.com:4100/jbpm3</jdbc.sybase.url>
+        <jdbc.sybase.server>dev77.qa.atl2.redhat.com</jdbc.sybase.server>
+        <jdbc.sybase.port>4100</jdbc.sybase.port>
+        <jdbc.sybase.database>jbpm3</jdbc.sybase.database>
+        <jdbc.sybase.username>jbpm3</jdbc.sybase.username>
+        <jdbc.sybase.password>jbpm3</jdbc.sybase.password>
+        
+        <!-- PostgreSQL is currently not supported    
         <jdbc.postgresql.url>jdbc:postgresql://localhost:5432/jbpmtest</jdbc.postgresql.url>
         <jdbc.postgresql.server>localhost</jdbc.postgresql.server>
         <jdbc.postgresql.port>5432</jdbc.postgresql.port>
         <jdbc.postgresql.database>jbpmtest</jdbc.postgresql.database>
         <jdbc.postgresql.username>jbpmtest</jdbc.postgresql.username>
         <jdbc.postgresql.password></jdbc.postgresql.password>
-        
-        <jdbc.sybase.url>jdbc:jtds:sybase://localhost:5000/jbpmtest</jdbc.sybase.url>
-        <jdbc.sybase.server>localhost</jdbc.sybase.server>
-        <jdbc.sybase.port>5000</jdbc.sybase.port>
-        <jdbc.sybase.database>jbpmtest</jdbc.sybase.database>
-        <jdbc.sybase.username>jbpmtest</jdbc.sybase.username>
-        <jdbc.sybase.password>jbpmtest</jdbc.sybase.password>
         -->
       </properties>
     </profile>




More information about the jbpm-commits mailing list