FYI, On Fri, Aug 29, 2008 at 03:43, Nightly build user <[EMAIL PROTECTED]> wrote: > [echo] > ========================================BRIDGE======================================== > 1) > testDeleteNodeOutsideTransactionNodeInTransactionButNotChanged(org.mmbase.bridge.TransactionTest)junit.framework.AssertionFailedError: > Integrity constraint violation - no parent > MMBASETESTS_INSREL_SNUMBER_FOREIGN table: MMBASETESTS_OBJECT in statement > [INSERT INTO MMBASETESTS_INSREL > (NUMBER,OTYPE,OWNER,SNUMBER,DNUMBER,RNUMBER,DIR) VALUES (?,?,?,?,?,?,?)] > during creation of > _dnumber='U-1473_bar11_-1474',_exists='no',pos='null',owner='admin',_number='U-1473_bar11_-1475',rnumber='67',dnumber='562',snumber='559',dir='2',otype='56',number='561'[EMAIL > PROTECTED] > at > org.mmbase.bridge.TransactionTest.testDeleteNodeOutsideTransactionNodeInTransactionButNotChanged(TransactionTest.java:275) > FAILURES!!! > Tests run: 302, Failures: 1, Errors: 0
The occurence of this has to do with the fix for : http://www.mmbase.org/jira/browse/MMB-1713: Bridge transaction always commits nodes even when not changed The failing test is using, but not changing a node in a transaction. The transaction howwer makes a relation to this node. In the mean time the node in concern is _deleted_. On commit of the transaction this exception occurs. I think the transaction could have recreated the node (as it would also have undone other intermediate changes), which it does not do now any more, because it does not commit the node. This is issue: http://www.mmbase.org/jira/browse/MMB-1680, which because of this I had to reopen. Michiel -- mihxil' http://meeuw.org nl_NL eo_XX en_US _______________________________________________ Developers mailing list Developers@lists.mmbase.org http://lists.mmbase.org/mailman/listinfo/developers