[JBoss-user] [JBossCache] - Re: Error in using TreeCache from Hibernate

2006-03-21 Thread akardell
Perhaps I'm missing a setting? None of my timeouts are set to 0, as seen below: | | | | | | | | jboss:service=Naming | jboss:service=TransactionManager | | | | org.jboss.cache.DummyTransactionManagerLookup | | | READ_COM

[JBoss-user] [JBossCache] - Re: Error in using TreeCache from Hibernate

2005-10-26 Thread [EMAIL PROTECTED]
Yes, Hibernate does require that you call your config file treecache.xml. You should also be able to specify JNDI properties so that it picks up the shared TreeCache instance bound to JNDI by the app server though... View the original post : http://www.jboss.com/index.html?module=bb&op=viewto

[JBoss-user] [JBossCache] - Re: Error in using TreeCache from Hibernate

2005-10-26 Thread borje.jonsson
Thanks for the tip, but now i get another error: 10:24:38,851 ERROR [Hibernate] Starting failed jboss.har:service=Hibernate org.hibernate.cache.CacheException: org.jboss.cache.ConfigureException: could not find resource treecache.xml But if i rename treecache-service.xml to treecache.xml and pu

[JBoss-user] [JBossCache] - Re: Error in using TreeCache from Hibernate

2005-10-25 Thread [EMAIL PROTECTED]
This is a configuration error. In hibernate-service.xml, you should use: | ... | | org.hibernate.cache.TreeCacheProvider | true | ... | This is because Hibernate comes with a 'Provider' class for each major cache it supports; a wrapper that abstracts