[jira] Commented: (SLING-1445) store the AuthenticationInfo object in a request attribute

2010-08-06 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896210#action_12896210 ] Justin Edelson commented on SLING-1445: --- IIRC, my use case was to log into a differen

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

2010-08-06 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896179#action_12896179 ] Eric Norman commented on SLING-1627: The wiki pages for the jcr.contentloader and servl

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

2010-08-06 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman resolved SLING-1627. Fix Version/s: Servlets Post 2.0.6 Launchpad Testing 6 JCR Con

Re: Maven Launchpad Plugin : Support for other files than bundles

2010-08-06 Thread Justin Edelson
On Aug 6, 2010, at 11:41 AM, Carsten Ziegeler wrote: > Hi, > > does our maven launchpad plugin support including other artifacts than > bundles by just listing them in the XML file? > Assuming you're talking about src/main/bundles/list.xml, no, this just handles bundles (i.e. Maven artifact

Re: [VOTE] Grant Jean Christophe write access to the docs [was Re: Scheduler service problem]

2010-08-06 Thread Justin Edelson
+1 On Fri, Aug 6, 2010 at 2:08 AM, Carsten Ziegeler wrote: > Hi, > > I would like to call a vote to give Jean Christophe write access to our > documentation. He is volunteering to help in an area where we definitly > need help and he also did some valuable docs in the past (together with me). > >

Re: [VOTE] Grant Jean Christophe write access to the docs [was Re: Scheduler service problem]

2010-08-06 Thread Eric Norman
+1 On Thu, Aug 5, 2010 at 11:08 PM, Carsten Ziegeler wrote: > Hi, > > I would like to call a vote to give Jean Christophe write access to our > documentation. He is volunteering to help in an area where we definitly > need help and he also did some valuable docs in the past (together with > me).

Re: [RT] Using FileInstall

2010-08-06 Thread Justin Edelson
Apologies in advance for reordering the bits from Carsten's email, but I think my response will make more sense this way. On Wed, Aug 4, 2010 at 9:53 AM, Carsten Ziegeler wrote: > > Currently the launchpad copies the initial set of bundles to a file > directory and creates a structure based on th

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

2010-08-06 Thread Zach A. Thomas (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Zach A. Thomas updated SLING-1627: -- Attachment: SLING-1627v2.patch Thanks, Eric. I have attached another patch that addresses the i

Re: [VOTE] Grant Alison write access to the docs

2010-08-06 Thread Justin Edelson
+1 On Fri, Aug 6, 2010 at 2:21 AM, Carsten Ziegeler wrote: > Hi, > > I would like to call another vote for a new documentation writer: Alison :) > > Like Jean Christophe she is volunteering to help us and has already made > suggestions for improvements and helped with the docs. > > So please cast

Re: [VOTE] Grant Alison write access to the docs

2010-08-06 Thread Eric Norman
+1 Regards, Eric On Aug 5, 2010 11:21 PM, "Carsten Ziegeler" wrote: Hi, I would like to call another vote for a new documentation writer: Alison :) Like Jean Christophe she is volunteering to help us and has already made suggestions for improvements and helped with the docs. So please cast y

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Alexander Klimetschek
On Fri, Aug 6, 2010 at 14:25, Felix Meschberger wrote: > Excellent point: Have a look at Sling's > HttpServletResponse.encodeURL(String) method [1]. > > And yes, this is a method which has been there for a long time, but > developers don't seem to be used to use it ;-) I know it, but it doesn't f

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Alexander Klimetschek
On Fri, Aug 6, 2010 at 12:07, Carsten Ziegeler wrote: > Alexander Klimetschek  wrote > >> Another reason for the prominent place is that it teaches people to do >> the right thing more easily. I have seen many cases that create links >> without considering context path or sling's mapping. >> > Hmm

Re: davidgsoc2010 r58, code review

