Re: Deleting items in collection?

Sebastian Stein <[email protected]>
Newsgroups gmane.comp.jakarta.ojb.user
Message-ID <[email protected]>
Edson Carlos Ericksson Richter <[email protected]> [060824
21:44]:
> I've been using RemovalAwareList in the descriptor, so I don't need to 
> take care of this in coding.

I was able to fix it with the RemovalAwareList in the java code. I think one
important point was that I called twice the store functionality, so:

aObject.getBs().clear()
aObject.store();
aObject.getAllBs();
aObject.store();

Sebastian
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.