[jboss-jira] [JBoss JIRA] Resolved: (JBCACHE-713) PojoCache when it has been detached remotely, accessing it again will throw PojoCacheAlreadyDetachedException

Ben Wang (JIRA) jira-events at jboss.com
Wed Jul 26 03:59:11 EDT 2006


     [ http://jira.jboss.com/jira/browse/JBCACHE-713?page=all ]

Ben Wang resolved JBCACHE-713.
------------------------------

    Resolution: Done

> PojoCache when it has been detached remotely, accessing it again will throw PojoCacheAlreadyDetachedException
> -------------------------------------------------------------------------------------------------------------
>
>                 Key: JBCACHE-713
>                 URL: http://jira.jboss.com/jira/browse/JBCACHE-713
>             Project: JBoss Cache
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: PojoCache
>            Reporter: Ben Wang
>         Assigned To: Ben Wang
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> This is the use case here:
> cacheA.attach(id, pojo);
> p = cacheB.find(id);
> cacheA.detach(id); // detach on the remote node wrt to p
> p.getName(); // this will throw PojoCacheAlreadyDetachedException

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list