2010-08-06 Thread Federico Paparoni
Hi Bertrand, 2010/8/6 Bertrand Delacretaz > Hi Federico, > > Here are the raw comments from my review, I'll discuss the next > steps/priorities in a separate message. > > Test scenario, action items marked with -> > > Start sling launchpad/builder -standalone jar after deleting sling work > fold

Re: [RT] Using FileInstall

2010-08-06 Thread Carsten Ziegeler
Ok, I think the whole thing could work like this: - resources/corebundles : contains the bundles which are installed by the Sling base - this is usually just the log bundle and the file install bundle. - resources/bundles/{startLevel}/* : contains the bundles in the various start levels - this is

Maven Launchpad Plugin : Support for other files than bundles

2010-08-06 Thread Carsten Ziegeler
Hi, does our maven launchpad plugin support including other artifacts than bundles by just listing them in the XML file? In addition I would like to add configuration files - usually these files are not available as dependencies. I see two options: - either include them as resources and the launc

[jira] Commented: (SLING-1445) store the AuthenticationInfo object in a request attribute

2010-08-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896059#action_12896059 ] Bertrand Delacretaz commented on SLING-1445: > Maybe we could add something lik

Re: closing out remaining API 2.1.0 issues

2010-08-06 Thread Carsten Ziegeler
Felix Meschberger wrote > > Agreed for the constants: How about moving them to the API ? > > Why is using the AuthenticationInfo constructor more elegant than using > the Map constructor and setting a property. And where would such a thing > be used ? > Yes, I think the constants USER, PASSWORD

Re: closing out remaining API 2.1.0 issues

2010-08-06 Thread Felix Meschberger
Hi, On 29.07.2010 08:45, Carsten Ziegeler wrote: > Felix Meschberger wrote >> Hi, >> >> It took me some time to complete, but here we are... >> >> I have finished SLING-1193 (Resource API extension) and SLING-1575 >> (moving Authenticator interface to Sling API). >> > Great, thanks for the work F

[jira] Commented: (SLING-1445) store the AuthenticationInfo object in a request attribute

2010-08-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12896054#action_12896054 ] Carsten Ziegeler commented on SLING-1445: - Maybe we could add something like a copy

Re: closing out remaining API 2.1.0 issues

2010-08-06 Thread Felix Meschberger
Hi, On 29.07.2010 10:39, Bertrand Delacretaz wrote: > On Thu, Jul 29, 2010 at 8:45 AM, Carsten Ziegeler > wrote: >> ...I think the AuthenticationInfo is something which might move to the >> Sling API - when using the ResourceResolverFactory to get a resolver, it >> would be a little bit nicer to

[jira] Reopened: (SLING-1445) store the AuthenticationInfo object in a request attribute

2010-08-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reopened SLING-1445: -- Thinking about this, I come to the conclusion that this is a bad idea, because it makes th

Re: Exception when bundling commons auth

2010-08-06 Thread Felix Meschberger
Hi, On 29.07.2010 11:52, Ian Boston wrote: > > Hi > I am seeing the following when executing the maven bundle plugin in commons > auth. > The MANIFEST.MF looks Ok. > I think its caused by > > > > org.apache.sling.api.auth;version="[$(version;==;$(@)),$(version;

Re: [RT] Using FileInstall

2010-08-06 Thread Carsten Ziegeler
Bertrand Delacretaz wrote > On Wed, Aug 4, 2010 at 3:53 PM, Carsten Ziegeler wrote: >> ...Now, I would like to extend this and just copy all files over, bundles >> will get into the same location, all other files go into a single >> "install" directory. >> The only bundle which we will really ins

[jira] Resolved: (SLING-1631) Classloading problems when taglibs are used.

2010-08-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1631?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1631. - Resolution: Fixed Fixed in revision 982966 The taglib now uses the same logic for detecti

Re: [RT] Using FileInstall

2010-08-06 Thread Bertrand Delacretaz
On Wed, Aug 4, 2010 at 3:53 PM, Carsten Ziegeler wrote: > ...Now, I would like to extend this and just copy all files over, bundles > will get into the same location, all other files go into a single > "install" directory. > The only bundle which we will really install by launchpad is the File > I

[jira] Resolved: (SLING-1219) Map test in JCR Resource Resolver web console plugin is not reflecting all cases

2010-08-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1219. -- Resolution: Fixed Thanks for providing the patch. I have applied it in Rev. 982946. >

davidgsoc2010, suggested next steps

2010-08-06 Thread Bertrand Delacretaz
Hi Federico, Here's what I suggest for the next steps for your GSoC project. The GSoC timeline suggest stopping work on code this Monday August 9th, I think that's a good idea. I don't see a need for more features, rather just fix the client-side error reporting (see review message that I sent a

Re: [RT] Using FileInstall

2010-08-06 Thread Felix Meschberger
Hi, +1 to using fileinstall One point: I would extend the "fixed" bundles to be installed by the commons.log bundle, which brings LogService and Logging APIs. This should IMHO really be the very first bundle to be installed. Regards Felix On 04.08.2010 15:53, Carsten Ziegeler wrote: > Hi, > >

Re: Creating ResourceProvider for Apache Camel?

2010-08-06 Thread Felix Meschberger
Hi, On 05.08.2010 02:05, Jason Rose wrote: > 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

davidgsoc2010 r58, code review

2010-08-06 Thread Bertrand Delacretaz
Hi Federico, Here are the raw comments from my review, I'll discuss the next steps/priorities in a separate message. Test scenario, action items marked with -> Start sling launchpad/builder -standalone jar after deleting sling work folder Build and install davidgsoc2010 libraries and core bundl

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Felix Meschberger
Hi, On 06.08.2010 12:07, Carsten Ziegeler wrote: > Alexander Klimetschek wrote > >> Another reason for the prominent place is that it teaches people to do >> the right thing more easily. I have seen many cases that create links >> without considering context path or sling's mapping. >> > Hmm, bu

Re: [VOTE] Grant Alison write access to the docs

2010-08-06 Thread Alison Heimoz
No probs - have got it ready to scan and send on Monday. Cheers Alison On Fri, Aug 6, 2010 at 2:07 PM, Felix Meschberger wrote: > Hi, > > On 06.08.2010 09:06, Bertrand Delacretaz wrote: > > On Fri, Aug 6, 2010 at 8:21 AM, Carsten Ziegeler > wrote: > >> ...I would like to call another vote for a

Re: [VOTE] Grant Jean Christophe write access to the docs [was Re: Scheduler service problem]

2010-08-06 Thread Felix Meschberger
Hi, On 06.08.2010 09:06, Bertrand Delacretaz wrote: > On Fri, Aug 6, 2010 at 8:08 AM, Carsten Ziegeler wrote: >> I would like to call a vote to give Jean Christophe write access to our >> documentation. He is volunteering to help in an area where we definitly >> need help and he also did some val

Re: [VOTE] Grant Alison write access to the docs

2010-08-06 Thread Felix Meschberger
Hi, On 06.08.2010 09:06, Bertrand Delacretaz wrote: > On Fri, Aug 6, 2010 at 8:21 AM, Carsten Ziegeler wrote: >> ...I would like to call another vote for a new documentation writer: Alison >> :) >> >> Like Jean Christophe she is volunteering to help us and has already made >> suggestions for imp

Re: [VOTE] Grant Jean Christophe write access to the docs [was Re: Scheduler service problem]

2010-08-06 Thread Vidar Ramdal
On Fri, Aug 6, 2010 at 8:08 AM, Carsten Ziegeler wrote: > Hi, > > I would like to call a vote to give Jean Christophe write access to our > documentation. He is volunteering to help in an area where we definitly > need help and he also did some valuable docs in the past (together with me). > > So

Re: [VOTE] Grant Alison write access to the docs

2010-08-06 Thread Vidar Ramdal
On Fri, Aug 6, 2010 at 8:21 AM, Carsten Ziegeler wrote: > Hi, > > I would like to call another vote for a new documentation writer: Alison :) > > Like Jean Christophe she is volunteering to help us and has already made > suggestions for improvements and helped with the docs. > > So please cast you

[jira] Created: (SLING-1631) Classloading problems when taglibs are used.

2010-08-06 Thread Carsten Ziegeler (JIRA)
Classloading problems when taglibs are used. Key: SLING-1631 URL: https://issues.apache.org/jira/browse/SLING-1631 Project: Sling Issue Type: Bug Components: Scripting Affects Versio

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Carsten Ziegeler
Alexander Klimetschek wrote > Another reason for the prominent place is that it teaches people to do > the right thing more easily. I have seen many cases that create links > without considering context path or sling's mapping. > Hmm, but if a developer is not able to call map on the resource re

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Alexander Klimetschek
On Fri, Aug 6, 2010 at 10:24, Carsten Ziegeler wrote: > Alexander Klimetschek  wrote >> On Fri, Aug 6, 2010 at 08:10, Carsten Ziegeler wrote: >>> What about a helper class (static methods) or a jsp taglib? >> >> I was preferring them on the request, as you then don't need to pass >> the request a

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Bertrand Delacretaz
On Fri, Aug 6, 2010 at 10:24 AM, Carsten Ziegeler wrote: > ...there are always a lot of useful functions one needs here or > there - adding all of them to the request interface just because it is a > little bit less to type does not sound like the best argument to me. > That's why I would put them

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Carsten Ziegeler
Alexander Klimetschek wrote > On Fri, Aug 6, 2010 at 08:10, Carsten Ziegeler wrote: >> What about a helper class (static methods) or a jsp taglib? > > I was preferring them on the request, as you then don't need to pass > the request and things get shorter. A jsp taglib can also only be used > i

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Alexander Klimetschek
On Fri, Aug 6, 2010 at 08:10, Carsten Ziegeler wrote: > What about a helper class (static methods) or a jsp taglib? I was preferring them on the request, as you then don't need to pass the request and things get shorter. A jsp taglib can also only be used inside a jsp. Regards, Alex -- Alexand

Fwd: Apache Retreat in Hursley, UK - 17-19th September

2010-08-06 Thread Bertrand Delacretaz
-- Forwarded message -- From: Nick Burch Date: Thu, Aug 5, 2010 at 7:39 PM Subject: Please Forward - Apache Retreat in Hursley, UK - 17-19th September To: p...@apache.org Hi All Below are details of an upcoming Apache Retreat in the UK. Firstly, could you please forward the ema

Re: Allow modify during "import" operation

2010-08-06 Thread Bertrand Delacretaz
On Thu, Aug 5, 2010 at 7:36 PM, Simon Gaeremynck wrote: > 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. >... > [1] https://issues.apache.org/jira/browse/SLING-1627 Looking at that patch, Zach reused

Re: [VOTE] Grant Jean Christophe write access to the docs [was Re: Scheduler service problem]

2010-08-06 Thread Bertrand Delacretaz
On Fri, Aug 6, 2010 at 8:08 AM, Carsten Ziegeler wrote: > I would like to call a vote to give Jean Christophe write access to our > documentation. He is volunteering to help in an area where we definitly > need help and he also did some valuable docs in the past (together with me). > > So please c

Re: [VOTE] Grant Alison write access to the docs

2010-08-06 Thread Bertrand Delacretaz
On Fri, Aug 6, 2010 at 8:21 AM, Carsten Ziegeler wrote: > ...I would like to call another vote for a new documentation writer: Alison :) > > Like Jean Christophe she is volunteering to help us and has already made > suggestions for improvements and helped with the docs. > > So please cast your vot