Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Ws Wiki" for change 
notification.

The following page has been changed by KevinWilliams:
http://wiki.apache.org/ws/WorkingWithOptimisticConcurrencyControl

------------------------------------------------------------------------------
     DataObject book = root.getDataObject("BOOK[1]");
     book.setInt("QUANTITY", 2);
  
-    // Try to apply changes and catch potential update collision occurred
+    // Try to apply changes and catch potential update collision
     try {
        das.applyChanges(root);
     } catch (RuntimeException ex) {

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to