Re: Using JSTL core taglib

2008-12-16 Thread Carsten Ziegeler
kes sense. > Yes, and we have https://issues.apache.org/jira/browse/SLING-156 already for this :) Carsten -- Carsten Ziegeler cziege...@apache.org

Re: [RT] Handling html output

2008-12-14 Thread Carsten Ziegeler
format, being this html, xml, pdf, whatever. We would end up with adding special methods for each "relevant" output format. And in turn require implementors to implement these methods over and over again instead of doing it exactly once for an output format. Carsten -- Carsten Ziegeler cziege...@apache.org

[RT] Handling html output

2008-12-13 Thread Carsten Ziegeler
Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Re: Data Validation

2008-12-12 Thread Carsten Ziegeler
rything is valid the servlet just forwards to the sling post servlet. For registering your servlet, it should set the property "sling.servlet.selectors" to "form" and the property "sling.servlet.methods" to POST, so all POST requests having the selector "form" in the url are handled by this servlet. HTH Carsten -- Carsten Ziegeler cziege...@apache.org

[jira] Closed: (SLING-771) Upgrade to latest Felix framework release

2008-12-12 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-771?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-771. -- Resolution: Duplicate This is a duplicate of SLING-712 > Upgrade to latest Felix framew

[jira] Created: (SLING-771) Upgrade to latest Felix framework release

2008-12-12 Thread Carsten Ziegeler (JIRA)
Affects Versions: Launchpad Base 2.0.2 Reporter: Carsten Ziegeler Fix For: Launchpad Base 2.0.4 As discussed in the mailing list updating to the latest Felix framework should bring some improvements. -- This message is automatically generated by JIRA. - You can reply to

[jira] Updated: (SLING-766) Initial Content should not be removed on bundle stop

2008-12-11 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-766?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-766: --- Fix Version/s: (was: JCR Jackrabbit Server 2.0.4) JCR Contentloader

[jira] Created: (SLING-766) Initial Content should not be removed on bundle stop

2008-12-11 Thread Carsten Ziegeler (JIRA)
Contentloader Affects Versions: JCR Contentloader 2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: JCR Jackrabbit Server 2.0.4 Currently the initial content is removed on a bundle stop - while this is logically ok (content is installed on bundle

[jira] Closed: (SLING-764) Deadlock when more than three job queues are used.

2008-12-09 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-764?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-764. -- Resolution: Fixed Fixed in revision 724794 Add an own thread pool service and change

[jira] Created: (SLING-764) Deadlock when more than three job queues are used.

2008-12-09 Thread Carsten Ziegeler (JIRA)
Versions: Extensions Event 2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: Extensions Event 2.0.4 The current thread pool config has a limit of 10 threads with an unbounded queue, in this case if 10 threads are running and another one is

Re: Data Validation

2008-12-09 Thread Carsten Ziegeler
> actualResourcePath, "sling/servlet/default"); >rd.forward(request, response); > } else { >// draw the form with messages > } > > If you plan to use the forward (which is a good way of handling this), you have to use latest Sling from svn trunk. The released version does not implement the forward. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Closed: (SLING-759) Don't synchronize on jcr sessions

2008-12-04 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-759?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-759. -- Resolution: Fixed Fixed in revision723362 > Don't synchronize on jcr

[jira] Created: (SLING-759) Don't synchronize on jcr sessions

2008-12-04 Thread Carsten Ziegeler (JIRA)
2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: Engine 2.0.4 As some jcr implementations synchronize themselves on the jcr session it's better to not base own sync code on a session. (However as the session is wrapped in Sling this sh

[jira] Commented: (SLING-757) changing default access rights not possible

2008-12-04 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653323#action_12653323 ] Carsten Ziegeler commented on SLING-757: There is no official release yet of

[jira] Commented: (SLING-757) changing default access rights not possible

2008-12-04 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653319#action_12653319 ] Carsten Ziegeler commented on SLING-757: Ah so you're using the versio

[jira] Commented: (SLING-757) changing default access rights not possible

2008-12-04 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653311#action_12653311 ] Carsten Ziegeler commented on SLING-757: I guess this is an old bug of

[jira] Closed: (SLING-758) Thread Pool Policy is always abort

2008-12-04 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-758?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-758. -- Resolution: Fixed Fixed in revision 723309 > Thread Pool Policy is always ab

[jira] Created: (SLING-758) Thread Pool Policy is always abort

2008-12-04 Thread Carsten Ziegeler (JIRA)
Threads 2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: Commons Threads 2.0.4 Regardless of the thread pool block policy, always the abort handler is used. -- This message is automatically generated by JIRA. - You can reply to this email to

[jira] Commented: (SLING-756) Bundle startup becomes very slow with many bundles present

2008-12-04 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-756?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12653242#action_12653242 ] Carsten Ziegeler commented on SLING-756: Not sure if this is the problem, b

[jira] Commented: (SLING-753) Create new launchpad package project

2008-12-03 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-753?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12652722#action_12652722 ] Carsten Ziegeler commented on SLING-753: What about using deployment pack

Re: [jira] Created: (SLING-752) JcrResourceResolver2 resolve(String) method not API conform

2008-12-02 Thread Carsten Ziegeler
y difference is that the latter returns null in the case of a non existing resource we might also forget about this method completly :) Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Re: List of available resource types

