On Tue, Jul 21, 2009 at 1:05 PM, bruno coelho<[email protected]> wrote: > org.apache.jackrabbit.rmi.client.RemoteRepositoryException: > java.rmi.ServerError: Error occurred in server thread; nested exception is: > java.lang.AbstractMethodError: > org.apache.jackrabbit.rmi.value.SerialValue.getBinary()Ljavax/jcr/Binary;
javax.jcr.Binary is new in JCR 2.0, thus you need to wait until a compatible jcr-rmi jar is available (probably version 2.0). Regards, Alex -- Alexander Klimetschek [email protected]
