Sling Proposal

2013-07-01 Thread Ben Zahler
Hi all, I have done some work on selectors and security in CQ lately, and in the process I've had an idea how to handle some of the issues in Sling. From my point of view, this could well be intergrated into Sling, but it can also easily work as an addition, so I'd like to hear some feedback

[jira] [Created] (SLING-2938) AdapterMethods annotation and adapter proxy service

2013-07-01 Thread Bertrand Delacretaz (JIRA)
Bertrand Delacretaz created SLING-2938: -- Summary: AdapterMethods annotation and adapter proxy service Key: SLING-2938 URL: https://issues.apache.org/jira/browse/SLING-2938 Project: Sling

[jira] [Commented] (SLING-2938) AdapterMethods annotation and adapter proxy service

2013-07-01 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13696664#comment-13696664 ] Bertrand Delacretaz commented on SLING-2938: I have committed a prototype to

[jira] [Updated] (SLING-2938) AdapterMethods annotation and adapter proxy service

2013-07-01 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-2938: --- Description: Following up on an idea that Olaf Otto presented at CQCon last week,

[jira] [Comment Edited] (SLING-2938) AdapterMethods annotation and adapter proxy service

2013-07-01 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13696664#comment-13696664 ] Bertrand Delacretaz edited comment on SLING-2938 at 7/1/13 9:18 AM:

Re: FYI, working on @AdapterMethod

2013-07-01 Thread Felix Meschberger
Hi Bertrand Cool stuff. Let me add some comments: (1) I think the @AdapterMethod annotation should be just called @Adapter. Having an annotation on a method is called ...Method is strange. And maybe it should be in a separate package. (2) The AdapterMethodProxyManagerImpl class should verify

Re: Sling Proposal

2013-07-01 Thread Justin Edelson
Ben- Have you looked at the filter at http://svn.apache.org/repos/asf/sling/trunk/samples/urlfilter ? It sounds like your solution is roughly inline with this implementation. Justin On Mon, Jul 1, 2013 at 2:30 AM, Ben Zahler ben.zah...@inside-solutions.chwrote: Hi all, I have done some work

[jira] [Commented] (SLING-2938) AdapterMethods annotation and adapter proxy service

2013-07-01 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2938?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13696692#comment-13696692 ] Bertrand Delacretaz commented on SLING-2938: Additional TODOs after dev@

Re: FYI, working on @AdapterMethod

2013-07-01 Thread Bertrand Delacretaz
Hi Felix, Thanks for your comments! On Mon, Jul 1, 2013 at 11:46 AM, Felix Meschberger fmesc...@adobe.com wrote: ...(1) I think the @AdapterMethod annotation should be just called @Adapter. Having an annotation on a method is called ...Method is strange. And maybe it should be in a

[jira] [Created] (SLING-2939) 3rd-party based implementation of discovery.api

2013-07-01 Thread Stefan Egli (JIRA)
Stefan Egli created SLING-2939: -- Summary: 3rd-party based implementation of discovery.api Key: SLING-2939 URL: https://issues.apache.org/jira/browse/SLING-2939 Project: Sling Issue Type: Task

[jira] [Commented] (SLING-2939) 3rd-party based implementation of discovery.api

2013-07-01 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13696787#comment-13696787 ] Stefan Egli commented on SLING-2939: h3. Comparison of candidates || Category || Name

[jira] [Commented] (SLING-2939) 3rd-party based implementation of discovery.api

2013-07-01 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13696829#comment-13696829 ] Stefan Egli commented on SLING-2939: Earlier feedback from a private discussion: --

[Discovery] missing features and 3rd party implementation of discovery.api

2013-07-01 Thread Stefan Egli
Hi, I've created SLING-2939 [0] to track an additional, 3rd party based implementation of the discovery.api. The idea is to complement the discovery.impl (which is ootb, entirely sling-based) with a more mature, specialized, scalable implementation based on a clustering library. I've

[jira] [Updated] (SLING-2940) JCR queries for jcr:language: avoid using fn:lower-case

2013-07-01 Thread Thomas Mueller (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Mueller updated SLING-2940: -- Attachment: SLING-2940.patch Proposed patch JCR queries for jcr:language:

[jira] [Commented] (SLING-2939) 3rd-party based implementation of discovery.api

2013-07-01 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13696867#comment-13696867 ] Stefan Egli commented on SLING-2939: [~olli]: thanks for the heads-up. I believe Karaf

[jira] [Commented] (SLING-2939) 3rd-party based implementation of discovery.api

2013-07-01 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13696876#comment-13696876 ] Stefan Egli commented on SLING-2939: [~ianeboston], [~rombert]: regarding JGroups: I

[jira] [Comment Edited] (SLING-2939) 3rd-party based implementation of discovery.api

2013-07-01 Thread Stefan Egli (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13696876#comment-13696876 ] Stefan Egli edited comment on SLING-2939 at 7/1/13 3:30 PM:

[jira] [Updated] (SLING-2941) Replace the javax.activation fragment with the javax.activation bundle

2013-07-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-2941: --- Assignee: Robert Munteanu Replace the javax.activation fragment with the

[jira] [Created] (SLING-2941) Replace the javax.activation fragment with the javax.activation bundle

2013-07-01 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-2941: -- Summary: Replace the javax.activation fragment with the javax.activation bundle Key: SLING-2941 URL: https://issues.apache.org/jira/browse/SLING-2941 Project:

Build failed in Jenkins: sling-trunk-1.6 » Apache Sling Maven Plugin to create Jackrabbit OCM descriptors #1709

2013-07-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$maven-jcrocm-plugin/1709/ -- [INFO] [INFO]

[jira] [Commented] (SLING-2940) JCR queries for jcr:language: avoid using fn:lower-case

2013-07-01 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2940?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13697013#comment-13697013 ] Alexander Klimetschek commented on SLING-2940: -- Looks good to me.

Jenkins build is back to stable : sling-trunk-1.7 » Apache Sling Event Support #79

2013-07-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.event/79/

Jenkins build is still unstable: sling-trunk-1.7 » Apache Sling JCR Installer #79

2013-07-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.installer.provider.jcr/79/

Jenkins build is still unstable: sling-trunk-1.7 » Apache Sling Resource-Based Discovery Service #79

2013-07-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.7/org.apache.sling$org.apache.sling.discovery.impl/79/

[jira] [Resolved] (SLING-2941) Replace the javax.activation fragment with the javax.activation bundle

2013-07-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2941?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu resolved SLING-2941. Resolution: Fixed Fixed with http://svn.apache.org/r1498530 Replace the

[jira] [Commented] (SLING-2939) 3rd-party based implementation of discovery.api

2013-07-01 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13697252#comment-13697252 ] Ian Boston commented on SLING-2939: --- [~egli] JGroups supports UDP multicast, UDP, TCP

[jira] [Commented] (SLING-2939) 3rd-party based implementation of discovery.api

2013-07-01 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2939?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13697526#comment-13697526 ] Oliver Lietz commented on SLING-2939: - [~egli] Sure it's an OSGi container, therefore