Okay,

I got it deployed.
Now I canÂt 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
       org.jboss.proxy.SecurityInterceptor
       org.jboss.invocation.InvokerInterceptor
      
   
   jboss:service=invoker,type=jrmp
   jboss.cache:service=TreeCache
 

I use the following line to get reference:
TreeCacheMBean cache = 
(TreeCacheMBean)context.lookup("java:comp/env/cache/cacheFiliados");

It worked for me sometimes, but now it doesnÂt.

Could you help me?

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872865#3872865

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872865


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to