[JBoss-user] [JBossCache] - Re: HashMap persistence problem

2006-02-10 Thread gysz
It seems that with the 1.2.4SP1 the above error not ocures. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922970#3922970 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922970 -

[JBoss-user] [JBossCache] - HashMap persistence problem

2006-02-10 Thread gysz
Hi, the following code generates a null pointer exception in the TreeCache class when I try to persist the treecache: | Map map = new HashMap(); | map.put(MAP_KEY_PM, pm); | map.put(MAP_KEY_DESTINATION, stsDestination); | treeCache.put( | getPathToPMIDNode(pm.getId()), // path t