I have been using TreeCache in a current development (JBoss 3.2.3 + JBossCache 1.02) 
with no problem.  Having upgraded to jJBoss 4.0.0RC1 then I get a NullPointerException 
with every put operation.

This is repeatable with the code: 

new TreeCache().put("test/location", new String("xxxx"), new Integer(1));

The rsulting stack is:

org.jboss.util.NestedRuntimeException: - nested throwable: 
(java.lang.NullPointerException)
        at org.jboss.cache.TreeCache.invokeMethod(TreeCache.java:3083)
        at org.jboss.cache.TreeCache.put(TreeCache.java:1649)
        at org.jboss.cache.TreeCache.put(TreeCache.java:1632)

Am I doing something wrong or is there a problem here?

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

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


-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to