[jboss-dev-forums] [Design of Clustering on JBoss (Clusters/JBoss)] - Re: JBAS-4543 Design

JerryGauth do-not-reply at jboss.com
Tue Sep 11 14:31:25 EDT 2007


Brian,

Now that the required version of the microcontainer is available, I can complete this issue.  One question here - JBAS-4543 suggests that the service's ObjectName should be used first and the bean name should only be used as an alternative.  Is this actually the case or should the bean name be preferred?

For HAServiceMBeanSupport, the canonical name of the service is "jboss.ha:service=HASingletonDeployer" while the bean name is "HASingletonDeployer".

Note that I can't use setServiceHAName() unless we want to use the bean name since this name would be set on initialization and we wouldn't retrieve the canonical name.  Of course it would be trivial to add another getter/setter to the class to accommodate the bean name.

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

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



More information about the jboss-dev-forums mailing list