[jboss-user] [JBossCache] - Failing to connect a treecache using TCP

2007-04-26 Thread Benbo
I have two machines (FIRST_BOX and SECOND_BOX)running applications using hibernate 3.2.2 to talk to an oracle 10g database, using JBossCache 1.4.1SP3 as the secondary level cache. FIRST_BOX is always started first. My treecache.xml file looks like this: server | | classpath

[jboss-user] [JBossCache] - NPE occuring in OptimisticNodeInterceptor in 1.4.1SP3

2007-04-24 Thread Benbo
Hi There, I'm currently using JBossCache 1.4.1SP3, with Hibernate 3.2.2, using the following config files: treecache.xml: server | | classpath codebase=./lib archives=jboss-cache.jar, jgroups.jar/ | | | !--

[jboss-user] [JBossCache] - Re: NPE occuring in OptimisticNodeInterceptor in 1.4.1SP3

2007-04-24 Thread Benbo
Some new facts: 1)Trying the BETA release of JBossCache results in the same error. 2) If I try to persist an object with just strings and ints (i.e. no collections) then this configuration works. However, trying to persist an object with a collection is what is causing the error. The hbm file

[jboss-user] [JBossCache] - Re: NPE occuring in OptimisticNodeInterceptor in 1.4.1SP3

2007-04-24 Thread Benbo
I should also point out that if I try to persist a ManagerDetails with the collection details commented out in the hbm file and the cfg.xml file, the object is also successfully persisted. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4040207#4040207 Reply