[jboss-dev-forums] [Design of JBossCache] - Re: JBCACHE-1025: JBossCache mbean registration fails on Web

bstansberry@jboss.com do-not-reply at jboss.com
Tue Apr 17 17:06:20 EDT 2007


Where does ""jboss.cache:service=TreeCache-Group" come from? AFAICT the only place the serviceName field is set is in preRegister, and that should be the value WAS is passing in.

Or is WAS passing in "jboss.cache:service=TreeCache-Group" to preRegister but actually registering it under something else?  And then createService tries to register it as "jboss.cache:service=TreeCache-Group" and WAS barfs because the same object is registered under a different name?

Re: the interceptors, the order of the attributes is not important; it's OK to mix them.

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

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



More information about the jboss-dev-forums mailing list