[jira] Resolved: (SLING-1728) ServiceCache is prone to deadlocks

2010-09-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1728. -- Resolution: Fixed Applied the second version of the patch in Rev. 992946.

Re: [SLING-1729] Use of SecureRandom

2010-09-06 Thread Felix Meschberger
Hi, I have run both your tests with no differing behaviour. I got non-blocking results when setting the java.security.egd system property as follows: -Djava.security.egd=file:/dev/./urandom Note /./ notation, which seems to be required to not have Java use /dev/urandom as an alias for

Re: outstanding Sling 6 issues

2010-09-06 Thread Vidar Ramdal
On Fri, Sep 3, 2010 at 9:56 PM, Felix Meschberger fmesc...@gmail.com wrote: Hi, On 02.09.2010 14:07, Carsten Ziegeler wrote: Justin Edelson  wrote Servlets * SLING-1069 - Servlets registered with default resource type responds to all extensions * SLING-892 - Allow servlets to be regsitered

[jira] Created: (SLING-1730) Move jQuery Explorer to bundles

2010-09-06 Thread JIRA
Move jQuery Explorer to bundles --- Key: SLING-1730 URL: https://issues.apache.org/jira/browse/SLING-1730 Project: Sling Issue Type: Task Reporter: Mike Müller Assignee: Mike Müller

[SLING-1730] Configure JIRA for Sling Explorer

2010-09-06 Thread Mike Müller
Hi As we move jQuery Explorer to the bundles/extensions section I would like to make a first release 1.0.0. Can someone with more JIRA karma create a Sling Explorer 1.0.0 component. I would rather rename the jQuery Explorer to Sling Explorer which also shows that it's not a pure JCR explorer

[jira] Created: (SLING-1731) Sling Explorer: cannot edit nodes using Chrome

2010-09-06 Thread Bertrand Delacretaz (JIRA)
Sling Explorer: cannot edit nodes using Chrome -- Key: SLING-1731 URL: https://issues.apache.org/jira/browse/SLING-1731 Project: Sling Issue Type: Bug Components: Extensions

[jira] Updated: (SLING-1731) Sling Explorer: cannot edit nodes using Chrome

2010-09-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz updated SLING-1731: --- Attachment: SLING-1731-chrome.jpg Screenshot with Chrome Sling Explorer: cannot

[jira] Closed: (SLING-1731) Sling Explorer: cannot edit nodes using Chrome

2010-09-06 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz closed SLING-1731. -- Sling Explorer: cannot edit nodes using Chrome

[jira] Commented: (SLING-1700) contrib/scripting/velocity embeds velocity, causing classloading issue at runtime

