[
https://jira.jboss.org/jira/browse/JBCACHE-1518?page=com.atlassian.jira.p...
]
Galder Zamarreno updated JBCACHE-1518:
--------------------------------------
Attachment: NodeAPITest.java
Existing test class containing some of the code tested.
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: Galder Zamarreno
Fix For: 3.3.0.GA
Attachments: NodeAPITest.java
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