RE: bug in contrib/explorers/jQuery

2010-08-11 Thread Clemens Wyss
> Just create an issue assigned to the "extensions" component. ok >so it's a nice way for people to get involved. my intention :-) Nevertheless I need some extensions/features which would make sense... > -Original Message- > From: Bertrand Delacretaz [mailto:bdelacre...@apache.org] > Sen

Re: bug in contrib/explorers/jQuery

2010-08-11 Thread Bertrand Delacretaz
On Thu, Aug 12, 2010 at 8:21 AM, Clemens Wyss wrote: > I found a little bug (which mainly showed up in FF) and have a patch ready to > fix it. > Where (at https://issues.apache.org/jira/browse/SLING) should I file the bug > and patch? Just create an issue assigned to the "extensions" component.

Re: [RT] Using FileInstall

2010-08-11 Thread Bertrand Delacretaz
On Tue, Aug 10, 2010 at 3:09 PM, Carsten Ziegeler wrote: > ...Therefore instead of enhancing FileInstall and add all our features, I > think it makes more sense to leverage our OSGi installer and add file > support to it - like we already have jcr support. I'm glad to hear that - we spent lots of

bug in contrib/explorers/jQuery

2010-08-11 Thread Clemens Wyss
I found a little bug (which mainly showed up in FF) and have a patch ready to fix it. Where (at https://issues.apache.org/jira/browse/SLING) should I file the bug and patch? Are there any plans to extend this lightweight resource explorer? What additional features would make sense?

RE: JCR Tools roundup

2010-08-11 Thread Clemens Wyss
> Speaking of... can anyone from Day speak to the status of the Eclipse > plugin? There was some mention a while ago about this being open > sourced, but that was a long time ago. +1, i.e. I'd be interested, too ;-) > -Original Message- > From: justinedel...@gmail.com > [mailto:justinedel.

[jira] Created: (SLING-1643) Add start level support

2010-08-11 Thread Carsten Ziegeler (JIRA)
Add start level support --- Key: SLING-1643 URL: https://issues.apache.org/jira/browse/SLING-1643 Project: Sling Issue Type: Improvement Components: Installer Affects Versions: OSGi Installer 3.0.0

[jira] Created: (SLING-1644) Use configuration reader from Apache Felix ConfigAdmin

2010-08-11 Thread Carsten Ziegeler (JIRA)
Use configuration reader from Apache Felix ConfigAdmin -- Key: SLING-1644 URL: https://issues.apache.org/jira/browse/SLING-1644 Project: Sling Issue Type: Improvement Components:

[jira] Resolved: (SLING-1642) User self-registration should be disabled by default

2010-08-11 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1642?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman resolved SLING-1642. Resolution: Fixed fixed in r984646. > User self-registration should be disabled by default > -

[jira] Created: (SLING-1642) User self-registration should be disabled by default

2010-08-11 Thread Eric Norman (JIRA)
User self-registration should be disabled by default Key: SLING-1642 URL: https://issues.apache.org/jira/browse/SLING-1642 Project: Sling Issue Type: Improvement Components: JCR

Build failed in Hudson: sling-contrib-1.5 #555

2010-08-11 Thread Apache Hudson Server
See -- [...truncated 3484 lines...] [INFO] [clean:clean {execution: default-clean}] [INFO] Deleting file set:

Build failed in Hudson: sling-contrib-1.5 » Apache Sling Launchpad Contrib Testing #555

2010-08-11 Thread Apache Hudson Server
See -- [INFO] [INFO] Building Apache Sling Launchpad Cont

Build failed in Hudson: sling-contrib-1.5 #554

2010-08-11 Thread Apache Hudson Server
See Changes: [fmeschbe] SLING-1640 Replace AuthenticationInfo request attribute with new ResourceResolver.clone method. This allows removing the reference to the ResourceResolverFactory and the dependency on Commons Auth.

Build failed in Hudson: sling-contrib-1.5 » Apache Sling Launchpad Contrib Testing #554

2010-08-11 Thread Apache Hudson Server
See -- [...truncated 30 lines...] [INFO] Copying bundle from /home/hudson/.m2/repository/org/apache/sling/org.apache.sling.jcr.oc

Hudson build became unstable: sling-installer-1.5 » Apache Sling OSGi Installer Integration Tests #88

2010-08-11 Thread Apache Hudson Server
See

[jira] Commented: (SLING-1560) Improve and clean up code

2010-08-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897361#action_12897361 ] Carsten Ziegeler commented on SLING-1560: - Changs in revision 984500 Removed the in

[jira] Commented: (SLING-1560) Improve and clean up code

2010-08-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897318#action_12897318 ] Carsten Ziegeler commented on SLING-1560: - Changes in revision: 984451 The installa

[jira] Commented: (SLING-1640) Add ResourceResolver.clone(Map) method

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897306#action_12897306 ] Felix Meschberger commented on SLING-1640: -- For the contrib/extensions/bgservlets

Build failed in Hudson: sling-installer-1.5 #87

2010-08-11 Thread Apache Hudson Server
See Changes: [cziegeler] SLING-1560 : Do counter handling internally, tasks should not throw an exception [cziegeler] SLING-1560 : Move all config admin related stuff into config admin package, reduce usage of installer

New ResourceResolver.clone(Map) method

2010-08-11 Thread Felix Meschberger
Hi all, I have removed the AuthenticationInfo request attribute and added a new ResourceResolver.clone(Map) method as per [1]. I am going to adapt the BackgroundRequestExecutionJob to use the new method instead of the AuthenticationInfo request attribute. If you have been using the Authenticatio

[jira] Commented: (SLING-1640) Add ResourceResolver.clone(Map) method

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897292#action_12897292 ] Felix Meschberger commented on SLING-1640: -- Renamed the API method from copy to cl

[jira] Updated: (SLING-1594) Support CommonJS Modules i.e. the require function

2010-08-11 Thread Lars Trieloff (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Trieloff updated SLING-1594: - Attachment: SLING-1594.patch This patch implements common.js modules. You can try by putting a fi

[jira] Updated: (SLING-1640) Add ResourceResolver.clone(Map) method

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-1640: - Summary: Add ResourceResolver.clone(Map) method (was: Add ResourceResolver.copy(Map

[jira] Commented: (SLING-1640) Add ResourceResolver.copy(Map) method

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897274#action_12897274 ] Felix Meschberger commented on SLING-1640: -- Added the API in Rev. 984412 plus some

[jira] Commented: (SLING-1560) Improve and clean up code

2010-08-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897266#action_12897266 ] Carsten Ziegeler commented on SLING-1560: - Changes in revision 984405 Do counter ha

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

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-1445. This issue can now be closed. > store the AuthenticationInfo object in a request attribute > -

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

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1445. -- Fix Version/s: (was: Commons Auth 1.0.0) Resolution: Won't Fix Reverted this

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

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-1445: Assignee: Felix Meschberger (was: Justin Edelson) > store the AuthenticationInfo o

[jira] Resolved: (SLING-1641) HTTP Authenticator does not behave correctly

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1641. -- Resolution: Fixed Fixed in Rev. 984402 > HTTP Authenticator does not behave correctly

[jira] Created: (SLING-1641) HTTP Authenticator does not behave correctly

2010-08-11 Thread Felix Meschberger (JIRA)
HTTP Authenticator does not behave correctly Key: SLING-1641 URL: https://issues.apache.org/jira/browse/SLING-1641 Project: Sling Issue Type: Bug Components: Commons Affects Versions

[jira] Updated: (SLING-1640) Add ResourceResolver.copy(Map) method

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-1640: - Component/s: API JCR > Add ResourceResolver.copy(Map) method >

[jira] Created: (SLING-1640) Add ResourceResolver.copy(Map) method

2010-08-11 Thread Felix Meschberger (JIRA)
Add ResourceResolver.copy(Map) method -- Key: SLING-1640 URL: https://issues.apache.org/jira/browse/SLING-1640 Project: Sling Issue Type: New Feature Reporter: Felix Meschberger As

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

2010-08-11 Thread Carsten Ziegeler
Justin Edelson wrote > src/main/resources won't work? Not quiet as one would need it. If I put something under src/main/resources/foo/bar.txt it ends up in the standalone jar under /foo/bar.txt which is fine - so I could use something like /resources/install etc. In the resulting war this ends up

[jira] Resolved: (SLING-1414) JSP Expression Language (eg: "${resource.path}") to call the getPath() method of a Resource object returned by ResourceResolver.findResources() result in error.

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1414. -- Fix Version/s: JCR Resource 2.0.8 Resolution: Fixed Fixed in Rev. 984374 by maki

[jira] Commented: (SLING-1414) JSP Expression Language (eg: "${resource.path}") to call the getPath() method of a Resource object returned by ResourceResolver.findResources() result in error.

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897220#action_12897220 ] Felix Meschberger commented on SLING-1414: -- Hmm, I found the problem and I think i

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

2010-08-11 Thread Justin Edelson
src/main/resources won't work? On Aug 11, 2010, at 3:04 AM, Carsten Ziegeler wrote: > Justin Edelson wrote > >> >> As with the launchpad plugin's current goals, I would suggest prototyping >> with the existing Maven plugins (maven-resources-plugin and maven-jar-plugin >> in this case) and t

[jira] Assigned: (SLING-1414) JSP Expression Language (eg: "${resource.path}") to call the getPath() method of a Resource object returned by ResourceResolver.findResources() result in error.

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-1414: Assignee: Felix Meschberger > JSP Expression Language (eg: "${resource.path}") to c

[RT] API, settings and run mode

2010-08-11 Thread Carsten Ziegeler
Hi, while looking at the current installer code, I noticed that it would be nice to have the run mode stuff at a more prominent place (so far we have never released this bundle yet). We have the SlingSettingsService in our API - which is a prominent place but somehow the service doesn't feel right

[jira] Commented: (SLING-1623) Update some third party dependencies in the launchpad builder list

2010-08-11 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897192#action_12897192 ] Felix Meschberger commented on SLING-1623: -- Adding commons-fileupload 1.2.2 to the

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

2010-08-11 Thread Carsten Ziegeler
Justin Edelson wrote > > As with the launchpad plugin's current goals, I would suggest prototyping > with the existing Maven plugins (maven-resources-plugin and maven-jar-plugin > in this case) and then decide if we need new goals/functionality. Yes, this was my initial thought as well - but