[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1602) NodeSPI.isDataLoaded is false for new node with optimistic locking

Dennis Reed (JIRA) jira-events at lists.jboss.org
Thu Jul 21 17:53:23 EDT 2011


NodeSPI.isDataLoaded is false for new node with optimistic locking
------------------------------------------------------------------

                 Key: JBCACHE-1602
                 URL: https://issues.jboss.org/browse/JBCACHE-1602
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Cache loaders
    Affects Versions: 3.2.5.GA
            Reporter: Dennis Reed
            Assignee: Dennis Reed


The following prints "true" with MVCC or Pessimistic locking, but "false" with Optimistic.

    cache.put ( fqn, key, test );
    NodeSPI n = (NodeSPI)cache.getNode ( fqn );
    System.out.println ( n.isDataLoaded() ); 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosscache-issues mailing list