Bug 185 : v2.2 Regression - ManyToMany not adding/removing from intersection
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.3.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
02/12/2009
Updated 
02/12/2009
Type 
Bug
 
Attachments 
No attachments

A Bug was introducted in v2.2 with the PrivateOwned support.

ManyToMany's stopped listening for additions and removals from their lists/sets. Typically these additions and removals result in inserts/deletes from the intersection table.

 
Rob 02 Dec 06:10
Fixed in HEAD

Fixed in HEAD. All ManyToMany get ModifyListenMode.ALL mode assigned.

NB PrivateOwned get ModifyListenMode.REMOVALS

woResponse

Upload a file