[RT] Using FileInstall

2010-08-04 Thread Carsten Ziegeler
with that directory. Note, that File Install is mainly used to get initial configuration into the system - so it's more bootstrapping - for everything else jcr install can be used. Or File Install is nice for all those scenarios where no repository is used :) WDYT? Carsten -- Carsten Ziegeler cziege

[VOTE] Grant Jean Christophe write access to the docs [was Re: Scheduler service problem]

2010-08-06 Thread Carsten Ziegeler
regards mike -Original Message- From: Federico Paparoni [mailto:federico.papar...@gmail.com] Sent: Thursday, August 05, 2010 10:04 AM To: us...@sling.apache.org Subject: Re: Scheduler service problem 2010/8/5 Carsten Ziegeler cziege...@apache.org Hi, the scheduler needs two

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Carsten Ziegeler
is probably the normal case (this is correct, as the map(request, path) call is aimed at relative URLs). Therefore additional methods on the request object make sense, I think. See https://issues.apache.org/jira/browse/SLING-1629 for a patch. WDYT? Regards, Alex -- Carsten Ziegeler cziege

Re: [VOTE] Grant Jean Christophe write access to the docs [was Re: Scheduler service problem]

2010-08-06 Thread Carsten Ziegeler
+1 Carsten Carsten Ziegeler wrote Hi, I would like to call a vote to give Jean Christophe write access to our documentation. He is volunteering to help in an area where we definitly need help and he also did some valuable docs in the past (together with me). So please cast your votes

[VOTE] Grant Alison write access to the docs

2010-08-06 Thread Carsten Ziegeler
Alison On Fri, Aug 6, 2010 at 8:08 AM, Carsten Ziegeler cziege...@apache.orgwrote: Hi, I would like to call a vote to give Jean Christophe write access to our documentation. He is volunteering to help in an area where we definitly need help and he also did some valuable docs in the past

Re: [VOTE] Grant Alison write access to the docs

2010-08-06 Thread Carsten Ziegeler
+1 Carsten Carsten Ziegeler wrote Hi, I would like to call another vote for a new documentation writer: Alison :) Like Jean Christophe she is volunteering to help us and has already made suggestions for improvements and helped with the docs. So please cast your votes. Regards

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Carsten Ziegeler
Alexander Klimetschek wrote On Fri, Aug 6, 2010 at 08:10, Carsten Ziegeler cziege...@apache.org wrote: What about a helper class (static methods) or a jsp taglib? I was preferring them on the request, as you then don't need to pass the request and things get shorter. A jsp taglib can also

Re: [RT] SlingHttpServletRequest.externalize() methods

2010-08-06 Thread Carsten Ziegeler
and it makes sense to add it to a more prominent place. But atm I doubt this. Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [RT] Using FileInstall

2010-08-06 Thread Carsten Ziegeler
Bertrand Delacretaz wrote On Wed, Aug 4, 2010 at 3:53 PM, Carsten Ziegeler cziege...@apache.org wrote: ...Now, I would like to extend this and just copy all files over, bundles will get into the same location, all other files go into a single install directory. The only bundle which we

Re: closing out remaining API 2.1.0 issues

2010-08-06 Thread Carsten Ziegeler
move the commons auth module out of commons as this module now depends on Sling API and therefore does not meet the criteria for commons :) Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Maven Launchpad Plugin : Support for other files than bundles

2010-08-06 Thread Carsten Ziegeler
and the launchpad plugin could just copy the src/main/resources directory - having a separate project for this stuff - and then just reference the dependency from the builder project. As this is a resource dependency the jar/zip gets extracted when included WDYT? Regards Carsten -- Carsten Ziegeler cziege

Re: [RT] Using FileInstall

2010-08-06 Thread Carsten Ziegeler
directory. WDYT? Regards Carsten -- Carsten Ziegeler cziege...@apache.org

[VOTE RESULT] Grant Jean Christophe write access to the docs [was Re: Scheduler service problem]

2010-08-09 Thread Carsten Ziegeler
The vote to grant Jean Christophe Kautzmann write access to our docs passed successfully with +1 votes from Carsten Ziegeler, Bertrand Delacretaz, Vidar Ramdal, Felix Meschberger, Eric Norman, and Justin Edelson. Welcome Jean Christophe :) Can you please send in an ICLA : http://www.apache.org

