Stein M. Eliassen wrote:

I'm using a loader-object to load the actual type that I really want with another identity-definiton, in this case ActionProgram.


I was calling delete() directly on ActionProgram and not on the loader and this was messing things up, but now that I call delete() on the loader the problem is gone.

What I've tried to solve with the loader is something others would have done differently perhaps, any comments?


Calling delete on the loader didn't delete any of the ActionItems in ActionProgram, but I changed the cache-type for the loader to none and called delete() on ActionProgram to fix it.


Is ActionProgram cached even if the loader is not?

Stein

----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
unsubscribe castor-dev


Reply via email to