[jboss-jira] [JBoss JIRA] Commented: (JBAS-3532) Inject DRM and DS into ClusterPartition
Jerry Gauthier (JIRA)
jira-events at lists.jboss.org
Wed Aug 8 17:52:18 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-3532?page=comments#action_12371552 ]
Jerry Gauthier commented on JBAS-3532:
--------------------------------------
Modified implementation so that DRM is now injected into ClusterPartition and vice-versa. This is different than the DistributedState implementation where DistributedState is injected into ClusterPartitionConfig which is then passed into ClusterPartition in its constructor.
I was initially unable to resolve circular dependencies between ClusterPartition and DRM when I tried injecting DRM into ClusterPartitionConfig so the newimplementation injects DRM into ClusterPartition itself. I've left this issue open as I intend to revisit the use of DRM with ClusterPartitionConfig.
> Inject DRM and DS into ClusterPartition
> ---------------------------------------
>
> Key: JBAS-3532
> URL: http://jira.jboss.com/jira/browse/JBAS-3532
> Project: JBoss Application Server
> Issue Type: Sub-task
> Security Level: Public(Everyone can see)
> Components: Clustering
> Reporter: Brian Stansberry
> Assigned To: Jerry Gauthier
> Fix For: JBossAS-5.0.0.Beta3
>
>
> DRM and DS are now independent services. Inject them into ClusterPartiton so they can be exposed via HAPartition.
> ClusterPartition in create or start must confirm that the injected DRM and DS are using the same JChannelFactory and stack that it is.
--
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