[jira] Created: (JDO-392) Deletion of objects when foreign-key is present : unexpected DB exceptions now handled

2006-07-11 Thread Andy Jefferson (JIRA)
Deletion of objects when foreign-key is present : unexpected DB exceptions now handled -- Key: JDO-392 URL: http://issues.apache.org/jira/browse/JDO-392 Project: JDO Type: Bug

[jira] Updated: (JDO-392) Deletion of objects when foreign-key is present : unexpected DB exceptions not handled

2006-07-11 Thread Andy Jefferson (JIRA)
[ http://issues.apache.org/jira/browse/JDO-392?page=all ] Andy Jefferson updated JDO-392: --- Summary: Deletion of objects when foreign-key is present : unexpected DB exceptions not handled (was: Deletion of objects when foreign-key is present : unexpected

[jira] Commented: (JDO-392) Deletion of objects when foreign-key is present : unexpected DB exceptions not handled

2006-07-11 Thread Craig Russell (JIRA)
[ http://issues.apache.org/jira/browse/JDO-392?page=comments#action_12420394 ] Craig Russell commented on JDO-392: --- JDO assumes that during a transaction, the persistent instances in memory might be out of sync with the persistent instances in the

Behavior of deletePersistent with datastore constraints

2006-07-11 Thread Craig L Russell
Javadogs,JDO assumes that during a transaction, the persistent instances in memory might be out of sync with the persistent instances in the datastore. The application does not need to be written so as to guarantee consistency with each individual memory operation. The spec is pretty specific