Hi;

First of all, last cache ide built in JBoss IDE 2.0.0Beta2 is compatible wih 
JBoss Cache 1.4.0 version. 

Be able to view cache content in the server via eclipse, you have to put jndi 
of TreeCache service via mbean definition in the cache-service.xml file  like 

 <mbean code ="org.jboss.invocation.jrmp.server.JRMPProxyFactory",....>
 <....
   MyCache
   
   .....other properties

   ..../>

 In the server configuration, 

*serverUrl (localhost by default)

*Jndi Port (1099 by default, may be 1100)

*Cache Jndi Name (jndi_name of the running cache instance in the server defined 
above mbean ex: MyCache)

*Cache Service Name(changed to jboss.cache:service=EJB3EntityTreeCache, running 
cache service name, and must be configured also in the above mbean and also is 
used to get statatistics mbeans if view statistics enable)

*Added jars (Object classes, that are contained in the cache, must be added as 
jar to view their content in the eclipse view),

 Gurkan

 

 

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994799
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to