Re: JCR SQL2 query in LockManager?

2011-03-21 Thread Justin Edelson
On Sat, Mar 19, 2011 at 11:23 AM, Carsten Ziegeler cziege...@apache.org wrote: Justin Edelson  wrote While looking at the threads web console plugin (my best friend as of late), I noticed that the org.apache.sling.event.impl.jobs.jcr.LockManager component was taking a long time to activate.

[jira] [Commented] (SLING-2030) LockManager uses SQL2 query

2011-03-21 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13009131#comment-13009131 ] Justin Edelson commented on SLING-2030: --- patch applied in r1083791 LockManager

Re: JCR SQL2 query in LockManager?

2011-03-21 Thread Justin Edelson
Thanks for the suggestion, but I don't think that'd work in this case as the unlock method seems to want to unlock *all* locked nodes. But as I said below, the event bundle isn't my bag, so I might be wrong about this. Justin On Mon, Mar 21, 2011 at 10:12 AM, Ruben Reusser r...@headwire.com

[jira] [Commented] (SLING-1967) Document possibility of caching in Adaptable

2011-03-21 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1967?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13009176#comment-13009176 ] Bertrand Delacretaz commented on SLING-1967: FWIW, I've been bitten by this as

Jenkins build is back to normal : sling-trunk-1.5 » Apache Sling Sample Integration Tests #1155

2011-03-21 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.testing.samples.integrationtests/1155/

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

2011-03-21 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.testing/1155/

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

2011-03-21 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.6/838/ -- Started by an SCM change Building remotely on ubuntu1 FATAL: Unable to call fetch2. Invalid object ID 69539 java.lang.IllegalStateException: Unable to call fetch2. Invalid object ID 69539

Re: [jira] [Commented] (SLING-1967) Document possibility of caching in Adaptable

2011-03-21 Thread Felix Meschberger
Hi, Am Montag, den 21.03.2011, 15:34 + schrieb Bertrand Delacretaz (JIRA): FWIW, I've been bitten by this as well and it took quite a while to figure out. I haven't studied the details yet but adding a doNotCache parameter to the adaptTo call might help make things more explicit. I don't

Re: [jira] [Commented] (SLING-1967) Document possibility of caching in Adaptable

2011-03-21 Thread Alexander Klimetschek
On 21.03.11 19:12, Felix Meschberger fmesc...@adobe.com wrote: I don't really like this because it adds connotations which might not be valid and may even indicate wrong usage of the adaptTo method/mechanism. The idea of adapTo is to return adapted object in disguise. As such it is probably