[jira] [Commented] (SLING-2742) Expose RepositoryStatistics as a JMX Bean

2013-02-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585727#comment-13585727 ] Felix Meschberger commented on SLING-2742: -- I like the idea very much, but I am

[jira] [Commented] (SLING-2743) Activator.getLoginModules in Jackrabbit server bundle should be synchronized

2013-02-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585731#comment-13585731 ] Felix Meschberger commented on SLING-2743: -- This is IMHO not required because the

[jira] [Resolved] (SLING-2741) Bad Vanity URL breaks whole Sling Resource Resolver

2013-02-25 Thread Antonio Sanso (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2741?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Sanso resolved SLING-2741. -- Resolution: Fixed Fix Version/s: Resource Resolver 1.0.6 fixed in rev. 1449619

Re: [jira] [Created] (SLING-2742) Expose RepositoryStatistics as a JMX Bean

2013-02-25 Thread Ian Boston
Ok, I'll have a go at addressing these issues tomorrow, including registering the service as the repository starts, one stats Mbeans per repository. I didn't like the introspection to get the repository config. The reason for exposing the stats as a service was to allow a stats bundle to consume

Re: Monitoring and Statistics

2013-02-25 Thread Felix Meschberger
Hi, Am 22.02.2013 um 23:59 schrieb Ian Boston: Hi, Whilst writing the MBeans in the event bundle I started thinking about monitoring inside Sling. IMHO there are not enough to really know what a instance under load is doing. Much though I like JMX it comes with implementation and runtime

Re: [jira] [Created] (SLING-2743) Activator.getLoginModules in Jackrabbit server bundle should be synchronized

2013-02-25 Thread Ian Boston
Thanks for the feedback. Please feel free to close wont fix, or if you don't get round to it I'll close tomorrow. I think I need to revert part of another patch tomorrow if activate and deactivate are single threaded. Ian On Monday, February 25, 2013, Felix Meschberger (JIRA) wrote: [

Re: [jira] [Created] (SLING-2742) Expose RepositoryStatistics as a JMX Bean

2013-02-25 Thread Felix Meschberger
Hi, Am 25.02.2013 um 10:18 schrieb Ian Boston: Ok, I'll have a go at addressing these issues tomorrow, including registering the service as the repository starts, one stats Mbeans per repository. I didn't like the introspection to get the repository config. ok. The reason for exposing

RE: [POST] Servlet resolution for non existing resource

2013-02-25 Thread Shashank Gupta
Hi, Here are the salient points wrt resumable upload implementation/integration in SlingPostServlet[1]. 1. Resumeable upload is supported in modifyoperation ( ie. In default operation) . No new operation introduced for it. 2. Request parameter :chunkNumber distinguish between

Re: [jira] [Created] (SLING-2743) Activator.getLoginModules in Jackrabbit server bundle should be synchronized

2013-02-25 Thread Felix Meschberger
Done. Regards Felix Am 25.02.2013 um 10:27 schrieb Ian Boston: Thanks for the feedback. Please feel free to close wont fix, or if you don't get round to it I'll close tomorrow. I think I need to revert part of another patch tomorrow if activate and deactivate are single threaded. Ian

[jira] [Resolved] (SLING-2743) Activator.getLoginModules in Jackrabbit server bundle should be synchronized

2013-02-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-2743. -- Resolution: Won't Fix As discussed: This is not needed (BundleActivators are called in

Re: [jira] [Created] (SLING-2742) Expose RepositoryStatistics as a JMX Bean

2013-02-25 Thread Ian Boston
On Monday, February 25, 2013, Felix Meschberger wrote: Hi, Am 25.02.2013 um 10:18 schrieb Ian Boston: Ok, I'll have a go at addressing these issues tomorrow, including registering the service as the repository starts, one stats Mbeans per repository. I didn't like the introspection to

Re: [jira] [Created] (SLING-2742) Expose RepositoryStatistics as a JMX Bean

2013-02-25 Thread Felix Meschberger
Hi, Am 25.02.2013 um 10:45 schrieb Ian Boston: On Monday, February 25, 2013, Felix Meschberger wrote: Hi, Am 25.02.2013 um 10:18 schrieb Ian Boston: Ok, I'll have a go at addressing these issues tomorrow, including registering the service as the repository starts, one stats Mbeans per

Re: Monitoring and Statistics

2013-02-25 Thread Ian Boston
On Monday, February 25, 2013, Felix Meschberger wrote: Hi, Am 22.02.2013 um 23:59 schrieb Ian Boston: Hi, Whilst writing the MBeans in the event bundle I started thinking about monitoring inside Sling. IMHO there are not enough to really know what a instance under load is doing. Much

Re: Monitoring and Statistics

2013-02-25 Thread Bertrand Delacretaz
On Mon, Feb 25, 2013 at 11:14 AM, Ian Boston i...@tfd.co.uk wrote: ...I think it's quite common when running more than a few instances to want to be able to quickly gather read only stats from all the instances. Ie a json feed per server. The easiest way of doing that is to have a single end

[jira] [Commented] (SLING-2746) Commons threading contains a few minor multithreaded correctness bugs. (FindBugs)

2013-02-25 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585813#comment-13585813 ] Carsten Ziegeler commented on SLING-2746: - I think this should be split up into

Re: [POST] Servlet resolution for non existing resource

2013-02-25 Thread Alexander Klimetschek
On 25.02.2013, at 10:38, Shashank Gupta shgu...@adobe.com wrote: Here are the salient points wrt resumable upload implementation/integration in SlingPostServlet[1]. 1.Resumeable upload is supported in modifyoperation ( ie. In default operation) . No new operation introduced for it.

Re: Monitoring and Statistics

2013-02-25 Thread Felix Meschberger
Hi, Ok, I understand. Yet your solution is quite intrusive (requires code changes and Code Dependencies). OTOH: I just was made aware of JAMon [1]. It looks like this may do a lot of things but is not intrusive since it seems to transparently work with wrappers and proxies. WDYT ? Regards

RE: [POST] Servlet resolution for non existing resource

2013-02-25 Thread Shashank Gupta
Inline with [SG] initial. -Original Message- From: Alexander Klimetschek [mailto:aklim...@adobe.com] Sent: 25 February 2013 18:36 To: dev@sling.apache.org Subject: Re: [POST] Servlet resolution for non existing resource On 25.02.2013, at 10:38, Shashank Gupta shgu...@adobe.com wrote:

Re: Status of the OCM Bundle?

2013-02-25 Thread Felix Meschberger
+1 to moving to contrib IMHO it nicely shows the functionality of the Resource API and the Adaptable pattern and it still serves as an example if people insist on OCM. So moving to the attic is not a good idea, IMHO. Maybe move to samples ? ;-) Regards Felix Am 22.02.2013 um 17:15 schrieb

[jira] [Updated] (SLING-2212) Implement Servlet API 3.0

2013-02-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-2212: - Fix Version/s: Engine 2.2.8 Implement Servlet API 3.0 -

[jira] [Updated] (SLING-2212) Implement Servlet API 3.0

2013-02-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-2212: - Component/s: (was: Scripting) Implement Servlet API 3.0

[jira] [Commented] (SLING-2212) Implement Servlet API 3.0

2013-02-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585966#comment-13585966 ] Felix Meschberger commented on SLING-2212: -- Thanks for providing the patch.I

[jira] [Updated] (SLING-2212) Implement Servlet API 3.0

2013-02-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-2212: - Affects Version/s: Engine 2.2.6 Implement Servlet API 3.0

[jira] [Commented] (SLING-1500) Patch Submission: Expression Language (EL) Functions for JSP Taglib

2013-02-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13585986#comment-13585986 ] Felix Meschberger commented on SLING-1500: -- Thanks. I am +1 in general. I wonder

[jira] [Resolved] (SLING-577) Patch Submission: JSP tag to evaluate JCR properties using EL

2013-02-25 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-577?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-577. - Resolution: Won't Fix Assignee: Felix Meschberger As indicated on the list

Re: Resource Access Tags

2013-02-25 Thread Felix Meschberger
Hi Dan Thank you very much. Glancing over it, this looks fine -- a deeper review is welcome. Yet, I wonder whether we should add those tags and EL functions to the existing JSP taglib or whether we should create a Resource API specific tag library ? WDYT ? Regards Felix Am 22.02.2013 um

Re: Release of Script Console bundle

2013-02-25 Thread Carsten Ziegeler
Hi Chetan, yes I can cut a release of this one as well. Regards Carsten 2013/2/22 Chetan Mehrotra chetan.mehro...@gmail.com: Hi Carsten, Given that you are in a cleanup spree!! Would it be possible for someone to make a official release of Script Console bundle [1]. We have been using it

Re: Monitoring and Statistics

2013-02-25 Thread Justin Edelson
Hi, On Mon, Feb 25, 2013 at 4:24 AM, Felix Meschberger fmesc...@adobe.comwrote: Hi, Am 22.02.2013 um 23:59 schrieb Ian Boston: Implementation * MBeans are not that hard to implement with the OSGi Whiteboard, but they have to be implemented. Right. Everyhting that has to be queried

Re: Monitoring and Statistics

2013-02-25 Thread Ian Boston
On 26 February 2013 07:02, Justin Edelson jus...@justinedelson.com wrote: Hi, On Mon, Feb 25, 2013 at 4:24 AM, Felix Meschberger fmesc...@adobe.comwrote: Hi, Am 22.02.2013 um 23:59 schrieb Ian Boston: Implementation * MBeans are not that hard to implement with the OSGi Whiteboard,

Re: Monitoring and Statistics

2013-02-25 Thread Ian Boston
On 26 February 2013 00:27, Felix Meschberger fmesc...@adobe.com wrote: Hi, Ok, I understand. Yet your solution is quite intrusive (requires code changes and Code Dependencies). OTOH: I just was made aware of JAMon [1]. It looks like this may do a lot of things but is not intrusive since

Re: Monitoring and Statistics

2013-02-25 Thread Ian Boston
On 25 February 2013 21:56, Bertrand Delacretaz bdelacre...@apache.org wrote: On Mon, Feb 25, 2013 at 11:14 AM, Ian Boston i...@tfd.co.uk wrote: ...I think it's quite common when running more than a few instances to want to be able to quickly gather read only stats from all the instances. Ie a

Re: Monitoring and Statistics

2013-02-25 Thread Ian Boston
On 26 February 2013 09:54, Ian Boston i...@tfd.co.uk wrote: On 25 February 2013 21:56, Bertrand Delacretaz bdelacre...@apache.org wrote: On Mon, Feb 25, 2013 at 11:14 AM, Ian Boston i...@tfd.co.uk wrote: ...I think it's quite common when running more than a few instances to want to be able

Re: Monitoring and Statistics

2013-02-25 Thread Ian Boston
On 26 February 2013 09:48, Ian Boston i...@tfd.co.uk wrote: On 26 February 2013 00:27, Felix Meschberger fmesc...@adobe.com wrote: Hi, Ok, I understand. Yet your solution is quite intrusive (requires code changes and Code Dependencies). OTOH: I just was made aware of JAMon [1]. It looks

[jira] [Commented] (SLING-2746) Commons threading contains a few minor multithreaded correctness bugs. (FindBugs)

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13586656#comment-13586656 ] Ian Boston commented on SLING-2746: --- Created new issue SLING-2750 to cover the commons

[jira] [Resolved] (SLING-2746) Commons threading contains a few minor multithreaded correctness bugs. (FindBugs)

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2746?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston resolved SLING-2746. --- Resolution: Won't Fix Methods in question are synchronised by the container so no risk and no patch

[jira] [Resolved] (SLING-2750) Commons testing has some multithreaded issues

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2750?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston resolved SLING-2750. --- Resolution: Fixed fixed by moving the null checks inside the sync block. see

RE: Resource Access Tags

2013-02-25 Thread Dan Klco
Felix, I like the idea of creating a separate Resource API tag library. I think there's enough functionality there to justify it and it may or may not be something needed for every Sling installation and would reduce the number of dependencies in the core Taglib. What would be a good

[jira] [Created] (SLING-2751) Queue JMX names have incorrect nesting.

2013-02-25 Thread Ian Boston (JIRA)
Ian Boston created SLING-2751: - Summary: Queue JMX names have incorrect nesting. Key: SLING-2751 URL: https://issues.apache.org/jira/browse/SLING-2751 Project: Sling Issue Type: Bug

[jira] [Resolved] (SLING-2742) Expose RepositoryStatistics as a JMX Bean

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston resolved SLING-2742. --- Resolution: Fixed Fix Version/s: JCR Jackrabbit Server 2.1.2 Assignee: Ian Boston

[jira] [Commented] (SLING-2742) Expose RepositoryStatistics as a JMX Bean

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2742?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13586755#comment-13586755 ] Ian Boston commented on SLING-2742: --- And the JMX beans resister as a service exposing

[jira] [Resolved] (SLING-2751) Queue JMX names have incorrect nesting.

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2751?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston resolved SLING-2751. --- Resolution: Fixed Fixed Queue JMX names have incorrect nesting.

[jira] [Resolved] (SLING-2745) ungetService sets service parameter to null when it should set this.service to null

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston resolved SLING-2745. --- Resolution: Fixed fixed in r1449599 ungetService sets service parameter to null

[jira] [Created] (SLING-2752) Revisit re-saving of config settings in light of support for wider range of types.

2013-02-25 Thread Ian Boston (JIRA)
Ian Boston created SLING-2752: - Summary: Revisit re-saving of config settings in light of support for wider range of types. Key: SLING-2752 URL: https://issues.apache.org/jira/browse/SLING-2752 Project:

[jira] [Commented] (SLING-2477) Configuration via sling:OsgiConfig nodes does not support all types

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13586777#comment-13586777 ] Ian Boston commented on SLING-2477: --- I think the consensus was that the I* approach was

[jira] [Created] (SLING-2753) Apt servlet passes null to InputStreamReader, return missing,

2013-02-25 Thread Ian Boston (JIRA)
Ian Boston created SLING-2753: - Summary: Apt servlet passes null to InputStreamReader, return missing, Key: SLING-2753 URL: https://issues.apache.org/jira/browse/SLING-2753 Project: Sling Issue

[jira] [Resolved] (SLING-2753) Apt servlet passes null to InputStreamReader, return missing,

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston resolved SLING-2753. --- Resolution: Fixed Fix Version/s: Extensions APT Server 2.0.4 fixed. Apt

[jira] [Commented] (SLING-2477) Configuration via sling:OsgiConfig nodes does not support all types

2013-02-25 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13586790#comment-13586790 ] Alexander Klimetschek commented on SLING-2477: -- I disagree about consensus ;)

[jira] [Created] (SLING-2754) org.apache.sling.installer.core.impl.tasks.RefreshOptionalPackagesTask has NPE

2013-02-25 Thread Ian Boston (JIRA)
Ian Boston created SLING-2754: - Summary: org.apache.sling.installer.core.impl.tasks.RefreshOptionalPackagesTask has NPE Key: SLING-2754 URL: https://issues.apache.org/jira/browse/SLING-2754 Project:

[jira] [Commented] (SLING-2754) org.apache.sling.installer.core.impl.tasks.RefreshOptionalPackagesTask has NPE

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13586800#comment-13586800 ] Ian Boston commented on SLING-2754: --- Not entirely certain how this should be fixed.

[jira] [Created] (SLING-2755) incorrect double null check in org.apache.sling.installer.it.OsgiInstallerTestBase

2013-02-25 Thread Ian Boston (JIRA)
Ian Boston created SLING-2755: - Summary: incorrect double null check in org.apache.sling.installer.it.OsgiInstallerTestBase Key: SLING-2755 URL: https://issues.apache.org/jira/browse/SLING-2755 Project:

[jira] [Resolved] (SLING-2755) incorrect double null check in org.apache.sling.installer.it.OsgiInstallerTestBase

2013-02-25 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2755?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston resolved SLING-2755. --- Resolution: Fixed Assignee: Ian Boston Fixed. incorrect double null check in

[jira] [Commented] (SLING-2477) Configuration via sling:OsgiConfig nodes does not support all types

2013-02-25 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13586861#comment-13586861 ] Carsten Ziegeler commented on SLING-2477: - We can't come to a solution where

[jira] [Commented] (SLING-2754) org.apache.sling.installer.core.impl.tasks.RefreshOptionalPackagesTask has NPE

2013-02-25 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13586864#comment-13586864 ] Carsten Ziegeler commented on SLING-2754: - This code is not used, it's a first

[jira] [Assigned] (SLING-2754) org.apache.sling.installer.core.impl.tasks.RefreshOptionalPackagesTask has NPE

2013-02-25 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2754?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-2754: --- Assignee: Carsten Ziegeler

Re: Monitoring and Statistics

2013-02-25 Thread Carsten Ziegeler
Just a general comment especially on statistics, whatever we do, we carefully need to check the performance impact. Over the past years, I've seen too many approaches where a simple statistics like number of incoming requests was a real bottleneck under load (I think one of our first

Re: WEBSITE MURAH BERKUALITAS

2013-02-25 Thread Felix Meschberger
Sorry 'bout this spam... Am 26.02.2013 um 04:48 schrieb Husni Maulana: spam removed