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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...