[jbpm-commits] JBoss JBPM SVN: r5707 - in jbpm3/branches/jbpm-3.2-soa: modules/core/src/main/java/org/jbpm/command and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Oct 6 20:32:13 EDT 2009


Author: alex.guizar at jboss.com
Date: 2009-10-06 20:32:13 -0400 (Tue, 06 Oct 2009)
New Revision: 5707

Modified:
   jbpm3/branches/jbpm-3.2-soa/hudson/profiles.redhat.qa.xml
   jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/java/org/jbpm/command/ChangeProcessInstanceVersionCommand.java
   jbpm3/branches/jbpm-3.2-soa/modules/db/scripts/antrun-jbpmschema.xml
Log:
[JBPM-2563] switch to sybase server at vmg07, append "go" to sybase scripts

Modified: jbpm3/branches/jbpm-3.2-soa/hudson/profiles.redhat.qa.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/hudson/profiles.redhat.qa.xml	2009-10-06 15:38:04 UTC (rev 5706)
+++ jbpm3/branches/jbpm-3.2-soa/hudson/profiles.redhat.qa.xml	2009-10-07 00:32:13 UTC (rev 5707)
@@ -46,8 +46,8 @@
         <jdbc.postgresql.username>jbpm3</jdbc.postgresql.username>
         <jdbc.postgresql.password>jbpm3</jdbc.postgresql.password>
 
-        <jdbc.sybase.server>dev77.qa.atl2.redhat.com</jdbc.sybase.server>
-        <jdbc.sybase.port>4100</jdbc.sybase.port>
+        <jdbc.sybase.server>vmg07.mw.lab.eng.bos.redhat.com</jdbc.sybase.server>
+        <jdbc.sybase.port>5000</jdbc.sybase.port>
         <jdbc.sybase.database>jbpm3</jdbc.sybase.database>
         <jdbc.sybase.url>jdbc:jtds:sybase://${jdbc.sybase.server}:${jdbc.sybase.port}/${jdbc.sybase.database}</jdbc.sybase.url>
         <!-- jconnect.url jdbc:sybase:Tds:${jdbc.sybase.server}:${jdbc.sybase.port}/${jdbc.sybase.database} -->

Modified: jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/java/org/jbpm/command/ChangeProcessInstanceVersionCommand.java
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/java/org/jbpm/command/ChangeProcessInstanceVersionCommand.java	2009-10-06 15:38:04 UTC (rev 5706)
+++ jbpm3/branches/jbpm-3.2-soa/modules/core/src/main/java/org/jbpm/command/ChangeProcessInstanceVersionCommand.java	2009-10-07 00:32:13 UTC (rev 5707)
@@ -26,8 +26,7 @@
 
 /**
  * <b>THIS COMMAND IS NOT YET STABLE, BUT FEEL FREE TO TEST :-)</b><br>
- * Status update: Still not complete, but refactored and added simple test cases:
- * {@link ChangeProcessInstanceVersionCommandTest}.<br>
+ * Status update: Still not complete, but refactored and added simple test cases.<br>
  * Change the version of a running process instance. This works only, if the current node is also
  * available in the new version of the process definition or a name mapping has to be provided.<br>
  * <b>Currently known limitations:</b>

Modified: jbpm3/branches/jbpm-3.2-soa/modules/db/scripts/antrun-jbpmschema.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/modules/db/scripts/antrun-jbpmschema.xml	2009-10-06 15:38:04 UTC (rev 5706)
+++ jbpm3/branches/jbpm-3.2-soa/modules/db/scripts/antrun-jbpmschema.xml	2009-10-07 00:32:13 UTC (rev 5707)
@@ -44,6 +44,7 @@
     <jbpmschema output="${scriptsdir}/jbpm.sybase.create.sql"
                 config="hibernate.cfg.sybase.xml"
                 action="create" />
+    <concat destfile="${scriptsdir}/jbpm.sybase.create.sql" append="yes">go</concat>
   </target>
 
   <target name="drop-schema"
@@ -73,6 +74,7 @@
     <jbpmschema output="${scriptsdir}/jbpm.sybase.drop.sql"
                 config="hibernate.cfg.sybase.xml"
                 action="drop" />
+    <concat destfile="${scriptsdir}/jbpm.sybase.drop.sql" append="yes">go</concat>
   </target>
 
   <target name="update-schema"
@@ -106,6 +108,7 @@
                 config="hibernate.cfg.sybase.xml"
                 properties="sybase.properties"
                 action="update" />
+    <concat destfile="${scriptsdir}/jbpm.sybase.update.sql" append="yes">go</concat>
   </target>
 
 </project>



More information about the jbpm-commits mailing list