[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Persistance

2004-08-16 Thread bisla
Thanks Bela, does the current version say 1.01 store the state though, cause when i restart the application I get the same structure in the cache and was wondering where is it pick that up from . View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845219#3845219

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: discarded request

2004-08-16 Thread bisla
I'll give that a try. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845220#3845220 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845220 --- SF.Net email is sponsored

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Persistance

2004-08-13 Thread bisla
Does the TreeCache save the tree structure say in a file in between restarts. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3845084#3845084 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3845084

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Co-ordinator

2004-08-12 Thread bisla
Adding the following line in the replSyn-service.xml causes the client not to load correctly. I Treecache cannot connect to the others in the same cluster. Is there something i'm missing or is this a bug... any help will appreciated. Thx. !-- disable from being the co-ordinator

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: discarded request

2004-08-10 Thread bisla
Bela, let me explain the setup little more detail. besides what i orginall mentioned, on the server I have a custom Mbean which extends ServiceMBeanSupport class, this mbean has an instance of TreeCache starts it. Note if i stop and start the server while the client still up, the client

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: CacheLoader

2004-08-05 Thread bisla
I'm sorry but what tag are you asking about . thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844261#3844261 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3844261

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - discarded request

2004-08-05 Thread bisla
Hi i have 2 JBossCache instances running, one inside Jboss and the other as standalone client. The one in jboss is the co-ordinator and both the caches have the same service.xml i.e. same cluster port etc... I see the following message once in while in the jboss console, can anyone tell what

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: discarded request

2004-08-05 Thread bisla
looks like this happens when the standalone cache modifies the cache i.e. does a put. Any pointers would be appreciated. Thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3844278#3844278 Reply to the post :

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Co-ordinator

2004-07-28 Thread bisla
Thank You Bela, where and how would you specify this setting. I would appreciate if you could give an example. thx View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3843539#3843539 Reply to the post :

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Co-ordinator

2004-07-27 Thread bisla
what setting should one make in the .xml in order to start one of the caches in the cluster as the co-ordinator. I know by default the first cache in the cluster would start as the co-ordinator. Is there a way one could enforce this through the .xml file that the cache starts as the

[JBoss-dev] [Build System] - Re: cvs build questions on jboss-head and jms

2004-07-14 Thread bisla
Scott, I don't get xdoclet-xdoclet under the thirdpart directory... Even when you browse the sources through the web you wouldn't find a xdoclet-xdoclet dir instead what u see is xdoclet/xdoclet . Is there something I'm missing. thanks View the original post :

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - CacheLoader

2004-07-13 Thread bisla
(this); | cache.put(/a/b/c, name, Kunal Bisla); | | while (true) | { | Node node = cache.get(/a/b/c); | System.out.println(/a/b/c + node); | node = cache.get(//aaab/b