[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-16 Thread aman21cent
Thank you. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225954#4225954 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4225954 ___ jboss-user mailing list

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-15 Thread aman21cent
Could you please verify below steps on how this will be working - Region X - needs to be replicated Region Y - doesn't need to be replicated Thread # 1 - Writes/puts into Region X in below steps a. Writes/puts into Region X Thread # 2 - Writes into Region Y at exact same time as Thread # 1

[jboss-user] [JBoss Cache: Core Edition] - Re: How to configure region based caching use multiple cac

2009-04-15 Thread aman21cent
How can I use single transaction? Could you please explain get/put/remove flow by examples? JBC instance # 1 - gets Region X data JBC instance # 2 - gets Region Y data Will it call one method to get/put/remove data passing JBC instance? View the original post :

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-14 Thread aman21cent
Thanks for your feedback. Another question - is it possible to do replication at region level? Region X - Turn ON replication Region Y - Turn OFF replication, which means keep the cache on local server only. View the original post :

[jboss-user] [JBoss Cache: Core Edition] - How to configure region based caching use multiple cache l

2009-04-14 Thread aman21cent
I want to use specific cache loader for a region. How can I do that? Can I get a sample config file? My actual goal is to use 2 different cache loaders for 2 different regions like below - Region /user/data/X - use JDBCCacheLoader Region /user/data/Y - use FileCacheLoader I

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-14 Thread aman21cent
Yes, but this won't work in case of multi threaded environment. Thread # 1 - Writes into Region X Thread # 2 - Writes into Region Y at exact same time as Thread # 1 If cache mode set to local then both Region X Y will not be replicated. Is this true? View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - How to configure region based caching?

2009-04-13 Thread aman21cent
I want to use specific cache loader for a region. How can I do that? Can I get a sample config file? Example - Region - /user/data/x I want to use in memory/default cache loader. Region - /user/data/x I want to use - FileCacheLoader thanks in advance. View the original post :

[jboss-user] [Installation, Configuration DEPLOYMENT] - Re: How to configure region based caching?

2009-04-13 Thread aman21cent
Corrected example - Example - Region - /user/data/X I want to use in memory/default cache loader. Region - /user/data/Y I want to use - FileCacheLoader Any ideas? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225182#4225182 Reply to the post :

[jboss-user] [Clustering/JBoss] - How to configure region based caching use multiple cache l

2009-04-13 Thread aman21cent
I want to use specific cache loader for a region. How can I do that? Can I get a sample config file? Example - Region - /user/data/X I want to use in memory/default cache loader. Region - /user/data/Y I want to use - FileCacheLoader thanks in advance. View the original post :

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-13 Thread aman21cent
My actual goal is to use 2 different cache loaders for 2 different regions like below - Region /user/data/X - use JDBCCacheLoader Region /user/data/Y - use - FileCacheLoader I will use passivation eviction on both regions but how can I use different loaders on individual regions? View the

[jboss-user] [Clustering/JBoss] - Re: How to configure region based caching use multiple cac

2009-04-13 Thread aman21cent
I can run 2 sets of JBoss cache instance... providing two configuration filesbut I am trying to avoid it. Can I configure region based cache loaders run single instance of JBOSS cache? View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4225195#4225195 Reply