[jira] [Assigned] (SLING-2545) Scripting jst is using wrong import package directives

2012-08-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-2545: --- Assignee: Carsten Ziegeler Scripting jst is using wrong import package

[jira] [Created] (SLING-2558) Potential Deadlocks may be caused by AdapterManager

2012-08-13 Thread Felix Meschberger (JIRA)
Felix Meschberger created SLING-2558: Summary: Potential Deadlocks may be caused by AdapterManager Key: SLING-2558 URL: https://issues.apache.org/jira/browse/SLING-2558 Project: Sling

[jira] [Resolved] (SLING-2545) Scripting jst is using wrong import package directives

2012-08-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2545. - Resolution: Fixed Fix Version/s: Scripting JST 2.0.6 Fixed the imports, also

[VOTE] Release Scripting JST 2.0.6

2012-08-13 Thread Carsten Ziegeler
Hi, This vote is the release of Apache Sling Scripting JST 2.0.6 which fixes SLING-2545. Staging repository: https://repository.apache.org/content/repositories/orgapachesling-133/ You can use this UNIX script to download the release and verify the signatures:

[jira] [Resolved] (SLING-2491) How can I change the self.registration.enabled property in java?

2012-08-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2491. - Resolution: Invalid How can I change the self.registration.enabled property in

[jira] [Commented] (SLING-2534) Strings of zero length on update in post servlet delete the property

2012-08-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13432982#comment-13432982 ] Carsten Ziegeler commented on SLING-2534: - Actually, it seems this is a bug in the

[jira] [Updated] (SLING-2534) Strings of zero length on update in post servlet delete the property

2012-08-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2534?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-2534: Fix Version/s: Servlets Post 2.1.4 Strings of zero length on update in post servlet

[jira] [Closed] (SLING-2491) How can I change the self.registration.enabled property in java?

2012-08-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-2491. --- How can I change the self.registration.enabled property in java?

Jenkins build is back to normal : sling-contrib-1.6 » Apache Sling Request Processing Analyzer #922

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-contrib-1.6/org.apache.sling$org.apache.sling.reqanalyzer/922/

Re: [VOTE] Release Scripting JST 2.0.6

2012-08-13 Thread Bertrand Delacretaz
On Mon, Aug 13, 2012 at 9:45 AM, Carsten Ziegeler cziege...@apache.org wrote: ...Staging repository: https://repository.apache.org/content/repositories/orgapachesling-133/ +1, checked signatures, build and that the following archive matches the corresponding svn tag. MD5

Jenkins build is back to stable : sling-trunk-1.5 » Apache Sling JCR Resource Resolver #1741

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.jcr.resource/1741/

Jenkins build is unstable: sling-trunk-1.5 #1741

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.5/1741/changes

Jenkins build is back to normal : sling-contrib-1.6 #923

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-contrib-1.6/923/

Re: Empty string property values

2012-08-13 Thread Carsten Ziegeler
While looking into SLING-2534, it seems that (as Alex noted) our docs say something different than the implementation. So I tried to fix the implementation (whic is fairly easy), but then I ran into failing junit tests - I think these tests have wrong assumptions. So after fixing these I run into

RE: Empty string property values

2012-08-13 Thread Jeff Young
Hi Carsten, While I don't have any advice on how to proceed, I can tell you that I'd be getting cold feet at about this point too. ;) Jeff. -Original Message- From: Carsten Ziegeler [mailto:cziege...@apache.org] Sent: 13 August 2012 10:48 To: dev@sling.apache.org Subject: Re:

Re: Empty string property values

2012-08-13 Thread Bertrand Delacretaz
On Mon, Aug 13, 2012 at 11:47 AM, Carsten Ziegeler cziege...@apache.org wrote: ...after fixing these I run into failing integration tests, e.g. SlingDefaultValuesTest#testDefaultBehaviour posts a new property with an empty value and checks if the property does not exists afterwards IIRC

Re: Empty string property values

2012-08-13 Thread Carsten Ziegeler
2012/8/13 Bertrand Delacretaz bdelacre...@apache.org: On Mon, Aug 13, 2012 at 11:47 AM, Carsten Ziegeler cziege...@apache.org wrote: ...after fixing these I run into failing integration tests, e.g. SlingDefaultValuesTest#testDefaultBehaviour posts a new property with an empty value and

Re: Empty string property values

2012-08-13 Thread Bertrand Delacretaz
On Mon, Aug 13, 2012 at 1:15 PM, Carsten Ziegeler cziege...@apache.org wrote: 2012/8/13 Bertrand Delacretaz bdelacre...@apache.org: On Mon, Aug 13, 2012 at 11:47 AM, Carsten Ziegeler cziege...@apache.org wrote: ...after fixing these I run into failing integration tests, e.g.

Re: Empty string property values

2012-08-13 Thread Felix Meschberger
Hi, ANd it must not be forgotten that the Sling POST Servlet was designed with first class support for HTML Forms in mind. If you consider such a form, you could pre-fill it with the current values and the user could clear the fields assuming to remove/clear the properties. So the Sling POST