[VOTE RESULT] Grant Alison write access to the docs

2010-08-09 Thread Carsten Ziegeler
The vote to grant Alison Heimoz write access to our docs passed successfully with +1 votes from Carsten Ziegeler, Bertrand Delacretaz, Vidar Ramdal, Felix Meschberger, Eric Norman, and Justin Edelson. Welcome Alison :) Can you please send in an ICLA : http://www.apache.org/licenses/icla.txt

Re: [RT] Using FileInstall

2010-08-09 Thread Carsten Ziegeler
the disk space - but I see several advantages. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [RT] Using FileInstall

2010-08-09 Thread Carsten Ziegeler
Just forgot: It's correct that FileInstall lacks some features - right now this is just start level support; adding a similar support like we have atm in Sling should be easy and straightforward. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: Maven Launchpad Plugin : Support for other files than bundles

2010-08-09 Thread Carsten Ziegeler
Hi Justin, Justin Edelson wrote On Aug 6, 2010, at 11:41 AM, Carsten Ziegeler cziege...@apache.org wrote: Hi, does our maven launchpad plugin support including other artifacts than bundles by just listing them in the XML file? Assuming you're talking about src/main/bundles

Re: [VOTE RESULT] Grant Jean Christophe write access to the docs [was Re: Scheduler service problem]

2010-08-10 Thread Carsten Ziegeler
Jean Christophe's ICLA has been recorded as well and I granted him write access. Regards Carsten Carsten Ziegeler wrote The vote to grant Jean Christophe Kautzmann write access to our docs passed successfully with +1 votes from Carsten Ziegeler, Bertrand Delacretaz, Vidar Ramdal, Felix

Re: [RT] Using FileInstall

2010-08-10 Thread Carsten Ziegeler
to it - like we already have jcr support. Basically all we need is a simple bundle doing file scans and triggering the osgi installer. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: Maven Launchpad Plugin : Support for other files than bundles

2010-08-11 Thread Carsten Ziegeler
failed to see how this could be done in a general way so that it works for all generated artifacts. Do you have an idea how this could work? Regards Carsten -- Carsten Ziegeler cziege...@apache.org

[RT] API, settings and run mode

2010-08-11 Thread Carsten Ziegeler
might already use the run mode stuff can safely continue to do so as the new settings bundle would not interfere with the run mode bundle - you would just end up with two services doing the same stuff. If noone objects, I'll do these changes this week. Regards Carsten -- Carsten Ziegeler cziege

Re: NullPointerException in SlingSettingsServiceImpl

2010-08-15 Thread Carsten Ziegeler
workstation with the same versions of Java Tomcat it works. I'm not sure but might the cause be that engineBundle.getBundleContext() returns null and does anyone know of any reason why that might happen? /Pontus -- Carsten Ziegeler cziege...@apache.org

Re: NullPointerException in SlingSettingsServiceImpl

2010-08-15 Thread Carsten Ziegeler
Hi, I've committed a potential fix for the problem. It would be great, if you can give the latest trunk a try. Regards Carsten Carsten Ziegeler wrote Pontus Amberg wrote I just tried to deploy org.apache.sling.launchpad-6-SNAPSHOT.war built from the current trunk to a small Linux server

Re: ConfigAdmin support in Launchpad...

2010-08-17 Thread Carsten Ziegeler
osgi install be ready for this - so we have to go without osgi install. Though I really would love to have config support in launchpad it is not a must and should not block Sling 6. If we can't get it for Sling 6 we will have it for Sling 7. Carsten -- Carsten Ziegeler cziege...@apache.org

Re: what classloader should a ScriptEngine use?

2010-08-17 Thread Carsten Ziegeler
to an minimum. Our jsp and javascript implementations use this classloader. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: ConfigAdmin support in Launchpad...

2010-08-18 Thread Carsten Ziegeler
interfaces named ResourceProvider. Suggestions for alternate names welcome :) [2] http://codereview.appspot.com/1953045/ [3] This is only 50% true. -- Carsten Ziegeler cziege...@apache.org

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

