[jira] [Created] (SLING-2311) Sling Performance Testing tool

2011-12-01 Thread Antonio Sanso (Created) (JIRA)
Sling Performance Testing tool -- Key: SLING-2311 URL: https://issues.apache.org/jira/browse/SLING-2311 Project: Sling Issue Type: New Feature Components: Testing Reporter: Antonio Sanso

[jira] [Updated] (SLING-2311) Sling Performance Testing tool

2011-12-01 Thread Antonio Sanso (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Antonio Sanso updated SLING-2311: - Attachment: SLING-2311-patch.txt I have attached a prototype of the tool that I have used to prod

Re: Sling performance tests

2011-12-01 Thread Antonio Sanso
Hi *, I have created SLING-2311 including a prototype of a potential implementation for a sling performance test. Any feedback is more than welcome. Regards Antonio On Oct 10, 2011, at 3:27 PM, Carsten Ziegeler wrote: > Thanks for bringing this up, Antonio. > > I'm all for adding such tests

[jira] [Resolved] (SLING-2203) Allow for better configuration of sling home folder

2011-12-01 Thread Carsten Ziegeler (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2203. - Resolution: Fixed Implemented as explained above in revision 1209095 > A

[jira] [Commented] (SLING-2203) Allow for better configuration of sling home folder

2011-12-01 Thread Carsten Ziegeler (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13160926#comment-13160926 ] Carsten Ziegeler commented on SLING-2203: - Changed the following properties to poi

Jenkins build is back to normal : sling-trunk-1.6 » Apache Sling Launchpad Testing #1138

2011-12-01 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.6 #1138

2011-12-01 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.5 » Apache Sling Launchpad Testing #1464

2011-12-01 Thread Apache Jenkins Server
See

Jenkins build is back to normal : sling-trunk-1.5 #1464

2011-12-01 Thread Apache Jenkins Server
See

Build failed in Jenkins: sling-contrib-1.5 #775

2011-12-01 Thread Apache Jenkins Server
See -- [...truncated 3047 lines...] [INFO] snapshot org.apache.sling:org.apache.sling.scripting.scala.forum:0.9.0-SNAPSHOT: checking for updates from apache.snapshots [INFO] Copying bundle from /home/

FW: Issue with DOS limitation in infinity.json servlet

2011-12-01 Thread Jeff Young
The intent behind the limitation seems sound, but the implementation has (to my mind) a slight flaw. A legitimate client which needs the information could presumably implement its own traversal to descend the tree. But this only works if the json servlet is always allowed to return at least a

Re: FW: Issue with DOS limitation in infinity.json servlet

2011-12-01 Thread Justin Edelson
Hi Jeff, I'm not sure why you can't just increase the limit if you run into this problem, but I am not opposed to making this change on principal. I'm very intrigued by the idea of a PostProcessor which limits the number of nodes at a particular point in the hierarchy, but that's not going to be 1

Re: FW: Issue with DOS limitation in infinity.json servlet

2011-12-01 Thread Ian Boston
Hi, Thinking about this some more, Assuming the content system can support this for a moment. /x/y/z has 2M direct child nodes, what does /x/y/z.-1.json respond with? 2M links to those child nodes. Does the system need to support paging, in the same way atom does? eg /x/y/z.-1.json?page=1 With Sl

Re: FW: Issue with DOS limitation in infinity.json servlet

2011-12-01 Thread Justin Edelson
Hmmm. Good point. I changed my mind (slightly) - the behavior Jeff is describing can be supported, but should be disabled by default. Ian - to your question, with the default configuration, /x/y/z.(anything).json should not output 2M child nodes. IMHO, if you as a system operator decide to let cli

Re: FW: Issue with DOS limitation in infinity.json servlet

2011-12-01 Thread Ian Boston
On 2 December 2011 10:51, Justin Edelson wrote: > Hmmm. Good point. I changed my mind (slightly) - the behavior Jeff is > describing can be supported, but should be disabled by default. > > Ian - to your question, with the default configuration, > /x/y/z.(anything).json should not output 2M child

[jira] [Created] (SLING-2312) Add Adapter Annotations

2011-12-01 Thread Justin Edelson (Created) (JIRA)
Add Adapter Annotations --- Key: SLING-2312 URL: https://issues.apache.org/jira/browse/SLING-2312 Project: Sling Issue Type: Improvement Components: JCR Reporter: Justin Edelson Container issue for

[jira] [Created] (SLING-2313) Create annotation and an enhancement to the maven-sling-plugin to generate Adapter metadata

2011-12-01 Thread Justin Edelson (Created) (JIRA)
Create annotation and an enhancement to the maven-sling-plugin to generate Adapter metadata --- Key: SLING-2313 URL: https://issues.apache.org/jira/browse/SLING-2313

[jira] [Updated] (SLING-2312) Add Adapter Annotations

2011-12-01 Thread Justin Edelson (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-2312: -- Description: Container issue for adding annotations introduced in SLING-2313 to various bundles

[jira] [Updated] (SLING-2313) Create annotations and an enhancement to the maven-sling-plugin to generate Adapter metadata

2011-12-01 Thread Justin Edelson (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-2313: -- Summary: Create annotations and an enhancement to the maven-sling-plugin to generate Adapter me

[jira] [Resolved] (SLING-2295) Add an Adapter WebConsole plugin (and Configuration Printer) which outputs the available adaptations

2011-12-01 Thread Justin Edelson (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2295?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved SLING-2295. --- Resolution: Fixed Fix Version/s: Adapter 2.0.10 Assignee: Justin Edelson Web

[jira] [Commented] (SLING-2312) Add Adapter Annotations

2011-12-01 Thread Justin Edelson (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13161385#comment-13161385 ] Justin Edelson commented on SLING-2312: --- JCR Resource done in r1209337 FS Resource d

[jira] [Resolved] (SLING-2313) Create annotations and an enhancement to the maven-sling-plugin to generate Adapter metadata

2011-12-01 Thread Justin Edelson (Resolved) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved SLING-2313. --- Resolution: Fixed Fix Version/s: Adapter Annotations 1.0.0 Maven Sli

[jira] [Updated] (SLING-2312) Add Adapter Annotations

2011-12-01 Thread Justin Edelson (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-2312: -- Component/s: Extensions Fix Version/s: File System Resource Provider 1.0.4

[jira] [Updated] (SLING-2312) Add Adapter Annotations

2011-12-01 Thread Justin Edelson (Updated) (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2312?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson updated SLING-2312: -- Fix Version/s: JCR Jackrabbit User Manager 2.2.2 JCR UserManager done in r1209347

Build failed in Jenkins: sling-trunk-1.5 #1466

2011-12-01 Thread Apache Jenkins Server
See Changes: [justin] SLING-2312 - adding adapter annotations in usermanager bundle [justin] SLING-2312 - adding adapter annotations for fsresource bundle [justin] SLING-2295 - adding adapter.condition service property for script ada

Jenkins build is back to normal : sling-trunk-1.5 #1467

2011-12-01 Thread Apache Jenkins Server
See

Build failed in Jenkins: sling-contrib-1.5 #776

2011-12-01 Thread Apache Jenkins Server
See -- [...truncated 3072 lines...] [WARNING] Parameter tasks is deprecated, use target instead [INFO] Executing tasks main: [echo] WARNING (SLING-443/SLING-1782)