Hi, On Mon, Aug 31, 2009 at 10:25 AM, simer anand<[email protected]> wrote: > [...] For that i made some repository.xml configuration changes > <security> > <LoginModule class = sample.SampleAcn> > </security>
Why do you use the SampleAcn class in the configuration? It's not a LoginModule, so Jackrabbit correctly throws the "Invalid login module implementation" error. See the relevant Jackrabbit documentation [1] for more details. [1] http://jackrabbit.apache.org/jackrabbit-configuration.html#JackrabbitConfiguration-Securityconfiguration BR, Jukka Zitting
