Creating ResourceProvider for Apache Camel?

2010-08-05 Thread Jason Rose
In my current project we use Camel (via ServiceMix) to handle all of our integration with our other applications. The application I'm personally working on uses Sling/JCR to store most of its content, but a large amount of other stuff it uses is held in data stores in these other applications.

[jira] Commented: (SLING-1483) SlingPostServlet saves operations that throw an error in the log but return 200 responses

2010-08-05 Thread Michael Yin (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895699#action_12895699 ] Michael Yin commented on SLING-1483: I believe it is. I no longer work with Sling

Re: GSoC report

2010-08-05 Thread Bertrand Delacretaz
Hi Federico, Thanks for your report. On Wed, Aug 4, 2010 at 8:23 PM, Federico Paparoni federico.papar...@gmail.com wrote: ..Progress*:.. I'll look at your code tomorrow, will comment here. ...*Perspectives*: When I will close the examples related to scheduler and SlingPostOperation

Re: Allow modify during import operation

2010-08-05 Thread Simon Gaeremynck
This issue has been reported as [1] SLING-1627 and a patch was provided. Is it possible to merge this in as this is blocking a Sakai release. Regards, Simon [1] https://issues.apache.org/jira/browse/SLING-1627 On 3 Aug 2010, at 20:06, Eric Norman wrote: Hi Mike, I would lean toward making

Re: Allow modify during import operation

2010-08-05 Thread Mike Moulton
I would love to have this incorporated into the trunk. At this point my company is using a custom operation until the trunk fully supports merging. Thank you Simon for creating this patch as I never got to it. Regards, Mike On Aug 5, 2010, at 10:36 AM, Simon Gaeremynck wrote: This issue has

[jira] Created: (SLING-1629) Add methods for externalizing links to SlingHttpServletRequest

2010-08-05 Thread Alexander Klimetschek (JIRA)
Add methods for externalizing links to SlingHttpServletRequest -- Key: SLING-1629 URL: https://issues.apache.org/jira/browse/SLING-1629 Project: Sling Issue Type: New Feature

[jira] Updated: (SLING-1629) Add methods for externalizing links to SlingHttpServletRequest

2010-08-05 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated SLING-1629: - Attachment: SLING-1629.patch Patch adding the two externalize() methods,

Re: Allow modify during import operation

2010-08-05 Thread Simon Gaeremynck
I cannot take any credit for this. It was Zach Thomas who did all the work and it would be totally awesome if it got merged in. :-) Cheers, Simon On 5 Aug 2010, at 20:18, Mike Moulton wrote: I would love to have this incorporated into the trunk. At this point my company is using a custom

[RT] SlingHttpServletRequest.externalize() methods

2010-08-05 Thread Alexander Klimetschek
Hi all, I'd like to have a method on the SlingHttpServletRequest that externalizes URLs, ie. just as map() in the resource resolver it converts an internal resource path into a fully valid URL for access from the outside: relative: /my/sub/path = /contextpath/my/sub/path absolute: /my/sub/path =

[jira] Updated: (SLING-1629) Add methods for externalizing links to SlingHttpServletRequest

2010-08-05 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Klimetschek updated SLING-1629: - Description: When creating links in responses there are two cases: 1) create it

[jira] Assigned: (SLING-1627) import operation does not respect :replace=true for properties

2010-08-05 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman reassigned SLING-1627: -- Assignee: Eric Norman import operation does not respect :replace=true for properties

Re: Allow modify during import operation

2010-08-05 Thread Eric Norman
I will try to find some time to review the patch in the next few days. Regards, Eric On Aug 5, 2010 11:25 AM, Simon Gaeremynck gaeremyn...@gmail.com wrote: I cannot take any credit for this. It was Zach Thomas who did all the work and it would be totally awesome if it got merged in. :-)

[jira] Commented: (SLING-1629) Add methods for externalizing links to SlingHttpServletRequest

2010-08-05 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12895816#action_12895816 ] Alexander Klimetschek commented on SLING-1629: -- Hmm, might not be enough. I