2010-08-19 Thread Carsten Ziegeler
. Is it RemovedResourceDetectionTest? I saw that fail twice now, but haven't been able to reproduce it either while debugging or with pax.exam.log.level=DEBUG. Yes, this failed for me once but then never again. Maybe this is a timing problem. Regards Carsten -- Carsten Ziegeler cziege

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

2010-08-19 Thread Carsten Ziegeler
with jackrabbit 1.x as a workaround. It would just require to readd the events helper class. Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Sling API 2.1.0

2010-08-19 Thread Carsten Ziegeler
[ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open for 72 hours. Regards Felix -- Carsten Ziegeler cziege...@apache.org

Re: Sling 6 Release Plan

2010-08-22 Thread Carsten Ziegeler
:) ) soonish. Great! I'll have one important change to do before we could release the OSGi installer as this one affects the API; everything else can wait after the release. Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Apache Sling Web Console Branding 1.0.0 and Apache Sling Web Console Security Provider 1.0.0

2010-08-23 Thread Carsten Ziegeler
. Regards Felix -- Carsten Ziegeler cziege...@apache.org

Re: fixed the last (for me at least) failing installer test

2010-08-23 Thread Carsten Ziegeler
admin is still there, making the test fail. I changed this to simply stop all config admins :) Regards Carsten -- Carsten Ziegeler cziege...@apache.org

OSGi Installer API

2010-08-23 Thread Carsten Ziegeler
several changes add once, so maybe instead of having a addResource and removeResource method, just a updateResources([] addedResources, [] removedResources). WDYT? Carsten -- Carsten Ziegeler cziege...@apache.org

Re: fixed the last (for me at least) failing installer test

2010-08-23 Thread Carsten Ziegeler
a few test cycles in the next days, but I don't expect any new problems. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Apache Sling Auth Core 1.0.2

