2 Replies Latest reply on Nov 16, 2005 7:27 AM by satori

    TreeCache

    satori

      Hi,

      I am a beginner. Could someone help me how to use TreeCache in Jboss?
      It will be great if someone send me the example.

      Thanks in advance.
      Vinay

        • 1. Re: TreeCache
          neotyk

          If you want to get answer for you question, what do you do?
          1. Search for yourself.
          2. Ask question, if you know it.

          You haven't done 1, please Read Manual.

          • 2. Re: TreeCache
            satori

            I read this manual
            http://docs.jboss.com/jbcache/1.2.4/TreeCache/pdf/TreeCache.pdf

            in that manual they say
            "If JBossCache is run inside of JBoss (as an MBean), we can bind it into JNDI using JrmpProxyFactory, just like any other MBean


            jboss:service=invoker,type=jrmp
            jboss.cache:service=TreeCache
            MyCache true 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 have a basic doubt, in which xml file we use the above MBean?