2010-09-06 Thread Olaf Otto (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906469#action_12906469 ] Olaf Otto commented on SLING-1700: -- r990926 works, thanks! However, I'd really appreciate

[jira] Updated: (SLING-1729) FormAuthenticationHandler activation may take a long time

2010-09-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-1729: - Attachment: SLING-1729.patch Patch implementing a faster mechanism to seed the

Re: [SLING-1729] Use of SecureRandom

2010-09-06 Thread Felix Meschberger
Hi, I have implemented a different method to generate a seed value for the SecureRandom number generator and attached to SLING-1729 [1]. This method is not used by default and must be explicitly enabled using configuration. Does this make sense ? Regards Felix [1]

Re: spring application in sling

2010-09-06 Thread Felix Meschberger
Hi, Not having tested it, but you might want to consider the Pax Web project [1]. The have both an OSGi HttpService implementation and an extender based on Jetty 6. Regards Felix [1] http://wiki.ops4j.org/display/paxweb/Pax+Web On 03.09.2010 17:03, Victor Taranenko wrote: I think native

Hudson build is back to stable : sling-trunk-1.5 #875

2010-09-06 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.5/875/changes

Hudson build is back to stable : sling-trunk-1.5 » Apache Sling OSGi Installer Integration Tests #875

2010-09-06 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.osgi.installer.it/875/

Build failed in Hudson: sling-contrib-1.5 » Apache Sling Launchpad Contrib Testing #591

2010-09-06 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-contrib-1.5/org.apache.sling$org.apache.sling.launchpad.contrib-testing/591/ -- [...truncated 16 lines...] [INFO] Copying bundle from

Build failed in Hudson: sling-contrib-1.5 #591

2010-09-06 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-contrib-1.5/591/changes Changes: [mykee] [maven-release-plugin] prepare for next development iteration [mykee] [maven-release-plugin] prepare release org.apache.sling.scripting.velocity-2.0.0 --

RE: [SLING-1730] Configure JIRA for Sling Explorer

2010-09-06 Thread Mike Müller
Hi Bertrand Hi Mike, On Mon, Sep 6, 2010 at 10:12 AM, Mike Müller mike...@mysign.ch wrote: ...As we move jQuery Explorer to the bundles/extensions section I would like to make a first release 1.0.0. Can someone with more JIRA karma create a Sling Explorer 1.0.0 component... I gave

RE: Can't prepare release...

2010-09-06 Thread Mike Müller
Hi Carsten Thanxs for the help. I don't why credentials are not taken from my settings.xml so far, but it now works for me... best regards mike -Original Message- From: Carsten Ziegeler [mailto:cziege...@apache.org] Sent: Friday, September 03, 2010 3:47 PM To: dev@sling.apache.org

Re: [SLING-1729] Use of SecureRandom

2010-09-06 Thread Ian Boston
Yes LvGTM, I like the MD5 of tmp names to create non sequential entropy. I am almost tempted to say this should be on by default. Ian On 6 Sep 2010, at 10:57, Felix Meschberger wrote: Hi, I have implemented a different method to generate a seed value for the SecureRandom number generator

Re: [SLING-1730] Configure JIRA for Sling Explorer

2010-09-06 Thread Felix Meschberger
Hi, hmmm, maybe you require project admin role, which I granted you now. Regards Felix On 06.09.2010 12:59, Mike Müller wrote: Hi Bertrand Hi Mike, On Mon, Sep 6, 2010 at 10:12 AM, Mike Müller mike...@mysign.ch wrote: ...As we move jQuery Explorer to the bundles/extensions section I

[jira] Resolved: (SLING-1729) FormAuthenticationHandler activation may take a long time

2010-09-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1729?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-1729. -- Resolution: Fixed Applied the patch in Rev. 993004. For now, I keep this

[jira] Assigned: (SLING-1213) Filters to support servlet-API-level scope configuration

2010-09-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1213?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-1213: Assignee: Felix Meschberger Filters to support servlet-API-level scope

RE: [SLING-1730] Configure JIRA for Sling Explorer

2010-09-06 Thread Mike Müller
Hi Felix Thanxs, seems to work now. Would it be okay, to name the Release Extensions Sling Explorer 1.0.0 or should it be named only Sling Explorer 1.0.0? best regards mike -Original Message- From: Felix Meschberger [mailto:fmesc...@gmail.com] Sent: Monday, September 06, 2010 1:27

Hudson build became unstable: sling-trunk-1.5 » Apache Sling OSGi Installer Integration Tests #876

2010-09-06 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.osgi.installer.it/876/

Hudson build became unstable: sling-trunk-1.5 #876

2010-09-06 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.5/876/changes

Re: Can't prepare release...

2010-09-06 Thread Justin Edelson
AFAIK, your subversion credentials aren't taken from settings.xml; Maven just delegates everything to the Subversion command line client which has its own credentials cache. What subversion client do you use normally? Justin On Mon, Sep 6, 2010 at 7:01 AM, Mike Müller mike...@mysign.ch wrote:

RE: Can't prepare release...

2010-09-06 Thread Mike Müller
Hi Justin I use SilkSVN. Maybe second commit will work without the hack because - as you said - the credentials are cached by SilkSVN... best regards mike -Original Message- From: justinedel...@gmail.com [mailto:justinedel...@gmail.com] On Behalf Of Justin Edelson Sent: Monday,

[jira] Closed: (SLING-1426) Spurious wakeups are not handled correctly

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1426. --- Spurious wakeups are not handled correctly --

[jira] Closed: (SLING-1687) JobStatusProvider should lazy load events when returning

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1687. --- JobStatusProvider should lazy load events when returning

[jira] Closed: (SLING-1537) Illegal job topics are not handled correctly

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1537. --- Illegal job topics are not handled correctly

[jira] Closed: (SLING-1685) Method to force remove a job

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1685?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1685. --- Method to force remove a job Key: SLING-1685

[jira] Closed: (SLING-1518) Fix JMock 2.5.1 compatibility issue

2010-09-06 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-1518. --- Fix JMock 2.5.1 compatibility issue --- Key:

Re: Can't prepare release...

2010-09-06 Thread Justin Edelson
I'm not sure why they wouldn't be cached in the first place. SilkSVN is just a Windows distribution of the Subversion binaries, right? I've seen weird things with SVNKit-based clients where an alternate credentials cache is used, but that doesn't appear to be the case here. If you continue to run

[OT] Re: Can't prepare release...

2010-09-06 Thread Felix Meschberger
Hi, On 06.09.2010 16:25, Justin Edelson wrote: I'm not sure why they wouldn't be cached in the first place. SilkSVN is just a Windows distribution of the Subversion binaries, right? I've seen weird things with SVNKit-based clients where an alternate credentials cache is used, but that doesn't

Re: [OT] Re: Can't prepare release...

2010-09-06 Thread Justin Edelson
On 9/6/10 10:40 AM, Felix Meschberger wrote: Hi, On 06.09.2010 16:25, Justin Edelson wrote: I'm not sure why they wouldn't be cached in the first place. SilkSVN is just a Windows distribution of the Subversion binaries, right? I've seen weird things with SVNKit-based clients where an

Re: [SLING-1729] Use of SecureRandom

2010-09-06 Thread Justin Edelson
How about adding a log message on component activation (if fast seeding is off) which says something like The generation of securely random numbers on some operating systems can take up to several minutes depending upon environment factors. If this is a problem for you, set the system property

[jira] Created: (SLING-1732) Scripted java servlets contain incorrect debug information

2010-09-06 Thread Stefan Guggisberg (JIRA)
Scripted java servlets contain incorrect debug information -- Key: SLING-1732 URL: https://issues.apache.org/jira/browse/SLING-1732 Project: Sling Issue Type: Bug Components:

[VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-06 Thread Justin Edelson
Hi, We solved a total of 33 issues in these releases: JCR API - 1 issue: https://issues.apache.org/jira/browse/SLING/fixforversion/12314564 JCR Base - 6 issues: https://issues.apache.org/jira/browse/SLING/fixforversion/12314768 JCR Content Loader - 16 issues:

Re: [VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-06 Thread Ian Boston
Artefacts all check out Ok and release lgtm +1 Ian On 6 Sep 2010, at 16:10, Justin Edelson wrote: Hi, We solved a total of 33 issues in these releases: JCR API - 1 issue: https://issues.apache.org/jira/browse/SLING/fixforversion/12314564 JCR Base - 6 issues:

Re: [VOTE] Release Apache Sling JCR API, JCR Base, JCR Content Loader, and Jackrabbit Server 2.1.0

2010-09-06 Thread Victor Taranenko
+1. Thanks -- *Regards,* *Victor Taranenko* 2010/9/6 Justin Edelson jus...@apache.org Hi, We solved a total of 33 issues in these releases: JCR API - 1 issue: https://issues.apache.org/jira/browse/SLING/fixforversion/12314564 JCR Base - 6 issues:

Re: [SLING-1729] Use of SecureRandom

2010-09-06 Thread Felix Meschberger
Good idea. Will do that. Thanks. Regards Felix On 06.09.2010 17:10, Justin Edelson wrote: How about adding a log message on component activation (if fast seeding is off) which says something like The generation of securely random numbers on some operating systems can take up to several

[DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Eric Norman
Hi All, This seems kind of similar to* SLING-1672https://issues.apache.org/jira/browse/SLING-1672 * which has been marked as resolved. However, with the latest trunk code, I am still running into some difficulties when multiple bundles are providing Sling-Bundle-Resources with the same path. I

[jira] Commented: (SLING-1697) Log the start of each test class run

2010-09-06 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12906560#action_12906560 ] Felix Meschberger commented on SLING-1697: -- Improved logging in Rev. 993119 to

Re: [DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Vidar Ramdal
On 06.09.2010 19:48, Eric Norman wrote: Hi All, This seems kind of similar to* SLING-1672https://issues.apache.org/jira/browse/SLING-1672 * which has been marked as resolved.  However, with the latest trunk code, I am still running into some difficulties when multiple bundles are providing

[jira] Created: (SLING-1733) BundleResourceProvider fails to find resources when multiple bundles have the same Sling-Bundle-Resources path

2010-09-06 Thread Eric Norman (JIRA)
BundleResourceProvider fails to find resources when multiple bundles have the same Sling-Bundle-Resources path -- Key: SLING-1733 URL:

[jira] Updated: (SLING-1733) BundleResourceProvider fails to find resources when multiple bundles have the same Sling-Bundle-Resources path

2010-09-06 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman updated SLING-1733: --- Attachment: SLING-1733.patch SLING-1733.patch is a proposed patch for review.

Re: [DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Eric Norman
Ok. I spent some time debugging this and the problem was happening because the BundleResourceProvider.listChildren(parent) method was trying to get the list of children directly from the parent resource when the parent was a BundleResource. However, in this case, the parent resource was loaded

Re: [DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Eric Norman
Hi Vidar, My proposed patch affects only the BundleResourceProvider so I don't think it would affect the scenario you have described. Regards, Eric On Mon, Sep 6, 2010 at 1:30 PM, Vidar Ramdal vi...@idium.no wrote: On 06.09.2010 19:48, Eric Norman wrote: Hi All, This seems kind of

Re: [DISCUSS] ResourceResolver with multiple resource providers bound to the same path?

2010-09-06 Thread Justin Edelson
And all of the SLING-1672-related changes should only impact listChildren(), not individual resource resolution. So the use of the file system provider to shadow resources from JCR should remain unchanged. Justin On Sep 6, 2010, at 6:29 PM, Eric Norman eric.d.nor...@gmail.com wrote: Hi

[jira] Assigned: (SLING-1158) page.....html resolves to same resource as page.html

2010-09-06 Thread Eric Norman (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1158?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric Norman reassigned SLING-1158: -- Assignee: (was: Eric Norman) page.html resolves to same resource as page.html