2010-08-24 Thread Carsten Ziegeler
to approve this release: [ ] +1 Approve the release [ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open for 72 hours. Regards Felix -- Carsten Ziegeler cziege...@apache.org

Re: [DISCUSS] Correct listing of resource children (follow up to SLING-1672)

2010-08-24 Thread Carsten Ziegeler
service.ranking property - the standard way of defining an order in such cases. Carsten -- Carsten Ziegeler cziege...@apache.org

[VOTE] Release Commons ClassLoader 1.2.0 and JCR ClassLoader 3.1.2

2010-08-25 Thread Carsten Ziegeler
the release [ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open for 72 hours. -- Carsten Ziegeler cziege...@apache.org

Re: osgi.installer integration tests are hanging

2010-08-25 Thread Carsten Ziegeler
org.apache.felix.framework - BundleEvent STARTED [FelixDispatchQueue] INFO org.apache.felix.framework - FrameworkEvent STARTED -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Commons ClassLoader 1.2.0 and JCR ClassLoader 3.1.2

2010-08-25 Thread Carsten Ziegeler
+1 Carsten Carsten Ziegeler wrote Hi, We solved some issues in the classloaders: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truepid=12310710fixfor=12314758 https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truepid=12310710fixfor=12314757 Staging

Re: [VOTE] Release Apache Sling Auth Core 1.0.0, Auth Form 1.0.0, Auth OpenID 1.0.0, Auth Selector 1.0.0

2010-08-27 Thread Carsten Ziegeler
+1 Carsten -- Carsten Ziegeler cziege...@apache.org

Re: Build failed in Hudson: sling-installer-1.5 #101

2010-08-27 Thread Carsten Ziegeler
in the project configuration? -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Apache Sling Engine 2.1.0, Apache Sling Adapter 2.0.6, Apache Sling Settings 1.0.0

2010-08-27 Thread Carsten Ziegeler
[ ] -1 Don't release, because ... This vote will be open for 72 hours. Regards Felix -- Carsten Ziegeler cziege...@apache.org

[VOTE RESULT] Release Commons ClassLoader 1.2.0 and JCR ClassLoader 3.1.2

2010-08-30 Thread Carsten Ziegeler
The vote to release Apache Sling Commons ClassLoader 1.2.0 Apache Sling JCR ClassLoader 3.1.2 passed successfully with four binding votes from Ian Boston, Carsten Ziegeler, Bertrand Delacretaz, and Felix Meschberger. Thanks for voting, I'll upload the artifacts asap. Regards Carsten -- Carsten

Re: [DISCUSS] WebDAV

2010-08-30 Thread Carsten Ziegeler
to have a version supporting the Jackrabbit DAVex protocol. +1 Carsten -- Carsten Ziegeler cziege...@apache.org

[VOTE] Release Commons Threads 3.0.2 and Sling Eventing 2.4.0

2010-09-01 Thread Carsten Ziegeler
/check_staged_release.sh Usage: sh check_staged_release.sh 005 /tmp/sling-staging Please vote to approve this release: [ ] +1 Approve the release [ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open for 72 hours. -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Commons Threads 3.0.2 and Sling Eventing 2.4.0

2010-09-01 Thread Carsten Ziegeler
+1 Approve the release Carsten -- Carsten Ziegeler cziege...@apache.org

Re: Can't prepare release...

2010-09-03 Thread Carsten Ziegeler
(https://svn.apache.org) Hi, this looks like your svn credentials are not correctly picked up by maven. So maybe you have to provide your svn user name and/or password to the maven release plugin. Out of the top of my head I think you can do this with -Duser=x -Dpassword=y HTH Carsten -- Carsten

Re: outstanding Sling 6 issues

2010-09-05 Thread Carsten Ziegeler
Felix Meschberger 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 with extensions for all request methods While

Re: [DISCUSS] Registering filters with Sling

2010-09-07 Thread Carsten Ziegeler
filters. Sounds ok to me, but if we rename the scope prop we should rename the order prop as well to avoid collisions. Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [DISCUSS] Registering filters with Sling

2010-09-07 Thread Carsten Ziegeler
Felix Meschberger wrote The order property has already been deprecated in favor of the OSGi standard service.ranking property (as of FELIX-1213). Perfect :) Carsten -- Carsten Ziegeler cziege...@apache.org

Re: No success trying Sling

2010-09-14 Thread Carsten Ziegeler
And at the end launching Sling of cause also fails because there is no jar file to be launched. Cheers, Andreas -- Carsten Ziegeler cziege...@apache.org

Re: David Mini CMS core (core) does not start (Re: No success trying Sling)

2010-09-14 Thread Carsten Ziegeler
Andreas Kuckartz wrote I had to manually install and start these two bundles using the console and now David Mini CMS is also running! org.apache.sling.commons.scheduler org.apache.sling.commons.threads Maybe we should add those to the launchpad by default? Carsten -- Carsten Ziegeler

Releasing installer bundles?

2010-09-14 Thread Carsten Ziegeler
if we include these bundles in SLING-6 or not; we now worked for several years on this stuff without any real release :) Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Commons Testing 2.0.6, OSGi Installer 3.0.0, JCR Installer 3.0.0, and File Installer 1.0.0

2010-09-17 Thread Carsten Ziegeler
for the testing bundle but stop for the installer stuff (not sure if it is possible to just promote a part of the staging repo) I would also like that the package names have something do to with the symbolic name. WDYT? Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Commons Testing 2.0.6, OSGi Installer 3.0.0, JCR Installer 3.0.0, and File Installer 1.0.0

2010-09-17 Thread Carsten Ziegeler
Hi, I cancel hereby the vote for the OSGi Installer, JCR Installer, and File Installer - I already removed the artifacts from the staging repository (thanks to Nexus this is possible). We continue with the vote for Commons Testing of course. Thanks for your support! Carsten -- Carsten

[VOTE RESULT] Release Commons Testing 2.0.6, OSGi Installer 3.0.0, JCR Installer 3.0.0, and File Installer 1.0.0

2010-09-20 Thread Carsten Ziegeler
Hi, the vote to release Carsten Ziegeler wrote - OSGi Installer 3.0.0 - JCR Installer 3.0.0 - File Installer 1.0.0 has been cancelled. However, the vote to release Commons Testing 2.0.6 passed successfully with +1 votes from Carsten Ziegeler (*), Stefan Seifert, Justin Edelson(*), Bertrand

Re: Launchpad port consistency

2010-09-20 Thread Carsten Ziegeler
a consistent port number, don't care much about 8080 or . Once I was used to , now I'm used to 8080 due to the sling launchpad app, so I would prefer 8080 :) But in the end it doesn't matter that much to me as long as it is consistent. Carsten -- Carsten Ziegeler cziege...@apache.org

Re: Fwd: Builds that have been failing for a while

2010-09-20 Thread Carsten Ziegeler
and licence) to the project. The module now pass. But I agree that we should use the same setup (the contrib testing currently uses for example 2.0.7-SNAPSHOT of the maven launchpad plugin; not sure if this is required) Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Installer Core 3.0.0, JCR Installer 3.0.0, and File Installer 1.0.0

