The active-active example works like a charm.
However when I take out the proxy server configuration from the active-site-pof-cache-config.xml and start a new proxy server node, I see this error. The proxy server config is same as active-site-pof-cache-config.xml without the RemoteSiteInvocationService.
Thanks
2009-11-04 19:44:32.201/42.194 Oracle Coherence GE 3.5.2/463 <Error> (thread=Proxy:ExtendTcpProxyService:TcpAcceptor, member=2): Failed to publish EntryOperation{siteName=com, clusterName=master2-QA, cacheName=publishing-cache, operation=Store, key=activeSiteExample2, value=Example Value
active-site2, 2} to Cache publishing-cache because of
java.lang.IllegalArgumentException: No scheme for cache: "publishing-cache"
2009-11-04 19:44:32.202/42.195 Oracle Coherence GE 3.5.2/463 <D5> (thread=Proxy:ExtendTcpProxyService:TcpAcceptor, member=2): An exception occurred while processing a InvocationRequest for Service=Proxy:ExtendTcpProxyService:TcpAcceptor: java.lang.IllegalArgumentException: No scheme for cache: "pending-operations-publishing-cache"
at com.tangosol.net.DefaultConfigurableCacheFactory.findSchemeMapping(DefaultConfigurableCacheFactory.java:507)
at com.tangosol.net.DefaultConfigurableCacheFactory.ensureCache(DefaultConfigurableCacheFactory.java:297)
at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:735)
at com.tangosol.net.CacheFactory.getCache(CacheFactory.java:712)
Edited by: Venkat.S on Nov 19, 2009 10:02 AM