[jboss-jira] [JBoss JIRA] Closed: (JBCACHE-1023) Inject preconfigured JGroups Channel from external implementation
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Wed May 9 14:42:52 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-1023?page=all ]
Brian Stansberry closed JBCACHE-1023.
-------------------------------------
Resolution: Done
This is done. Note also that some of the impetus for adding this feature was discomfort with the need to inject a JChannelFactoryMBean in a non-JMX environment. With JBCACHE-1044 completed, JChannelFactoryMBean is no longer injected; now it's a plain ChannelFactory.
> Inject preconfigured JGroups Channel from external implementation
> -----------------------------------------------------------------
>
> Key: JBCACHE-1023
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1023
> Project: JBoss Cache
> Issue Type: Feature Request
> Security Level: Public(Everyone can see)
> Components: Clustering
> Reporter: Bill Middleton
> Assigned To: Brian Stansberry
> Fix For: 2.0.0.CR2, 2.0.0.GA
>
> Attachments: patch.txt
>
>
> The current cache implementation contains and manages its own JGroups Channel. It would be useful for those of us using the Cache outside of a full app server to be able to inject our own pre-configured JChannel to the Cache.
> The original discussions regarding this issue occured on the dev mailing list during April 2007
> http://lists.jboss.org/pipermail/jbosscache-dev/2007-April/thread.html
> A patch is (will be) attached which implements the desired functionality by providing an extra method in the DefaultFactory and a new constructor for CacheImpl. This makes everything "work ok for me", using either multiplexed or "ordinary" JChannels. Unknown if or whether this patch is an appropriate fix.
--
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