[jboss-jira] [JBoss JIRA] Reopened: (JBAS-5167) Support injection of JGroups Channel into ClusterPartition
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed Jan 23 22:29:27 EST 2008
[ http://jira.jboss.com/jira/browse/JBAS-5167?page=all ]
Brian Stansberry reopened JBAS-5167:
------------------------------------
Re-opening, as injecting the channel is not valid. If the destroy() is called on the partition, the injected channel is closed. If create/start is called again, this doesn't result in a re-injection of the channel by the microcontainer. The partition needs to be able to create its own channel from the factory.
> Support injection of JGroups Channel into ClusterPartition
> ----------------------------------------------------------
>
> Key: JBAS-5167
> URL: http://jira.jboss.com/jira/browse/JBAS-5167
> Project: JBoss Application Server
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Clustering
> Reporter: Brian Stansberry
> Assigned To: Brian Stansberry
> Fix For: JBossAS-5.0.0.Beta4
>
>
> ClusterPartition currently gets its channel by calling JChannelFactory.createMultiplexerChannel(). We need to support direct injection of the channel. This will allow users of the class to move away from the multiplexer and to shared transport channels simply by configuring cluster-beans.xml to inject a shared transport channel.
--
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