Re: CMIS

2010-09-07 Thread Felix Meschberger
Hi, On 07.09.2010 20:49, Justin Edelson wrote: > Has anyone looked at adding CMIS support to Sling? CMIS hasn't held a > lot of interest for me, but it might be a good compliment to our array > of integration options. > > I thought there was a CMIS->JCR wrapper in the Jackrabbit source tree, > bu

[jira] Created: (SLING-1735) Properly support service.ranking, service.id and filter.order for filter ordering

2010-09-07 Thread Felix Meschberger (JIRA)
Properly support service.ranking, service.id and filter.order for filter ordering - Key: SLING-1735 URL: https://issues.apache.org/jira/browse/SLING-1735 Project: Sling

[jira] Resolved: (SLING-1733) BundleResourceProvider fails to find resources when multiple bundles have the same Sling-Bundle-Resources path

2010-09-07 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman resolved SLING-1733. Resolution: Fixed fixed in r993606. > BundleResourceProvider fails to find resources when multiple

[jira] Resolved: (SLING-1730) Move jQuery Explorer to bundles

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller resolved SLING-1730. Resolution: Fixed moved in r993484 > Move jQuery Explorer to bundles > ---

[jira] Commented: (SLING-1733) BundleResourceProvider fails to find resources when multiple bundles have the same Sling-Bundle-Resources path

2010-09-07 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906930#action_12906930 ] Justin Edelson commented on SLING-1733: --- this needs a test added to BundleContentTest

CMIS

2010-09-07 Thread Justin Edelson
Has anyone looked at adding CMIS support to Sling? CMIS hasn't held a lot of interest for me, but it might be a good compliment to our array of integration options. I thought there was a CMIS->JCR wrapper in the Jackrabbit source tree, but I can't find it now. WDYT? Justin

