[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: need in-container treecache example

2004-02-24 Thread michael.daleiden
Can the TreeCache MBean be instantiated on startup, instead of programmatically? If so, how? I am running JBoss 3.2.3 and have downloaded the JBossCache zip file. I copied the jboss-cache.jar file to my server/all/lib directory and have tried placing each of the XML service files

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: need in-container treecache example

2004-02-24 Thread bela
The problem is due to an overloaded version of a jmx-attribute (CacheMode). You'll need to get a newer version. Here's how: - Get the code for JBoss-3.2 - Cd to jboss-3.2/cache - Run ./build.sh dist This will generate a new jboss-cache-dist.zip file, that's the one you want to use. We will

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: need in-container treecache example

2004-02-12 Thread marc fleury
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821344#3821344 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821344 I was going to RTFM but do we have an TFM? in other words did you find any doco on the cache page yet?

[JBoss-dev] [Caches on JBoss (Caches/JBoss)] - Re: need in-container treecache example

2004-02-12 Thread bwang00
View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3821345#3821345 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3821345 Sorry, TFM does not cover MBean service yet (it will in next release). However, there is a TFE (example