2010-09-21 Thread Carsten Ziegeler
+1 Approve the release Carsten -- Carsten Ziegeler cziege...@apache.org

[VOTE RESULT] Release Installer Core 3.0.0, JCR Installer 3.0.0, and File Installer 1.0.0

2010-09-24 Thread Carsten Ziegeler
The vote to release Installer Core 3.0.0 JCR Installer 3.0.0 File Installer 1.0.0 passed successfully with four binding votes from Carsten Ziegeler, Felix Meschberger, Justin Edelson, and Mike Müller - and a non-binding vote from Stefan Seifert. Thanks for checking and voting! I'll publish

Re: Content Loader and Overwrite logic

2010-09-24 Thread Carsten Ziegeler
Ian Boston wrote On 24 Sep 2010, at 11:06, Carsten Ziegeler wrote: So if you want to update this content, you should update the corresponding bundle. Thats the bit thats not really working (unless I say overwrite:=true) Yes, right - that's why you should have overwrite:=true

Re: Node added event type filter applies to parent node

2010-09-27 Thread Carsten Ziegeler
of the node type of the child node being added (slingevent:Event). Is this the expected behaviour? On Mon, Sep 27, 2010 at 6:34 PM, Carsten Ziegeler cziege...@apache.org wrote: Funnily I stumbled across the same problem last week - actually the behaviour is correct. The spec states

Re: [VOTE] Release Sling Servlets Resolver 2.1.0, Servlets GET 2.1.0, Servlets POST 2.1.0

2010-10-04 Thread Carsten Ziegeler
+1 Carsten -- Carsten Ziegeler cziege...@apache.org

Re: svn commit: r1004345 - /sling/trunk/bundles/auth/core/src/main/java/org/apache/sling/auth/core/impl/SlingAuthenticator.java

2010-10-05 Thread Carsten Ziegeler
for browser than for some client tools :) But Justin has touched an important topic: we need to update or docs! Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [DISCUSS] switching off Basic Auth as default?

2010-10-06 Thread Carsten Ziegeler
-- Carsten Ziegeler cziege...@apache.org

Re: [RESULT] [VOTE] Release Sling Servlets Resolver 2.1.0, Servlets GET 2.1.0, Servlets POST 2.1.0

2010-10-08 Thread Carsten Ziegeler
Felix Meschberger wrote I will not continue publishing the artifacts. Hmm and I thought 1st of April is six months away... Carsten -- Carsten Ziegeler cziege...@apache.org

Re: releasing resource and servlet archetypes

2010-10-14 Thread Carsten Ziegeler
Great and thanks, Justin :) Carsten Justin Edelson wrote Does anyone see an issue with me releasing the resource and servlet archetypes? The launchpad archetypes should probably wait until Sling 6. Justin -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Commons Threads 3.1.0, Settings 1.0.2, Rewriter 1.0.0, I18n 2.0.2, Eventing 2.4.2

2010-10-15 Thread Carsten Ziegeler
So far we have two votes and just some hours to go. Anyone else? Thanks Carsten -- Carsten Ziegeler cziege...@apache.org

[VOTE RESULT] Release Commons Threads 3.1.0, Settings 1.0.2, Rewriter 1.0.0, I18n 2.0.2, Eventing 2.4.2