RE: [VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-07 Thread Mike Müller
+1 > Hi, > > We solved a total of 33 issues in these releases: > > JCR API - 1 issue: > https://issues.apache.org/jira/browse/SLING/fixforversion/12314564 > > JCR Base - 6 issues: > https://issues.apache.org/jira/browse/SLING/fixforversion/12314768 > > JCR Content Loader - 16 issues: > https://iss

Re: [VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-07 Thread Eric Norman
+1 On Sep 6, 2010 8:42 AM, "Justin Edelson" wrote: Hi, We solved a total of 33 issues in these releases: JCR API - 1 issue: https://issues.apache.org/jira/browse/SLING/fixforversion/12314564 JCR Base - 6 issues: https://issues.apache.org/jira/browse/SLING/fixforversion/12314768 JCR Content L

[jira] Created: (SLING-1734) Change semantics of filter service scope support

2010-09-07 Thread Felix Meschberger (JIRA)
Change semantics of filter service scope support Key: SLING-1734 URL: https://issues.apache.org/jira/browse/SLING-1734 Project: Sling Issue Type: Improvement Components: Engine A

Re: [DISCUSS] Registering filters with Sling

2010-09-07 Thread Felix Meschberger
Hi all, Thanks for the feedback so far. I have created SLING-1734 [1] to track this change. Regards Felix [1] https://issues.apache.org/jira/browse/SLING-1734 On 07.09.2010 15:49, Felix Meschberger wrote: > Hi all, > > Traditionally javax.servlet.Filter services were picked up by the Sling > M

Re: [DISCUSS] Registering filters with Sling

2010-09-07 Thread Carsten Ziegeler
Felix Meschberger wrote > The order property has already been deprecated in favor of the OSGi > standard service.ranking property (as of FELIX-1213). > Perfect :) Carsten -- Carsten Ziegeler cziege...@apache.org

RE: [DISCUSS] Registering filters with Sling

2010-09-07 Thread Mike Müller
+1 much more clear than the status quo. best regards mike > -Original Message- > From: Felix Meschberger [mailto:fmesc...@gmail.com] > Sent: Tuesday, September 07, 2010 3:50 PM > To: Sling Developers > Subject: [DISCUSS] Registering filters with Sling > > Hi all, > > Traditionally java

Re: [DISCUSS] Registering filters with Sling

2010-09-07 Thread Felix Meschberger
Hi, On 07.09.2010 16:07, Carsten Ziegeler wrote: > Ian Boston wrote >> >> On 7 Sep 2010, at 14:49, Felix Meschberger wrote: >> >>> Hi all, >>> >>> Traditionally javax.servlet.Filter services were picked up by the Sling >>> Main Servlet and used as filters regardless of any service registration >>

Re: [DISCUSS] Registering filters with Sling

2010-09-07 Thread Carsten Ziegeler
Ian Boston wrote > > On 7 Sep 2010, at 14:49, Felix Meschberger wrote: > >> Hi all, >> >> Traditionally javax.servlet.Filter services were picked up by the Sling >> Main Servlet and used as filters regardless of any service registration >> properties. The filter.scope property could optionally b

Re: [DISCUSS] Registering filters with Sling

2010-09-07 Thread Justin Edelson
+1 On 9/7/10 9:49 AM, Felix Meschberger wrote: > Hi all, > > Traditionally javax.servlet.Filter services were picked up by the Sling > Main Servlet and used as filters regardless of any service registration > properties. The filter.scope property could optionally be used to define > a scope for t

Re: [DISCUSS] Registering filters with Sling

2010-09-07 Thread Ian Boston
On 7 Sep 2010, at 14:49, Felix Meschberger wrote: > Hi all, > > Traditionally javax.servlet.Filter services were picked up by the Sling > Main Servlet and used as filters regardless of any service registration > properties. The filter.scope property could optionally be used to define > a scope f

[DISCUSS] Registering filters with Sling

2010-09-07 Thread Felix Meschberger
Hi all, Traditionally javax.servlet.Filter services were picked up by the Sling Main Servlet and used as filters regardless of any service registration properties. The filter.scope property could optionally be used to define a scope for the filter (request or component before SLING-1213, now also

[jira] Commented: (SLING-1603) SlingServlet service

2010-09-07 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906794#action_12906794 ] Felix Meschberger commented on SLING-1603: -- Fixed missing service registration of

Re: [VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-07 Thread Vidar Ramdal
On Mon, Sep 6, 2010 at 5:10 PM, Justin Edelson wrote: > We solved a total of 33 issues in these releases: > > JCR API - 1 issue: > https://issues.apache.org/jira/browse/SLING/fixforversion/12314564 > > JCR Base - 6 issues: > https://issues.apache.org/jira/browse/SLING/fixforversion/12314768 > > JC

[jira] Commented: (SLING-550) Support for background servlets

2010-09-07 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906713#action_12906713 ] Felix Meschberger commented on SLING-550: - Adapted to use the new SlingRequestProces

[jira] Resolved: (SLING-1213) Filters to support servlet-API-level scope configuration

2010-09-07 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1213. -- Fix Version/s: Engine 2.1.2 Resolution: Fixed Implemented support for the new fi

[jira] Resolved: (SLING-1603) SlingServlet service

2010-09-07 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1603. -- Resolution: Fixed Applied a modified version of the patch in Rev. 993280. The main cha

[jira] Commented: (SLING-1733) BundleResourceProvider fails to find resources when multiple bundles have the same Sling-Bundle-Resources path

2010-09-07 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12906708#action_12906708 ] Felix Meschberger commented on SLING-1733: -- Patch looks good for me with one comme

Re: [VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-07 Thread Felix Meschberger
+1 Regards Felix On 06.09.2010 17:10, Justin Edelson wrote: > Hi, > > We solved a total of 33 issues in these releases: > > JCR API - 1 issue: > https://issues.apache.org/jira/browse/SLING/fixforversion/12314564 > > JCR Base - 6 issues: > https://issues.apache.org/jira/browse/SLING/fixforversi

Re: [VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-07 Thread Carsten Ziegeler
+1 Carsten -- Carsten Ziegeler cziege...@apache.org

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

2010-09-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-1594: Fix Version/s: Scripting JavaScript 2.0.8 > Support CommonJS Modules i.e. the require funct

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

2010-09-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1594?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-1594: --- Assignee: Carsten Ziegeler > Support CommonJS Modules i.e. the require function > ---

[jira] Updated: (SLING-1603) SlingServlet service

2010-09-07 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-1603: - Fix Version/s: Engine 2.1.2 > SlingServlet service > > >

Re: [DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-07 Thread Vidar Ramdal
On Tue, Sep 7, 2010 at 12:51 AM, Justin Edelson wrote: > And all of the SLING-1672-related changes should only impact listChildren(), > not individual resource resolution. So the use of the file system provider to > shadow resources from JCR should remain unchanged. Ah, good :) > > On Sep 6, 2

[jira] Updated: (SLING-1730) Move jQuery Explorer to bundles

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1730?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1730: --- Fix Version/s: Sling Explorer 1.0.0 Component/s: Extensions > Move jQuery Explorer to bundles >

[jira] Updated: (SLING-1671) New features for jQuery JCR Explorer - step 1

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1671?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1671: --- Fix Version/s: Sling Explorer 1.0.0 > New features for jQuery JCR Explorer - step 1 > ---

[jira] Updated: (SLING-1713) jQuery JCR Explorer - step 1 - improvements

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1713: --- Fix Version/s: Sling Explorer 1.0.0 > jQuery JCR Explorer - step 1 - improvements > -

[jira] Updated: (SLING-1723) jQuery JCR Explorer - step 2

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1723?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1723: --- Fix Version/s: Sling Explorer 1.0.2 > jQuery JCR Explorer - step 2 > > >

[jira] Updated: (SLING-1645) jQuery explorer (contrib/explorers/jQuery) does not display properly in Firefox

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1645?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1645: --- Fix Version/s: Sling Explorer 1.0.0 > jQuery explorer (contrib/explorers/jQuery) does not display pro

[jira] Updated: (SLING-1709) Velocity scripts should be able to handle other than GET requests

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1709: --- Fix Version/s: Scripting Velocity 2.0.0 > Velocity scripts should be able to handle other than GET re

[jira] Updated: (SLING-1708) contrib/scripting/velocity is missing suitable resourceloader for the JCR

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1708?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1708: --- Fix Version/s: Scripting Velocity 2.0.0 > contrib/scripting/velocity is missing suitable resourceload

[jira] Updated: (SLING-1701) contrib/scripting/velocity VelocityTemplatesScriptEngine has multiple issues

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1701: --- Fix Version/s: Scripting Velocity 2.0.0 > contrib/scripting/velocity VelocityTemplatesScriptEngine ha

[jira] Updated: (SLING-1696) Update Velocity scripting to Velocity 1.6.4

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1696: --- Fix Version/s: Scripting Velocity 2.0.0 > Update Velocity scripting to Velocity 1.6.4 > -

[jira] Updated: (SLING-1700) contrib/scripting/velocity embeds velocity, causing classloading issue at runtime

2010-09-07 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1700: --- Fix Version/s: Scripting Velocity 2.0.0 > contrib/scripting/velocity embeds velocity, causing classlo

Dependencies and release votes

2010-09-07 Thread Felix Meschberger
Hi all, I have updated the jcr base, contentloader, and jackrabbit-server projects to refer to the next SNAPSHOT versions of the jcr api and jcr base modules to be able to build Sling in Rev. 993249. This can be reverted once the release artifacts are published. Regards Felix