2008-12-01 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: > Hi, > > On Mon, Dec 1, 2008 at 8:52 AM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: >> ...if you want to display some random data contained in the >> repository, the primary node type is used as it is very likely that you >> don'

Re: List of available resource types

2008-11-30 Thread Carsten Ziegeler
ly would rather tell new people to use script resolution based on node types than using a special property. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Re: List of available resource types

2008-11-30 Thread Carsten Ziegeler
ty with nt:unstructured? Of course each use case is different and might require a different solution. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Re: Servlet Resolution

2008-11-30 Thread Carsten Ziegeler
pdate the > content. Submitting the form would POST to /content/feedback.mail.html > and should thus not store any form input but trigger the mail/POST.esp > script. > > I have prepared a prototype implementation of this new mechanism in my > sandbox at [1]. > > A nice side effect of this prototype is, that it is much simpler codewise. > Sounds great :) +1 Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Re: Replacing JcrResourceResolverFactory by a Sling ResourceResolverFactory

2008-11-18 Thread Carsten Ziegeler
Sounds reasonable. Not sure, whether we > have to "codify" this ? Hmm, I was rather thinking that the "main" or "leading" factory is able to add any properties to the login, like a db user and password or something like that. All we need for this is that we allow "login" to modify the map and pass the modified map to other factories. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Updating to Felix 1.4.0

2008-11-12 Thread Carsten Ziegeler
Hi, I think we should update to latest Felix implementation (1.4.0). It comes with some improvements over 1.0.4 and the problems we had with 1.2.0 should be fixed now. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Re: Replacing JcrResourceResolverFactory by a Sling ResourceResolverFactory

2008-11-11 Thread Carsten Ziegeler
gin. Perhaps we could add some plugin mechanism here to add credentials based on a successful login into one provider? I haven't thought this through yet, these are just my first unsorted comments :) Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Re: Replacing JcrResourceResolverFactory by a Sling ResourceResolverFactory

2008-11-10 Thread Carsten Ziegeler
e comments soon. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Closed: (SLING-714) Make jcr property adaptable to array types

2008-10-27 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-714?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-714. -- Resolution: Fixed adaptTo on a jcr property now supports String[], Boolean[], Long[], Double

[jira] Created: (SLING-714) Make jcr property adaptable to array types

2008-10-27 Thread Carsten Ziegeler (JIRA)
Versions: JCR Resource 2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: JCR Resource 2.0.4 The jcr property is currently only adaptable to single values. If the property is a multi value property it would be nice to adapt this to arrays

[jira] Closed: (SLING-339) Implement job acknowledge

2008-10-27 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-339. -- Resolution: Fixed All started jobs are queried after a configured time, if someone started to

[jira] Closed: (SLING-710) Scheduler should user service id for registering services

2008-10-27 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-710. -- Resolution: Fixed Fixed in r708122 by appending the service pid to the pid or the provided name

[jira] Created: (SLING-710) Scheduler should user service id for registering services

