Hi, On Fri, Jan 23, 2009 at 10:18 AM, imadhusudhanan <[email protected]> wrote: > This is the exception I get even though I have jackrabbit-core-1.4.6.jar in > my CLASSPATH. I have this working fine untill I compiled my custom > LoginModule, WebDAVLoginModule.java held at a different package say > c.a.z.WebDAVLoginModule.java. This is the trace, > > java.lang.NoClassDefFoundError: Could not initialize class > org.apache.jackrabbit.core.jndi.BindableRepositoryFactory
This looks like a missing dependency. Typical causes are missing JCR API or SLF4J implementation jars. BR, Jukka Zitting
