David Jencks wrote: > Dain > --just to be really clear-- > > The fix I did for "quadratic algorithm" puts beans in a list to have > ejbStore called if: > > they have a method called on them after the last find, create, or store > -and- > ctxContainer.getPersistenceManager().isModified(ctx) returns true. > > Is this accurate for cmp2 beans? As I understood your code it was, but I > would like to double check.
Yes. Changes to relationships are sent through the interceptor stack so they look like method calls, and the isModified method in the persistence manager for cmp2 always returns true. In the end it all works fine. -dain _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development
