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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...