It is there: 

  | http://docs.jboss.com/jbcache/current/TreeCache/html/
  | 

Go to chapter 11, here is the code:

  |  <mbean
  |       code="org.jboss.invocation.jrmp.server.JRMPProxyFactory"
  |       name="mydomain:service=proxyFactory,type=jrmp,target=factory">
  |       <attribute
  |       name="InvokerName">jboss:service=invoker,type=jrmp</attribute>
  |       <attribute
  |       name="TargetName">jboss.cache:service=TreeCache</attribute>
  |       <attribute name="JndiName">MyCache</attribute> <attribute
  |       name="InvokeTargetMethod">true</attribute> <attribute
  |       name="ExportedInterface">org.jboss.cache.TreeCacheMBean</attribute>
  |       <attribute name="ClientInterceptors"> <iterceptors>
  |       <interceptor>org.jboss.proxy.ClientMethodInterceptor</interceptor>
  |       <interceptor>org.jboss.proxy.SecurityInterceptor</interceptor>
  |       <interceptor>org.jboss.invocation.InvokerInterceptor</interceptor>
  |       </iterceptors> </attribute>
  |       <depends>jboss:service=invoker,type=jrmp</depends>
  |       <depends>jboss.cache:service=TreeCache</depends>
  |       </mbean> 
  | 

The JNDI name is MyCache

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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to