[JBoss-user] [JBossCache] - Re: I cant deploy XML file

2005-04-06 Thread lehphyro
Okay, I got it deployed. Now I cant access my cache using JNDI, my config is: jboss:service=invoker,type=jrmp jboss.cache:service=TreeCache cache/cacheFiliados org.jboss.cache.TreeCacheMBean org.jboss.proxy.ClientMethodInterceptor

[JBoss-user] [JBossCache] - Re: I cant deploy XML file

2005-04-06 Thread lehphyro
It worked! I used: TreeCacheMBean cache = (TreeCacheMBean)context.lookup(cache/cacheFiliados); Thanks View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872877#3872877 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3872877

[JBoss-user] [JBossCache] - Re: I cant deploy XML file

2005-04-05 Thread kkalmbach
rename your xmlfile from jboss-cache.xml to something-service.xml If it does not end with -service.xml, jboss will not deploy it as an mbean. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3872770#3872770 Reply to the post :