[jira] Resolved: (SLING-1657) Installer integration tests should not rely on internal counters/state

2010-08-18 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1657?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-1657. - Resolution: Fixed Changed the tests to not rely on internals anymore in revision 986576

[jira] Created: (SLING-1666) Check and update tests

2010-08-18 Thread Carsten Ziegeler (JIRA)
Check and update tests -- Key: SLING-1666 URL: https://issues.apache.org/jira/browse/SLING-1666 Project: Sling Issue Type: Task Components: Installer Affects Versions: OSGi Installer 3.0.0

[jira] Commented: (SLING-1560) Improve and clean up code

2010-08-18 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899762#action_12899762 ] Carsten Ziegeler commented on SLING-1560: - Removed the statistics interface and the

Re: ConfigAdmin support in Launchpad...

2010-08-18 Thread Felix Meschberger
Hi, On 17.08.2010 21:51, Justin Edelson wrote: On 8/17/10 4:20 PM, Felix Meschberger wrote: Hi, Sounds like an interesting approach, too. I would really like to include the OSGi Install stuff together with this ResourceProvider and the new File Installer to be included with Sling 6. If we

Re: ConfigAdmin support in Launchpad...

2010-08-18 Thread Carsten Ziegeler
Felix Meschberger wrote I am not particularly keen on putting too much effort into something which will be thrown almost immediately. Rather I would suggest for Carsten to indicate whether he will succeed in-time for Sling 6 or whether we can be of any help to him getting this ready for

[jira] Commented: (SLING-1560) Improve and clean up code

2010-08-18 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899825#action_12899825 ] Carsten Ziegeler commented on SLING-1560: - Simplified the osgi installer task

[jira] Updated: (SLING-1593) Decouple authentication mechanism from JCR

2010-08-18 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-1593?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mike Müller updated SLING-1593: --- Attachment: SLING-1593b-postprocess-mykee.patch New patch as discussed on the maling list [1] [1]

[jira] Commented: (SLING-1542) Sling OCM bundle isn't exporting packages required to create OCM bean converters.

2010-08-18 Thread David Franke (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899840#action_12899840 ] David Franke commented on SLING-1542: - You are right. The same applies to:

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

2010-08-18 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-contrib-1.5/org.apache.sling$org.apache.sling.launchpad.contrib-testing/565/ -- [...truncated 6 lines...] [INFO] Deleting file-set:

Re: Sling API Release

2010-08-18 Thread Ian Boston
I havent said this before, so: +1, a good move imho. Thanks Ian On 17 Aug 2010, at 21:21, Felix Meschberger wrote: Hi all, Just so you know: I will create the release candidate for the Sling API tomorrow morning... This is the last chance to throw in a veto ;-) Regards Felix

[jira] Created: (SLING-1667) GSP script engine should use dynamic class loader

2010-08-18 Thread Justin Edelson (JIRA)
GSP script engine should use dynamic class loader - Key: SLING-1667 URL: https://issues.apache.org/jira/browse/SLING-1667 Project: Sling Issue Type: Improvement Components:

[VOTE] Release Sling API 2.1.0

2010-08-18 Thread Felix Meschberger
Hi, At long last here it is: The Sling API 2.1.0 release vote. We solved 25 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12314252 Staging repository: https://repository.apache.org/content/repositories/orgapachesling-124/ You can use this UNIX script to

Re: [VOTE] Release Sling API 2.1.0

2010-08-18 Thread Felix Meschberger
+1 Regards Felix On 18.08.2010 17:28, Felix Meschberger wrote: Hi, At long last here it is: The Sling API 2.1.0 release vote. We solved 25 issues in this release: https://issues.apache.org/jira/browse/SLING/fixforversion/12314252 Staging repository:

Re: what classloader should a ScriptEngine use?

2010-08-18 Thread Justin Edelson
On 8/18/10 1:40 AM, Carsten Ziegeler wrote: Justin Edelson wrote I implemented a simple GSP/GString ScriptEngine today and got tripped up with what ClassLoader to use during script evaluation. Currently, the code is using the ClassLoader of the groovy-all bundle. This has a dynamic import of

[jira] Resolved: (SLING-1667) GSP script engine should use dynamic class loader

2010-08-18 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1667?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved SLING-1667. --- Resolution: Fixed done in r986780 GSP script engine should use dynamic class loader

Re: [VOTE] Release Sling API 2.1.0

2010-08-18 Thread Ian Boston
+1 Signatures all check out ok, and API LGTM Ian On 18 Aug 2010, at 17:32, Felix Meschberger wrote: +1 Regards Felix On 18.08.2010 17:28, Felix Meschberger wrote: Hi, At long last here it is: The Sling API 2.1.0 release vote. We solved 25 issues in this release:

Failing Installer test (was Re: ConfigAdmin support in Launchpad...)

2010-08-18 Thread Justin Edelson
I fixed the ConfigInstallTest failure in the osgi.it module. Not sure if this is the one which has been failing for a long time. The problem is in the waitForConfiguration method of OsgiInstallerTestBase. The logic was: if (result != null ||!shouldBePresent) { break; } but this fails to take

[jira] Commented: (SLING-1560) Improve and clean up code

2010-08-18 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12899924#action_12899924 ] Justin Edelson commented on SLING-1560: --- fixed failing IT in r986813 Improve and

Re: Failing Installer test (was Re: ConfigAdmin support in Launchpad...)

2010-08-18 Thread Justin Edelson
On Wed, Aug 18, 2010 at 1:38 PM, Justin Edelson justinedel...@gmail.com wrote: I fixed the ConfigInstallTest failure in the osgi.it module. Not sure if this is the one which has been failing for a long time. The problem is in the waitForConfiguration method of OsgiInstallerTestBase. The

Hudson build became unstable: sling-trunk-1.6 #532

2010-08-18 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.6/532/changes

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

2010-08-18 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-installer-1.5/org.apache.sling$org.apache.sling.osgi.installer.it/97/changes

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

2010-08-18 Thread Apache Hudson Server
See https://hudson.apache.org/hudson/job/sling-trunk-1.5/839/changes

Re: Sling Resource/JCR Explorer

2010-08-18 Thread Mike Moulton
Clemens, Sorry I have not responded. I got sick over the weekend and just got back on my feet. Per Felix's request, I have sent over a CLA for my code. Your welcome to do with it what you will. At this point I do not have much time to aid in development work so I defer to you to organize

RE: Sling Resource/JCR Explorer

2010-08-18 Thread Clemens Wyss
My intent with the contribution was to simple get it out there in case there was anything useful for your development. thank you Clemens -Original Message- From: Mike Moulton [mailto:m...@meltmedia.com] Sent: Wednesday, August 18, 2010 11:49 PM To: dev@sling.apache.org Subject: