"kkalmbach" wrote : I got the latestest code and I have a question.
  | 
  | Is jndi not supported anymore?
  | If not, am I supposed to always use the MBean lookup?
  | If jndi is still supported, how do I bind the cache into jndi?
  | 
  | Thanks
  | -Kevin

Yes, JNDI is not supported anymore, sorry about that. We felt this was outside 
the scope of JBossCache. So you can use JMX access, or you can bind JBossCache 
into JNDI yourself using the JrmpProxyFactory MBean (I'll update the docu):


     jboss:service=invoker,type=jrmp
     mydomain:service=MyMBean
     blah/MyClientInterface
     my.beans.MyClientInterface
     
         
            org.jboss.proxy.ClientMethodInterceptor
            org.jboss.proxy.SecurityInterceptor
            org.jboss.invocation.InvokerInterceptor
         
     
     jboss:service=invoker,type=jrmp
     mydomain:service=MyMBean
 

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

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


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to