[jboss-jira] [JBoss JIRA] Created: (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:57:11 EDT 2006


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
             Fix For: 2.0.0


This is the use case here:

cacheA.attach(id, pojo);

p = cacheB.find(id);

cacheA.detach(id);

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