Re: Openid integration for Sling 3

2009-06-09 Thread Tanmay Barman
Hi Carsten Rory, Thanks for all your help and for guiding me to the right way. Regards, Tanmay On Fri, Jun 5, 2009 at 10:07 PM, Felix Meschberger fmesc...@gmail.comwrote: Hi Tanmay, Tanmay Barman schrieb: I was trying to integrate openid in my project that is based on sling 3. I was

Re: Openid integration for Sling 3

2009-06-05 Thread Felix Meschberger
Hi Tanmay, Tanmay Barman schrieb: I was trying to integrate openid in my project that is based on sling 3. I was trying with openid4java api. But I am having the following error java.lang.NoClassDefFoundError: org/apache/commons/httpclient/methods/RequestEntity at

Openid integration for Sling 3

2009-06-04 Thread Tanmay Barman
Hi all, I was trying to integrate openid in my project that is based on sling 3. I was trying with openid4java api. But I am having the following error java.lang.NoClassDefFoundError: org/apache/commons/httpclient/methods/RequestEntity at

Openid integration for Sling 3

2009-06-04 Thread Tanmay Barman
Hi all, I was trying to integrate openid in my project that is based on sling 3. I was trying with openid4java api. But I am having the following error java.lang.NoClassDefFoundError: org/apache/commons/httpclient/methods/RequestEntity at

Re: Openid integration for Sling 3

2009-06-04 Thread Carsten Ziegeler
Tanmay Barman wrote: Hi all, I was trying to integrate openid in my project that is based on sling 3. I was trying with openid4java api. But I am having the following error java.lang.NoClassDefFoundError: org/apache/commons/httpclient/methods/RequestEntity Hi, the class in question has

Re: Openid integration for Sling 3

2009-06-04 Thread Tanmay Barman
Hi Carsten, Thanks for suggesting me the right jar. After that I needed some more jars as 1. commons-httpclient-3.1.jar 2. openxri-client-1.0.1.jar 3. openxri-syntax-1.0.1.jar 4. xercesImpl-2.9.1.jar 5. htmlparser.jar 6. xml-security-1.0.4.jar 7. xalan-2.6.0.jar Now it

Openid integration for Sling 3

2009-06-04 Thread Rory Douglas
Hi Tanmay I went down this road once before when developing the OpenIDAuthenticationHandler. OpenID4Java has a large number of dependencies, some of which are not even required for basic operation (though your last email is not an example of that). I eventually switched (at Felix's