Re: Possible CollectionProxy bug?

2003-06-19 Thread Thomas Mahler
: Possible CollectionProxy bug? I think I get RemovalAwareCollection working with proxied classes. The method afterStore in CollectionProxy should not be: public void afterStore(PersistenceBroker broker) throws PersistenceBrokerException { Collection c = getData(); if( c

Re: Possible CollectionProxy bug?

2003-06-13 Thread Edson Carlos Ericksson Richter
Anyone can confirm that this is a bug or not? Thanks, Edson Richter - Original Message - From: Edson Carlos Ericksson Richter [EMAIL PROTECTED] To: OJB Users List [EMAIL PROTECTED] Sent: Thursday, June 12, 2003 11:13 AM Subject: Possible CollectionProxy bug? I think I get

Possible CollectionProxy bug?

2003-06-12 Thread Edson Carlos Ericksson Richter
I think I get RemovalAwareCollection working with proxied classes. The method afterStore in CollectionProxy should not be: public void afterStore(PersistenceBroker broker) throws PersistenceBrokerException { Collection c = getData(); if( c instanceof ManageableCollection )