Hi, On Mon, Jun 16, 2008 at 1:03 PM, Frederic BOY <[EMAIL PROTECTED]> wrote: > I get a java.lang.ClassCastException: > org.apache.jackrabbit.rmi.server.ServerRepository_Stub
You're missing the jackrabbit-jcr-rmi jar file. The easiest way is to make it available in your client classpath. Alternatively you can configure the RMI codebase in your server and make the required classes available remotely. BR, Jukka Zitting
