> > + try {
> > + Identity id = Identity.getByURI(db,
> state.getURI());
> > + identities.remove(id);
>
> You *really* should check the return value here. I've had
> wierd bugs with this sort of thing.
>
> > + } catch(UnknownIdentityException ex) {}
> > +
> > }
> You mean db4o could return a different ientity than the requested one or what?!?
