Hi, On Mon, Aug 31, 2009 at 9:20 AM, simer anand<[email protected]> wrote: > Exception in thread "main" javax.jcr.LoginException: Invalid login module > implementation class sample.SampleAcn. > [...] > it means still my problem is not resolved and i' m not able to proceed so > please help me out
The sample.SampleAcn class does not implement the javax.security.auth.spi.LoginModule interface. The JAAS tutorial that you're following also contains a SampleLoginModule class that's probably more like what you're looking for. BR, Jukka Zitting