2008-10-27 Thread Carsten Ziegeler (JIRA)
: Commons Scheduler Affects Versions: Commons Scheduler 2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: Commons Scheduler 2.0.4 Currently the scheduler uses the pid to register a service. In the case of an bundle update, the new service has

Re: Sling Web Application

2008-10-25 Thread Carsten Ziegeler
starts Sling. This may take some time, so the >> SlingServlet.service method sends back a quick response telling the >> caller, that Sling is about to start. As soon as Sling has started up >> the request will be processed. >> >> This mechanism should allow the same Sling Web Application war file to >> be deployed multiple times in the same servlet container and should also >> account for Servlet API 2.4 containers, which do not support the >> ServletContext.getContextPath() method yet. >> >> WDYT ? >> >> Regards >> Felix >> > > > -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Closed: (SLING-701) HtmlResponse should replace all place holders

2008-10-20 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-701. -- Resolution: Fixed The placeholder is now always removed. If the corresponding property value is

[jira] Updated: (SLING-700) Send notification event when a job is cancelled

2008-10-20 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-700?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-700: --- Fix Version/s: (was: Extensions Event 2.0.4) > Send notification event when a job

Re: Error Messaging/Validation

2008-10-20 Thread Carsten Ziegeler
gt; > Yes, this is a TODO. And I think at least one form of > SlingScriptHelper.forward method should also be provided. > +1 Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Created: (SLING-701) HtmlResponse should replace all place holders

2008-10-17 Thread Carsten Ziegeler (JIRA)
: API 2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: API 2.0.4 Currently the HtlmResponse leaves the placeholders in the response if there is no value for a placeholder. Instead it should remove the placeholder as otherwise the client has to

[jira] Created: (SLING-700) Send notification event when a job is cancelled

2008-10-17 Thread Carsten Ziegeler (JIRA)
Affects Versions: Extensions Event 2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: Extensions Event 2.0.4 If a job is cancelled currently no notification is sent. A new "job cancelled event" should be sent if the job is cancelled throu

[jira] Commented: (SLING-697) enhance ResourceResolver#findResources() signature to support typing

2008-10-16 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640443#action_12640443 ] Carsten Ziegeler commented on SLING-697: (the method name should actuall

[jira] Commented: (SLING-697) enhance ResourceResolver#findResources() signature to support typing

2008-10-16 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-697?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640442#action_12640442 ] Carsten Ziegeler commented on SLING-697: I guess the idea here is that the Reso

[jira] Commented: (SLING-699) Bundles should be installed, updated started one after the other

2008-10-16 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12640120#action_12640120 ] Carsten Ziegeler commented on SLING-699: I synchronized the two methods in ques

[jira] Created: (SLING-699) Bundles should be installed, updated started one after the other

2008-10-16 Thread Carsten Ziegeler (JIRA)
Components: JCR Install Affects Versions: JCR Install 2.0.4 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: JCR Install 2.0.4 Currently the bundles are installed/updated in one thread one after the other, while another thread

Re: Felix framework 1.2.1

2008-10-14 Thread Carsten Ziegeler
Felix Meschberger wrote > > So, in light of these facts, I think it would really be better to stick > with Felix framework 1.0.4, because it is known to work. > +1 Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Closed: (SLING-695) Optimize bundle installation and update

2008-10-14 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-695. -- Resolution: Fixed JUnit tests work and manual tests works > Optimize bundle installation

[jira] Created: (SLING-695) Optimize bundle installation and update

2008-10-14 Thread Carsten Ziegeler (JIRA)
Versions: JCR Install 2.0.4 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: JCR Install 2.0.4 Removed unnecessary resolveBundles and optimized package refreshs Bundles are now directly resolved inside processResourceQueue after installation and refresh

[jira] Commented: (SLING-694) Initial Content does not load initial content from a file

2008-10-13 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12639137#action_12639137 ] Carsten Ziegeler commented on SLING-694: You're assuming correctly that th

[jira] Closed: (SLING-687) Can't get the resource when _ in the path

2008-10-08 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-687. -- Resolution: Fixed Fix Version/s: JCR Resource 2.0.4 > Can't get the resource w

[jira] Assigned: (SLING-687) Can't get the resource when _ in the path

2008-10-08 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-687: -- Assignee: Carsten Ziegeler > Can't get the resource when _ in

