[jboss-user] [JBoss Cache: Core Edition] - Re: node.getChild() returning inconsistent results

galder.zamarreno@jboss.com do-not-reply at jboss.com
Wed Jun 24 06:55:08 EDT 2009


getChild() takes the fqn of the child, it's a relative method. Root already provides the first /, so the name of the child is without that first /: content/timestamp

If u used Cache rather than Node, you'd do the following using the absolute path:
cache.getNode("/content/timestamp");

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4239695#4239695

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4239695



More information about the jboss-user mailing list