Hi, On Thu, Jan 22, 2009 at 7:46 PM, imadhusudhanan <[email protected]> wrote: > When I try to debug the source of JR - core 1.4.6 , esp the > SimpleLoginModule.java , say I put a couple of Sysouts in the code to find > the credential info when the user logs in, and then I update the > JR-core-1.4.6 jar and run my server, I get the following exception when my > webdavservlet is invoked. This works before the do the compilation, > > java.lang.NoClassDefFoundError > at > org.apache.jackrabbit.core.jndi.RegistryHelper.class$(RegistryHelper.java:63)
That line calls Repository.class.getName(), so it looks like you don't have jcr-1.0.jar in your classpath. BR, Jukka Zitting
