Currently without this change, any attempt to change an instance
actually changes the status of all instances! :)
Index: JDBCUtil.java
===================================================================
--- JDBCUtil.java (revision 56926)
+++ JDBCUtil.java (working copy)
@@ -395,7 +395,8 @@
try {
String sql = "update bpm_instance" +
- " set params = ?, stepdate = ?, status = ?";
+ " set params = ?, stepdate = ?, status = ?" +
+ " where instanceid = " + instance.getInstanceID().getID();;
connection = getConnection();
James
-------
http://radio.weblogs.com/0112098/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]