Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 343925 checked into trunk

Bug 343925 - Intermittent failure using Cascade Persist.

 

https://bugs.eclipse.org/bugs/show_bug.cgi?id=343925

 

Iterate through all objects and their mappings while discovering unregistered objects to be persisted using CascadeType.PERSIST before throwing IllegalStateException if any unregistered object found which has not marked with CascadeType.PERSIST.

 

Checked into trunk (2.3) at r9285

 

Testing: LRG & JPA LRG on Oracle and MySQL

 

Reviewed By: Gordon Yorke

 

 

Thanks

Vikram


Back to the top