Hi,
I had a quick go at the tutorial. This needs changing:
From:
Create child nodes under the root node.
    child1 = root.addChild(child1);
    child2 = root.addChild(child2);
    child3 = root.addChild(child3);
To:
Create child nodes under the root node.
    child1 = root.addChild(childFqn1);
    child2 = root.addChild(childFqn2);
    child3 = root.addChild(childFqn3);
Manik Surtani wrote:
 Guys,
 
 I've updated the JBoss Cache 2.0.0 Tutorial and this will be in 2.0.0.CR1.
 
 For those of you too lazy (!) to build from CVS HEAD, I've built a 
 snapshot of the distribution.
 
 Snapshot of the tutorial:
 
    
http://labs.jboss.com/file-access/default/members/jbosscache/freezone/tut...
 
 
 Snapshot of the distro:
 
    
http://labs.jboss.com/file-access/default/members/jbosscache/freezone/JBo...
 
 
 Feedback would be very useful...
 
 Thanks,
 -- 
 Manik Surtani
 
 Lead, JBoss Cache
 JBoss, a division of Red Hat
 
 Email: manik(a)jboss.org
 Telephone: +44 7786 702 706
 MSN: manik(a)surtani.org
 Yahoo/AIM/Skype: maniksurtani
 
 
 
 _______________________________________________
 jbosscache-dev mailing list
 jbosscache-dev(a)lists.jboss.org
 
https://lists.jboss.org/mailman/listinfo/jbosscache-dev 
-- 
Galder ZamarreƱo
Sr. Software Maintenance Engineer
JBoss, a division of Red Hat