Armin,
I discovered that the default implementation of the CopyStrategy.read method
re-build the object based on the hashmap stored in the cache implementation.
That's cool, but the problem is the following:
When an object is retrieved from the cache, and you try to get one
of its reference or collection, you always get null.
I propose to add in the read method of CopyStrategy
broker.retrieveAllReferences(target);
before returning the object.
What do you think ?
David WIESZTAL.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]