Re: Felix framework 1.2.1

2008-09-30 Thread Carsten Ziegeler
t; WDYT ? > +1 Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Re: Trying to upload a package in CRX from dev to test... getting error

2008-09-30 Thread Carsten Ziegeler
e? > Yes :) I think we should do a full release (like last time) and target it for the end of october. Given that this takes approx two weeks to get it out, we should think about doing the release around the 20th of October. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Re: prefix :jcr: in json

2008-09-30 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: > > although the "we dump the length and not the length" comment is not > too helpful ;-) And with the power of open source I was able to change the comment :) Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Updated: (SLING-393) default renderer for .xml

2008-09-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-393: --- Affects Version/s: Servlets Get 2.0.2 Fix Version/s: Servlets Get 2.0.4 > defa

[jira] Commented: (SLING-393) default renderer for .xml

2008-09-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12629814#action_12629814 ] Carsten Ziegeler commented on SLING-393: I've implemented a first vers

[jira] Assigned: (SLING-393) default renderer for .xml

2008-09-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-393?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-393: -- Assignee: Carsten Ziegeler > default renderer for .

[jira] Closed: (SLING-528) ServletException on request for synthtic resource

2008-09-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-528?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-528. -- Resolution: Won't Fix Fix Version/s: Servlets Get 2.0.4 I'll close this as the

[jira] Closed: (SLING-650) Support for vanity urls

2008-09-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-650. -- Resolution: Fixed Implemented with an additional priority field which is used if several

[jira] Updated: (SLING-650) Support for vanity urls

2008-09-08 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-650: --- Component/s: Servlets Get Affects Version/s: Servlets Get 2.0.2 Fix Version

Re: [jira] Created: (SLING-650) Support for vanity urls

2008-09-08 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: > On Mon, Sep 8, 2008 at 1:59 PM, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > >> Bertrand Delacretaz wrote: >>> ...What you suggest sounds good for this, except that we might need an >>> additional "priority" propert

Re: [jira] Created: (SLING-650) Support for vanity urls

2008-09-08 Thread Carsten Ziegeler
is property, you might also know that you have to remove the url configuration from another node. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Created: (SLING-650) Support for vanity urls

2008-09-08 Thread Carsten Ziegeler (JIRA)
Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: JCR Resource 2.0.4 It would be nice to have support for vanity urls: these are urls that do not directly point to a resource. Instead it is possible to give a resource a "pretty" (vanity) url wh

[jira] Closed: (SLING-45) Sling leaks PermSpace memory on restart of the webapp

2008-09-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-45?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-45. - Resolution: Fixed Fix Version/s: 2.0.0 This bug has been filed against early Sling, so I&#x

[jira] Updated: (SLING-602) ValueMap#get(java.lang.String name, T defaultValue) should support Integer

2008-09-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-602?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-602: --- Component/s: JCR Resource Affects Version/s: JCR Resource 2.0.4 > ValueMap#

[jira] Closed: (SLING-245) After reinstalling sling core, server shutdown hangs

2008-09-07 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-245?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-245. -- Resolution: Fixed Fix Version/s: 2.0.1 The corresponding bug in Apache Felix has been

Re: [jira] Created: (SLING-646) jcrinstall - take two

2008-09-07 Thread Carsten Ziegeler
admin, you have to implement a persistence store for the config admin. But this has nothing to do with jcrbundles then. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Re: [jira] Created: (SLING-646) jcrinstall - take two

2008-09-07 Thread Carsten Ziegeler
that. > Hmm, ok, rethinking it, I'm not against this. If it's small and simple, do it. But I don't see the real value. :) Fiddling with a configuration in the repository does not provide any means of what configuration options/values are possible. So you have to have a very d

[jira] Closed: (SLING-640) Add provider for status information about timed events

2008-09-05 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-640?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-640. -- Resolution: Fixed Added a simple provider which can be queried for scheduled events and which

Re: [jira] Created: (SLING-646) jcrinstall - take two

2008-09-04 Thread Carsten Ziegeler
ed on a more general level. You could of course use the same interface and mechanism as the deployment admin uses and there make use of already registered resource processors. But in the end this would be a reimplementation of the deployment admin. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Created: (SLING-640) Add provider for status information about timed events

