• Bug
  • Status: Closed
  • Resolution: Fixed
  • drb
  • Reporter: sourceforgetracker
  • September 21, 2009
  • 0
  • Watchers: 0
  • September 22, 2009
  • September 22, 2009

Description

I would like to add JNDI lookup of the remote CacheEventListener instead of RMI lookup. I investigated the RMI implementation to see if it could be extended for JNDI. Here are some limitations.

RMICacheManagerPeerProvider method lookupRemoteCachePeer should not be static so that it can be overridden.

To extend RMICacheManagerPeerProviderFactory, method createManuallyConfiguredCachePeerProvider should be protected, or there could be a configuration property to provide the class name of the CacheManagerPeerProvider to construct.

RMICacheManagerPeerListener methods init and dispose need to be protected.

RMICacheReplicatorFactory private methods should be protected.

Sourceforge Ticket ID: 1480028 - Opened By: amcnutt - 1 May 2006 21:16 UTC

Comments

Fiona OShea 2009-09-22

Re-opening so that I can properly close out these issues and have correct Resolution status in Jira