[JBoss-user] [JBossCache] - Re: Transaction Rollback Problem

2006-04-06 Thread jedlloyd
I have this problem in a single node Weblogic 8.1 instance. I am running the JBossCache in LOCAL cache mode. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3935511#3935511 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=

[JBoss-user] [JBossCache] - Transaction Rollback Problem

2006-04-03 Thread jedlloyd
Hi, I am working with JBossCache 1.3 in a Weblogic 8.1 clustered environment. Currently, I am trying to setup and configure JBossCache to use the Weblogic transaction manager, however am having problems when trying to test transaction rollbacks. I have included my JBossCache config file, the

[JBoss-user] [JBossCache] - Re: New - TreeCache Replication On Server Startup

2005-10-13 Thread jedlloyd
Thanks again for the reply Brian. The cache data is loaded via a CacheManager class, which queries for the data in several databases. This class has been added to and updated for a long period of time and is why intially I have been looking into just using a wrapper class and adding the in mem

[JBoss-user] [JBossCache] - Re: New - TreeCache Replication On Server Startup

2005-10-12 Thread jedlloyd
Thanks for the quick reply. Is there a way to control the replication programmatically? Can you set the TreeCache to non-replication mode on the initial configuration and then after loading all cache data to the TreeCache set it to replication mode? Both or all nodes will be loading the same

[JBoss-user] [JBossCache] - New - TreeCache Replication On Server Startup

2005-10-12 Thread jedlloyd
Hello, I'm having a problem with replication on server startup. I have written a wrapper class, using JBoss TreeCacheAOP, for a CacheManager class which is loaded via the struts DispatcherServlet on application startup. I now have the application deployed in a clustered Weblogic environment w