Update of /var/cvs/src/org/mmbase/bridge/implementation
In directory james.mmbase.org:/tmp/cvs-serv2019
Modified Files:
BasicTransaction.java
Log Message:
new test-cases were failing
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/bridge/implementation
Index: BasicTransaction.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/bridge/implementation/BasicTransaction.java,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -b -r1.40 -r1.41
--- BasicTransaction.java 7 Jul 2008 12:16:33 -0000 1.40
+++ BasicTransaction.java 7 Jul 2008 13:25:15 -0000 1.41
@@ -23,7 +23,7 @@
* which means that chanegs are committed only if you commit the transaction
itself.
* This mechanism allows you to rollback changes if something goes wrong.
* @author Pierre van Rooden
- * @version $Id: BasicTransaction.java,v 1.40 2008/07/07 12:16:33 michiel Exp $
+ * @version $Id: BasicTransaction.java,v 1.41 2008/07/07 13:25:15 michiel Exp $
*/
public class BasicTransaction extends BasicCloud implements Transaction {
@@ -254,7 +254,7 @@
*/
void delete(String currentObjectContext) {
try {
- BasicCloudContext.transactionManager.deleteObject(transactionName,
account, currentObjectContext);
+ BasicCloudContext.transactionManager.deleteObject(transactionName,
getAccount(), currentObjectContext);
} catch (TransactionManagerException e) {
throw new BridgeException(e.getMessage(), e);
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs