[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1518) getChild() returning null

Galder Zamarreno (JIRA) jira-events at lists.jboss.org
Tue Jun 30 06:01:28 EDT 2009


getChild() returning null
-------------------------

                 Key: JBCACHE-1518
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1518
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
    Affects Versions: 3.1.0.GA
            Reporter: Galder Zamarreno
            Assignee: Manik Surtani


Running the following code from the user guide throws an NPE in line 3:

1.  Map lotsOfData = generateData();
2.  cache.put("/a/b/c", lotsOfData);
3.  cache.getRoot().getChild("/a").setResident(true);
4.  cache.getRoot().getChild("/a/b").setResident(true);

Needs further investigation...

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

        



More information about the jbosscache-issues mailing list