[
https://issues.jboss.org/browse/ISPN-1526?page=com.atlassian.jira.plugin....
]
Dan Berindei commented on ISPN-1526:
------------------------------------
This is even more necessary after my fix for ISPN-1508, which removed the workaround of
using cacheManager.getCache().getAdvancedCache().getRpcManager().getTransport() to get to
the global Transport component.
With that fix, if the default cache's RpcManager can be null if it is not clustered,
so there is no generic way to get the Transport.
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