2010-10-15 Thread Carsten Ziegeler
The vote to release: Apache Sling Commons Threads 3.1.0 Apache Sling Settings 1.0.2 Apache Sling Eventing 2.4.2 Apache Sling Rewriter 1.0.0 Apache Sling I18n 2.0.2 passed with three +1 votes from Ian Boston, Justin Edelson, and Carsten Ziegeler. Many thanks for voting!! I'll upload

Scripting Releases

2010-10-18 Thread Carsten Ziegeler
For Sling-6 we need some releases of scripting stuff. As far as I can see, there is only a single bug open in this area. https://issues.apache.org/jira/browse/SLING-1545 As soon as we have this fixed I can take care of releasing this stuff. Anyone working on this? Regards Carsten -- Carsten

[VOTE] Apache Sling Scripting Core 2.0.12, Scripting JSP 2.0.10, Scripting JavaScript 2.0.8, and Scripting JSP Taglib 2.1.0

2010-10-19 Thread Carsten Ziegeler
/repos/asf/sling/trunk/check_staged_release.sh Usage: sh check_staged_release.sh 004 /tmp/sling-staging Please vote to approve this release: [ ] +1 Approve the release [ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open for 72 hours. Regards Carsten -- Carsten

Re: [VOTE] Apache Sling Scripting Core 2.0.12, Scripting JSP 2.0.10, Scripting JavaScript 2.0.8, and Scripting JSP Taglib 2.1.0

2010-10-19 Thread Carsten Ziegeler
+1 Approve the release Apache Sling Scripting Core 2.0.12 Apache Sling Scripting JavaScript 2.0.8 Apache Sling Scripting JSP 2.0.10 Apache Sling Scripting JSP-Taglib 2.1.0 Carsten -- Carsten Ziegeler cziege...@apache.org

Making emma stuff optional?

2010-10-19 Thread Carsten Ziegeler
be turned off by default. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Apache Sling Scripting Core 2.0.12, Scripting JSP 2.0.10, Scripting JavaScript 2.0.8, and Scripting JSP Taglib 2.1.0

2010-10-20 Thread Carsten Ziegeler
...@gmail.com wrote: +1 Thanks On 10/19/10 4:49 AM, Carsten Ziegeler wrote: Hi, this is the release vote for our scripting stuff for SLING-6. This vote is for the release of: Apache Sling Scripting Core 2.0.12 Apache Sling Scripting JavaScript 2.0.8 Apache Sling Scripting JSP 2.0.10

Re: [VOTE] Apache Sling Scripting Core 2.0.12, Scripting JSP 2.0.10, Scripting JavaScript 2.0.8, and Scripting JSP Taglib 2.1.0

2010-10-24 Thread Carsten Ziegeler
Thanks Justin - anyone else up for a vote? Thanks Carsten Justin Edelson wrote To be clear, my vote is -1 on scripting.core +1 on scripting.jsp +1 on scripting.javascript Justin On Oct 20, 2010, at 5:15 PM, Carsten Ziegeler cziege...@apache.org wrote: Justin Edelson wrote Can I

[VOTE RESULT] Apache Sling Scripting Core 2.0.12, Scripting JSP 2.0.10, Scripting JavaScript 2.0.8, and Scripting JSP Taglib 2.1.0

2010-10-25 Thread Carsten Ziegeler
Hi, the vote to release Apache Sling Scripting Core 2.0.12 has been dropped! However, the vote to release Apache Sling Scripting JavaScript 2.0.8 Apache Sling Scripting JSP 2.0.10 Apache Sling Scripting JSP-Taglib 2.1.0 has passed with +1 votes from Carsten Ziegeler, Justin Edelson, Mike

[VOTE] Release Apache Sling Scripting Core 2.0.14

2010-10-25 Thread Carsten Ziegeler
[ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open for 72 hours. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Apache Sling Scripting Core 2.0.14

2010-10-26 Thread Carsten Ziegeler
+1 Carsten Carsten Ziegeler wrote Hi, second try to release Scripting Core :) Please vote to release Apache Sling Scripting Core 2.0.14 Changes in the release: https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=truepid=12310710fixfor=12314797 Staging repository

Re: release managment help

2010-10-29 Thread Carsten Ziegeler
it worked (and then please change the docs). Yes, it changed - Release is now the new function to use. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [jira] Updated: (SLING-1594) Support CommonJS Modules i.e. the require function

2010-10-30 Thread Carsten Ziegeler
: https://issues.apache.org/jira/browse/SLING-1594 Project: Sling Issue Type: Improvement Components: Scripting Reporter: Lars Trieloff Assignee: Carsten Ziegeler Priority: Minor Fix For: Scripting JavaScript 2.0.8

[VOTE RESULT] Release Apache Sling Scripting Core 2.0.14

2010-11-02 Thread Carsten Ziegeler
The vote to release Apache Sling Scripting Core 2.0.14 passed with +1 votes from Justin Edelson, Carsten Ziegeler, Mike Müller, Ian Boston, and Felix Meschberger. No other votes have been cast. Thanks for voting, I'll upload the artifacts asap. Regards Carsten Carsten Ziegeler wrote Hi

Handling configuration changes in OSGi installer

2010-11-02 Thread Carsten Ziegeler
will write it to the repository at /apps/xyz. In the same way we could handle removals of configurations for example through the web console. The provider listens for such changes and then removes the configuration from the persistent storage. WDYT? Regards Carsten -- Carsten Ziegeler cziege

Re: Handling configuration changes in OSGi installer

2010-11-03 Thread Carsten Ziegeler
that originally did not come from a provider. Regards Carsten Carsten Ziegeler wrote Hi, currently our OSGi installer is a one way solution: things are picked up by the providers (jcr, file etc.) and installed through the OSGi installer core. Whenever something is changed through the providers

Re: [VOTE] Release Apache Sling JCR Access Manager 2.1.0, JCR User Manager 2.1.0, JCR WebDAV support 2.1.0, and JCR DavEX support 1.0.0

2010-11-04 Thread Carsten Ziegeler
this release: [ ] +1 Approve the release [ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open for 72 hours. Thanks Justin -- Carsten Ziegeler cziege...@apache.org

Re: blocking Charles L. Fields?

2010-11-05 Thread Carsten Ziegeler
I already informed infra, they want to see the attachments before doing something. Regards Carsten Mike Müller wrote Hi Isn't it possible to block the account of Charles L. Fields in JIRA? seems to be only a spam account. best regards mike -- Carsten Ziegeler cziege...@apache.org

Re: [Fwd: Fwd: [ANN] Apache parent 8, Maven Parent 18, apache-source-release-assembly-descriptor 1.0.3 Released]

2010-12-06 Thread Carsten Ziegeler
+1 Carsten Felix Meschberger wrote Hi, We might want to upgrade Sling Parent POM 10 to use Apache parent 8. WDYT ? Regards Felix -- Carsten Ziegeler cziege...@apache.org

Towards a Sling 6

2010-12-07 Thread Carsten Ziegeler
6, but discovered problems after that: Api Adapter Auth.* Commons and JCR Classloader Engine and jcr content loader are on this list as well, but I would include them in a second round. So, my question is, is anything preventing us from releasing those artifacts? Regards Carsten -- Carsten

Re: Tutorial Getting Resources and Properties in Sling

2010-12-08 Thread Carsten Ziegeler
to the Sling tutorials on how to get resources and properties in Sling [1], after validating with Felix. Shall I announce it on us...@sling.apache.org? Cheers JC [1] http://sling.apache.org/site/getting-resources-and-properties-in-sling.html -- Carsten Ziegeler cziege...@apache.org

Re: Howto communicate with Sling bundles/services from outside OSGi?

2010-12-08 Thread Carsten Ziegeler
and I had a fragment bundle for this) and then I could call these objects from within OSGi services. But obviously this is a very special solution which was fine in my case but is maybe not suited for a general case :) Carsten -- Carsten Ziegeler cziege...@apache.org

