Going through the JBossCache tutorial before committing the PojoCache
tutorial work. The following is not correct:
child2.hasChild(childFqn3.getLastElement()); // should return true
getLastElement() returns E of Fqn, whereas hasChild takes an Fqn.
You could do:
child2.hasChild(Fqn.fromString(childFqn3.getLastElement()));
which indeed would return true
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