[jboss-user] [JBossCache] - Re: Jboss Caching issue

bstansberry@jboss.com do-not-reply at jboss.com
Mon Feb 5 01:16:08 EST 2007


AS 4.0.5 does not require 1.4.1; it ships with 1.4.0.SP1.

As Manik said, use the CODE button when posting XML.

>From the garbled post I'm *guessing* that your problem is you are using org.jboss.cache.TreeCacheMBean as the value of the "code" attribute of the "mbean" element.  If so, that's incorrect.  You should use org.jboss.cache.TreeCache.

For example:


  | <?xml version="1.0" encoding="UTF-8"?>
  | <server>
  |     <mbean code="org.jboss.cache.TreeCache"
  |         name="jboss.cache:service=TreeCache">
  | 
  | ...
  | 

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

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



More information about the jboss-user mailing list