[VOTE] Release Sling Parent 10, API 2.2, Adapter 2.0.8, Commons Classloader 1.2.2, and JCR Classloader 3.1.4

2010-12-08 Thread Carsten Ziegeler
the release [ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open for 72 hours. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Sling Parent 10, API 2.2, Adapter 2.0.8, Commons Classloader 1.2.2, and JCR Classloader 3.1.4

2010-12-08 Thread Carsten Ziegeler
Carsten Ziegeler wrote Hi, this is another set of releases for SLING-6 This vote is for the release of: - Apache Sling Parent POM 10 [1] - Apache Sling Commons Classloader 1.2.2 [2] - Apache Sling API 2.2.0 [3] - Apache Sling Adapter 2.0.8 [4] - Apache Sling JCR Classloader 3.1.4 [5

[VOTE RESULT] Release Sling Parent 10, API 2.2, Adapter 2.0.8, Commons Classloader 1.2.2, and JCR Classloader 3.1.4

2010-12-12 Thread Carsten Ziegeler
The vote to release - Apache Sling Parent POM 10 [1] - Apache Sling Commons Classloader 1.2.2 [2] - Apache Sling API 2.2.0 [3] - Apache Sling Adapter 2.0.8 [4] - Apache Sling JCR Classloader 3.1.4 [5] passed with +1 votes from Carsten Ziegeler, Ian Boston, Felix Meschberger, and Mike Müller

Re: Replacing jackrabbit with other JCR implementation

2010-12-13 Thread Carsten Ziegeler
into the javax.jcr.RepositoryFactory? Would we rely on default props? Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Release Apache Sling Launchpad Maven Plugin 2.0.8

2010-12-14 Thread Carsten Ziegeler
-staging Please vote to approve this release: [ ] +1 Approve the release [ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open for 72 hours. -- Carsten Ziegeler cziege...@apache.org

[VOTE] Release auth modules and JCR ContentLoader

2010-12-15 Thread Carsten Ziegeler
://svn.apache.org/repos/asf/sling/trunk/check_staged_release.sh Usage: sh check_staged_release.sh 025 /tmp/sling-staging Please vote to approve this release: [ ] +1 Approve the release [ ] 0 Don't care [ ] -1 Don't release, because ... This vote will be open for 72 hours. Regards Carsten -- Carsten

Re: [VOTE] Release auth modules and JCR ContentLoader

2010-12-16 Thread Carsten Ziegeler
Carsten Ziegeler wrote This vote is about the release of: - Apache Sling Auth Core 1.0.4 [1] - Apache Sling Auth Selector 1.0.2 [2] - Apache Sling Auth Form 1.0.2 [3] - Apache Sling Auth OpenId 1.0.2 [4] - Apache Sling JCR ContentLoader 2.1.2 [5] +1 Approve the release Carsten

[VOTE] Releases for Sling 6

2010-12-16 Thread Carsten Ziegeler
... This vote will be open for 72 hours. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [VOTE] Releases for Sling 6

2010-12-16 Thread Carsten Ziegeler
Carsten Ziegeler wrote - Apache Sling Commons Compiler 2.0.0 [1] - Apache Sling I18n 2.0.4 [2] - Apache Sling Commons Json 2.0.6 [3] - Apache Sling Commons Log 2.1.0 [4] - Apache Sling Scripting Java 2.0.0 [5] - Apache Sling Scripting JST 2.0.4 - First release - Apache Sling Scripting API

[VOTE RESULT] Release auth modules and JCR ContentLoader

2010-12-19 Thread Carsten Ziegeler
The vote to release: - Apache Sling Auth Core 1.0.4 - Apache Sling Auth Selector 1.0.2 - Apache Sling Auth Form 1.0.2 - Apache Sling Auth OpenId 1.0.2 - Apache Sling JCR ContentLoader 2.1.2 passed successfully with binding +1 votes from Carsten Ziegeler, Felix Meschberger, Bertrand Delacretaz

[VOTE RESULT] Releases for Sling 6

2010-12-19 Thread Carsten Ziegeler
- Apache Sling Scripting JavaScript 2.0.10 - Apache Sling JCR Compiler 2.0.0 passed successfully with binding +1 votes from Carsten Ziegeler, Felix Meschberger, and Bertrand Delacretaz. I'll upload the artifacts asap. Thanks for voting Regards Carsten -- Carsten Ziegeler cziege...@apache.org

  1   2   3   4   5   6   7   8   9   10   >