Within my Home class I receive a ResourceUnknownException when calling the 
find(key) method for a second time.
 
On my first SOAP request, I receive the exception, but this is expected on the 
first request. Within this first request, I create a new Resource and call the 
add(key, resource) method to add my resource to the underlying cache.
Therefore on my second SOAP request, the find() method should return this 
resource if I pass in the same ResourceIdentifier value (which I do because its 
the same request).
 
At a first glance, it appears that either the find() or add() method is not 
working correctly.
 
Has anybody else noticed this or has this Use Case been tested......lately?
 
Thanks, James Lorenzen.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to