Hi, On Thu, Mar 5, 2009 at 6:08 PM, Vidar Ramdal <[email protected]> wrote: > I'm having trouble calling some RMI methods. I have acquired a > repository over RMI, and logged in successfully. > When I'm trying to session.getAccessControlManager(), I get: > Exception in thread "main" java.lang.AbstractMethodError: > org.apache.jackrabbit.rmi.client.ClientSession.getAccessControlManager()Ljavax/jcr/security/AccessControlManager;
The new JSR 283 methods are not accessible over the RMI layer. BR, Jukka Zitting