2008-09-03 Thread Carsten Ziegeler (JIRA)
: Event Affects Versions: Extensions Event 2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: Extensions Event 2.0.4 Currently it is only possible to start and stop timed events (by sending events) A new interface TimedEventStatusProvider

Re: svn commit: r691226 - in /incubator/sling/trunk/servlets/get/src/main/java/org/apache/sling/servlets/get/helpers: HtmlRendererServlet.java JsonRendererServlet.java PlainTextRendererServlet.java St

2008-09-02 Thread Carsten Ziegeler
08 >> New Revision: 691226 >> >> ...Don't render synthetic resources > > This breaks the GetStarTest in launchpad/testing - not rendering pure > synthetic resources might be ok, but the StarResource is a > SyntheticResource and needs to be rendered. > > -Bertrand > -- Carsten Ziegeler [EMAIL PROTECTED]

Re: [jira] Commented: (SLING-637) Add regexp based mapping rules

2008-09-01 Thread Carsten Ziegeler
I'd like to try to extend it to take the host header into the equation. > Hi, if you have a patch available just attach it to the bug. Then someone of the developers has a chance to review it and perhaps might detect the problem and help. Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Closed: (SLING-637) Add regexp based mapping rules

2008-09-01 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-637?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-637. -- Resolution: Fixed Add regexp for resource resolution. All configured regexp are applied before

[jira] Commented: (SLING-637) Add regexp based mapping rules

2008-09-01 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-637?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12627482#action_12627482 ] Carsten Ziegeler commented on SLING-637: Hmm, no I don't think that this

[jira] Created: (SLING-637) Add regexp based mapping rules

2008-09-01 Thread Carsten Ziegeler (JIRA)
2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: JCR Resource 2.0.4 Currently the url mapping in the jcr resolver is path based. it would be nice to provide some regexp rewriting rules, for instance to beautify urls. -- This message is

Re: Annoyance during update of bundles

2008-09-01 Thread Carsten Ziegeler
interferes ;-) ). > > Well, this is a solution, but this requires specifics of the > SlingPostServlet (the no-operation parameter) to be represented in my > client-side code, which I don't like. And it is not a generic solution > that solves the other issues mentioned in the thread (eg. jsp compile > issues) - or if some other default servlet gets triggered, depending > on the resource type and the servlet resolution. > > Regards, > Alex > -- Carsten Ziegeler [EMAIL PROTECTED]

Re: Annoyance during update of bundles

2008-08-30 Thread Carsten Ziegeler
27;t use the servlets or > services provided by the bundle that is updated. Maybe it's possible > to stall only requests to the servlets that are provided by the bundle > in question. > > Regards, > Alex > -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Created: (SLING-635) Stop thread for own job queues when it is unused

2008-08-29 Thread Carsten Ziegeler (JIRA)
Affects Versions: Extensions Event 2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: Extensions Event 2.0.4 The background thread should check if a job queue thread has been unused for a longer time and then stop it. This avoids too many idle

[jira] Commented: (SLING-339) Implement job acknowledge

2008-08-29 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626957#action_12626957 ] Carsten Ziegeler commented on SLING-339: When implementing an own job processor

[jira] Closed: (SLING-616) Provide better filter options to search for job

2008-08-28 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-616. -- Resolution: Fixed For now, the properties template seems to be enough. In addition, one can

[jira] Closed: (SLING-628) Provide separate queues for specific jobs

2008-08-28 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-628?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-628. -- Resolution: Fixed Own job queues can be created by providing an additional queue name property

[jira] Updated: (SLING-606) Method to cancel a job

2008-08-28 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-606: --- Summary: Method to cancel a job (was: Event to cancel a job) > Method to cancel a

[jira] Closed: (SLING-497) Keep order of jobs when executing

2008-08-28 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-497. -- Resolution: Fixed If an own job queue is used, an additional property can be specified which

[jira] Closed: (SLING-606) Event to cancel a job

2008-08-28 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-606?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-606. -- Resolution: Fixed Instead of providing a job, I've implemented a cancel method o

[jira] Commented: (SLING-616) Provide better filter options to search for job

2008-08-28 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626473#action_12626473 ] Carsten Ziegeler commented on SLING-616: I've added the properties t

