I'll answer my own question. The method getGroupKeys() doesn't throw any kind of exception. I added "throws IOException" to the interface & implementation and then generated the stubs using RMIC. Also had to generate the stubs for the Listener class.
Thanks. Wayne [EMAIL PROTECTED] -----Original Message----- From: Young, Wayne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 04, 2003 1:38 PM To: '[EMAIL PROTECTED]' Subject: jcs remote cache I am trying to get the remote caching to work without building everything. When I try to compile the stubs & skeletons using the following command: C:\bea\user_projects\metasolv>rmic -classpath c:\bea\user_projects\metasolv\lib\jcs-1.0-dev.jar org.apache.jcs.auxiliary.remote.server.RemoteCacheServer I get the following error: error: org.apache.jcs.auxiliary.remote.behavior.IRemoteCacheService is not a valid remote interface: method java.util.Set getGroupKeys(java.lang.String, java.lang.String) must throw java.rmi.RemoteException. 1 error Can someone provide some guidance on this issue? Thanks. Wayne [EMAIL PROTECTED]
