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: Exposing DB Data

2009-06-04 Thread Carsten Ziegeler
Hi Andreas, Andreas Kollegger wrote: Hi, I'd like to expose data stored in an external database as resource nodes in Sling. Access to the database is already wrapped in an OSGi service (MyService.java), and there is a Java model for the data (MyModel.java). From what I can understand from

Re: Content Packaging

2009-06-04 Thread Vidar Ramdal
2009/6/3 John Crawford craw...@gmail.com: Is anyone aware of content / node packaging built-in functionality?  I found a url [1] on initial content loading with Sling, but may be a little incomplete. The docs are undergoing an update. Currently there's a more up-to-date description of the

[jira] Resolved: (SLING-986) Dynamic URL rewriting as per discussion on list.

2009-06-04 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston resolved SLING-986. -- Resolution: Invalid I now believe this approach to be invalid, as the same results can be achieved

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

Re: Content Packaging

2009-06-04 Thread John Crawford
Great! Thank you Vidar. On Thu, Jun 4, 2009 at 4:21 AM, Vidar Ramdal vi...@idium.no wrote: 2009/6/3 John Crawford craw...@gmail.com: Is anyone aware of content / node packaging built-in functionality? I found a url [1] on initial content loading with Sling, but may be a little

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

Re: Exposing DB Data

2009-06-04 Thread Andreas Kollegger
Write access is a little less clear to me. I'd like to have a servlet which handles json, xml or form POSTs for anything submitted to the path of my ResourceProvider. I think I need to do this: 1. MyResourceTypeProvider implements JcrResourceTypeProvider - provider.roots = /my/resources