[jira] Updated: (SLING-339) Implement job acknowledge

2008-08-27 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-339?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-339: --- Priority: Blocker (was: Major) Affects Version/s: Extensions Event 2.0.2

[jira] Reopened: (SLING-447) Schedule jobs n times

2008-08-26 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-447?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reopened SLING-447: This is not a duplicate! This is for the scheduler while SLING-448 is for event. > Sched

[jira] Commented: (SLING-624) ignoreImportProviders cannot have more than one value

2008-08-26 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625688#action_12625688 ] Carsten Ziegeler commented on SLING-624: Hi Mike, can you add the whole S

[jira] Created: (SLING-628) Provide separate queues for specific jobs

2008-08-26 Thread Carsten Ziegeler (JIRA)
: Extensions Event 2.0.2 Reporter: Carsten Ziegeler Assignee: Carsten Ziegeler Fix For: Extensions Event 2.0.4 It would be great to be able to run specific jobs in a separate queue, instead of using the main queue for all jobs. This queue is running the jobs

[jira] Closed: (SLING-498) Execute jobs only on the instance they were created on

2008-08-26 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-498. -- Resolution: Fixed Add new property EventUtil.PROPERTY_JOB_RUN_LOCAL: if this is specified, the

[jira] Updated: (SLING-498) Execute jobs only on the instance they were created on

2008-08-26 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-498?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-498: --- Affects Version/s: (was: 2.0.0) Extensions Event 2.0.2 Fix

[jira] Closed: (SLING-614) Persist job retry count in repository

2008-08-26 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-614?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-614. -- Resolution: Fixed > Persist job retry count in reposit

[jira] Updated: (SLING-497) Keep order of jobs when executing

2008-08-26 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-497?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-497: --- Affects Version/s: (was: 2.0.0) Extensions Event 2.0.2 Fix

[jira] Closed: (SLING-570) Bundles should only be installed for the first time

2008-08-25 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-570. -- Resolution: Fixed > Bundles should only be installed for the first t

[jira] Commented: (SLING-601) Request Inclusion Counter operating too rigid

2008-08-25 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-601?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12625645#action_12625645 ] Carsten Ziegeler commented on SLING-601: Yes, I think having both limits m

Re: NPE in DependencyManager.getBindingMethod at Sling shutdown

2008-08-25 Thread Carsten Ziegeler
I've updated trunk to use the latest scr implementation and this should fix the problem. Carsten Carsten Ziegeler wrote: > Bertrand Delacretaz schrieb: >> Hi, >> >> Using revision 688636, I consistently get an NPE after starting >> launchpad/testing with "mv

Re: NPE in DependencyManager.getBindingMethod at Sling shutdown

2008-08-25 Thread Carsten Ziegeler
Bertrand Delacretaz schrieb: > Hi, > > Using revision 688636, I consistently get an NPE after starting > launchpad/testing with "mvn jetty:run" and stopping with CTRL-C. > Hi this is a known issue :) https://issues.apache.org/jira/browse/FELIX-694 Carsten -- Carsten Ziegeler [EMAIL PROTECTED]

Re: Build failure: Unable to download artifact org.apache.felix:maven-scr-plugin:pom:1.0.7 (rev. 688021)

2008-08-22 Thread Carsten Ziegeler
gt;>> >>> Hope this helps. >> >> OK, thanks! >> >> (Btw, this also means that the Sling-in-15-minutes guide is broken >> right now) > > Hmm, yes you are right. I just reverted the update to the 1.0.7 plugin > for now. We can change this back again later, when the repositories are > synchronized. > > Regards > Felix >> >> > -- Carsten Ziegeler [EMAIL PROTECTED]

[jira] Closed: (SLING-620) Use value map to render resources

2008-08-22 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-620. -- Resolution: Fixed Fix Version/s: Servlets Get 2.0.4 Implemented with revision 688134

[jira] Updated: (SLING-570) Bundles should only be installed for the first time

2008-08-22 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-570?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler updated SLING-570: --- Fix Version/s: Launchpad Base 2.0.4 Assignee: Carsten Ziegeler > Bundles should o

<    1   2   3   4   5   6   7   8   9   10   >