Is this possible?
 
The example
http://jakarta.apache.org/ojb/tutorial3.html#mapping%20m:n%20association
s
shows auto-update=true for one side and auto-update=false for the other,
but
the documentation also states that auto-update must be false for both if
using odmg api.
 
If I set both to false, the indirection table doesn't get populated.  If
I follow the example, the
indirection table seems correct, but an exception is thrown (complains
about a duplicate key).
 
Pete


Reply via email to