[jboss-jira] [JBoss JIRA] Commented: (JBAS-4276) Replace injection of PartitionName or ClusterPartitionMBean with HAPartition
Jerry Gauthier (JIRA)
jira-events at lists.jboss.org
Tue Jul 10 09:53:31 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4276?page=comments#action_12368371 ]
Jerry Gauthier commented on JBAS-4276:
--------------------------------------
Brian - for clarification before I proceed with this work.
Using the HA-JNDI service as an example, you've already modified the configuration file (cluster-beans.xml) to inject HAPartition instead of the ClusterPartition mbean. However the property type of attribute "clusterPartition" in DetachedHANamingService is ClusterPartitionMBean. I need to change the type to org.jboss.ha.framework.interfaces.HAPartition. Is this correct?
> Replace injection of PartitionName or ClusterPartitionMBean with HAPartition
> ----------------------------------------------------------------------------
>
> Key: JBAS-4276
> URL: http://jira.jboss.com/jira/browse/JBAS-4276
> Project: JBoss Application Server
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: Clustering
> Reporter: Brian Stansberry
> Assigned To: Jerry Gauthier
> Fix For: JBossAS-5.0.0.CR1
>
>
> There's no longer any reason to inject a PartitionName or ClusterPartitionMBean when the target service just uses it to look up the HAPartition. Find all such usages in the cluster module and change the service/service interface to have the HAPartition directly injected.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list