Re: Empty string property values

2012-08-13 Thread Carsten Ziegeler
2012/8/13 Bertrand Delacretaz bdelacre...@apache.org: On Mon, Aug 13, 2012 at 1:15 PM, Carsten Ziegeler cziege...@apache.org wrote: 2012/8/13 Bertrand Delacretaz bdelacre...@apache.org: On Mon, Aug 13, 2012 at 11:47 AM, Carsten Ziegeler cziege...@apache.org wrote: ...after fixing these I

Re: Empty string property values

2012-08-13 Thread Bertrand Delacretaz
On Mon, Aug 13, 2012 at 2:14 PM, Carsten Ziegeler cziege...@apache.org wrote: 2012/8/13 Bertrand Delacretaz bdelacre...@apache.org: ...The first SLING-1412 commit is svn revision 916419, and the SlingDefaultValuesTest#testDefaultBehaviour test hasn't changed since rev 656302, so I think the

Re: Empty string property values

2012-08-13 Thread Justin Edelson
On Mon, Aug 13, 2012 at 8:24 AM, Bertrand Delacretaz bdelacre...@apache.org wrote: On Mon, Aug 13, 2012 at 2:14 PM, Carsten Ziegeler cziege...@apache.org wrote: 2012/8/13 Bertrand Delacretaz bdelacre...@apache.org: ...The first SLING-1412 commit is svn revision 916419, and the

Re: Empty string property values

2012-08-13 Thread Carsten Ziegeler
2012/8/13 Bertrand Delacretaz bdelacre...@apache.org: On Mon, Aug 13, 2012 at 2:14 PM, Carsten Ziegeler cziege...@apache.org wrote: 2012/8/13 Bertrand Delacretaz bdelacre...@apache.org: ...The first SLING-1412 commit is svn revision 916419, and the

[jira] [Assigned] (SLING-2558) Potential Deadlocks may be caused by AdapterManager

2012-08-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-2558: --- Assignee: Carsten Ziegeler Potential Deadlocks may be caused by AdapterManager

[jira] [Commented] (SLING-2558) Potential Deadlocks may be caused by AdapterManager

2012-08-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13433130#comment-13433130 ] Carsten Ziegeler commented on SLING-2558: - Committed first version which uses a

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

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.5/1743/changes Changes: [cziegeler] SLING-2558 : Potential Deadlocks may be caused by AdapterManager -- [...truncated 434 lines...] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @

[jira] [Created] (SLING-2559) SlingHandlerManager uses setValue() on entries retrieved from a java.util.TreeMap

2012-08-13 Thread Justin Edelson (JIRA)
Justin Edelson created SLING-2559: - Summary: SlingHandlerManager uses setValue() on entries retrieved from a java.util.TreeMap Key: SLING-2559 URL: https://issues.apache.org/jira/browse/SLING-2559

[jira] [Resolved] (SLING-2484) Sling parent should map various plugin executions to ignore

2012-08-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2484. - Resolution: Fixed Fix Version/s: Parent 14 Thanks for your patch, Robert - it's

Jenkins build is unstable: sling-trunk-1.5 #1744

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.5/1744/changes

Jenkins build is still unstable: sling-trunk-1.5 » Apache Sling Launchpad Testing #1745

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.testing/1745/

Jenkins build is still unstable: sling-trunk-1.5 » Apache Sling Launchpad Testing WAR version #1745

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.testing-war/1745/

Jenkins build is still unstable: sling-trunk-1.5 #1745

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.5/changes

[jira] [Assigned] (SLING-2559) SlingHandlerManager uses setValue() on entries retrieved from a java.util.TreeMap

2012-08-13 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson reassigned SLING-2559: - Assignee: Justin Edelson SlingHandlerManager uses setValue() on entries retrieved

[jira] [Resolved] (SLING-2559) SlingHandlerManager uses setValue() on entries retrieved from a java.util.TreeMap

2012-08-13 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved SLING-2559. --- Resolution: Fixed Fix Version/s: JCR Webdav 2.1.2 fixed in r1372539

Build failed in Jenkins: sling-trunk-1.6 #1407

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/1407/changes Changes: [cziegeler] SLING-2484 : Sling parent should map various plugin executions to ignore. Apply patch from Robert Munteanu [cziegeler] Use latest snapshot version [cziegeler] SLING-2558 : Potential Deadlocks may be caused by

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

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.5/1746/changes Changes: [justin] SLING-2559 - avoiding the setValue() call by queueing updates to the handler map and then using putAll() -- [...truncated 3650 lines...] [INFO] [INFO] ---

Build failed in Jenkins: sling-trunk-1.6 #1408

2012-08-13 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/1408/changes Changes: [justin] SLING-2559 - avoiding the setValue() call by queueing updates to the handler map and then using putAll() -- [...truncated 1498 lines...] mojoSucceeded