[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-14 Thread bwang00
Hi, Can you porvide more explicit stack trace? It's hard to tell where it went wrong. Thanks, -Ben View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3834971#3834971 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3834971

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-17 Thread victor.sauermann
Hello! Here is some. I hope the amount fits your interest. Many thanks so far Vic anonymous wrote : | 14:23:32,504 INFO [MainDeployer] Deployed package: file:/D:/Projects/Java/jboss3/server/all/deploy/test-ejb.jar | 14:24:17,359 INFO [STDOUT] >>>Creating<<< | 14:24:17,4

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-17 Thread bela
You'll need to run with the JBossTransactionManagerLookup class rather than the DummyTxManagerLookup. The latter is only usable outside of JBoss. Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835218#3835218 Reply to the post : http://www.jboss.org/inde

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-19 Thread victor.sauermann
Thanks! Now the app ran fine. But now I'm wondering about the "best practises" in establishing TreeCache for a Clustered Environment. Mainly: How do I initialize a cluster wide TreeCache? Via MBean? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835455#3835455

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-19 Thread bela
>From your app (e.g. via MBean or JNDI lookup). Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3835553#3835553 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3835553

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-24 Thread victor.sauermann
Okay, okay! I think I'm reaching aim now. But some little problems are still available... 1.) I created a sar file containing a MBean. This MBean reads out a XML file. Then it instantiates the TreeCache. Afterwards it binds this object with a JNDI name. At last: It adds the XML file content to

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-24 Thread bwang00
The testsuite under jboss-head has a test case that demonstrate how to access TreeCache MBean from SLSB. THe files are src/main/org/jboss/test/cache/test/local/MBeanUnitTest.java and src/main/org/jboss/test/cache/test/bean/TreeCacheMBeanTesterBean.java. Please check it out. Thanks, -Ben View

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: Problem with TreeCache in JBoss 3.2.3

2004-05-25 Thread victor.sauermann
Okay, okay! I think I'm reaching aim now. But some little problems are still available... 1.) I created a sar file containing a MBean. This MBean reads out a XML file. Then it instantiates the TreeCache. Afterwards it binds this object with a JNDI name. At last: It adds the XML file co