[infinispan-issues] [JBoss JIRA] (ISPN-1526) make DefaultCacheManager.getTransport(); public
Dan Berindei (Updated) (JIRA)
jira-events at lists.jboss.org
Wed Nov 16 05:34:43 EST 2011
[ https://issues.jboss.org/browse/ISPN-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Dan Berindei updated ISPN-1526:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/643
AbstractProtocolServer was relying on the default cache's RpcManager to get the Transport, that stopped working after ISPN-1508 so I changed it to use EmbeddedCacheManager.getTransport() instead.
> make DefaultCacheManager.getTransport(); public
> -----------------------------------------------
>
> Key: ISPN-1526
> URL: https://issues.jboss.org/browse/ISPN-1526
> Project: Infinispan
> Issue Type: Enhancement
> Components: Core API
> Affects Versions: 5.0.1.FINAL
> Environment: N/A
> Reporter: Mitchell Ackerman
> Assignee: Dan Berindei
>
> make DefaultCacheManager.getTransport(); public so that users have access to the JGroups transport. This is useful for a miriad reasons, for example, where the user needs to know the IP address of the cluster members.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list