[jira] Commented: (SLING-917) Use repository.apache.org for deployments

2009-06-10 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-917?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718001#action_12718001 ] Carsten Ziegeler commented on SLING-917: Added a profile for rat and the ianal plugi

Pax Exam based integration testing (before: "mvn clean" should delete "sling" work folders)

2009-06-10 Thread Juan José Vázquez Delgado
Hi, I have just finished a rough draft [1] of our integration tests using Pax Exam [2]. Only "CreateNodeTest" until now. I have had to make some changes in order to re-use our prior integration testing stuff: * HttpTestBase [3] doesn´t extend TestCase anymore and extends PaxExamTestBase [4] inst

[jira] Commented: (SLING-904) jcrinstall - take three

2009-06-10 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-904?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718022#action_12718022 ] Bertrand Delacretaz commented on SLING-904: --- Start level changes removed in revisi

Caching for ResourceResolver.map()

2009-06-10 Thread Jukka Zitting
Hi, I have a case where we're doing lots of reverse mappings with the ResourceResolver.map() method and all the repository accesses caused by that are hurting performance. In general I'm not a big fan of extra caching, but in this case it seems like the only easy way to solve the problem. Would i

Re: Caching for ResourceResolver.map()

2009-06-10 Thread Felix Meschberger
Hi, Jukka Zitting schrieb: > Hi, > > I have a case where we're doing lots of reverse mappings with the > ResourceResolver.map() method and all the repository accesses caused > by that are hurting performance. In general I'm not a big fan of extra > caching, but in this case it seems like the only

Hudson build became unstable: sling-contrib-1. 5 » Apache Sling Launchpad Contrib Testing #71

2009-06-10 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/org.apache.sling$org.apache.sling.launchpad.contrib-testing/71/

Re: Caching for ResourceResolver.map()

2009-06-10 Thread Carsten Ziegeler
Jukka Zitting wrote: > Hi, > > I have a case where we're doing lots of reverse mappings with the > ResourceResolver.map() method and all the repository accesses caused > by that are hurting performance. In general I'm not a big fan of extra > caching, but in this case it seems like the only easy w

Re: Moving rewriter to contrib

2009-06-10 Thread Carsten Ziegeler
Bertrand Delacretaz wrote: > Hi Carsten, > > On Tue, Jun 9, 2009 at 2:17 PM, Carsten Ziegeler wrote: >> ...I'm planning to move this from the whiteboard to the contrib section. >> If noone objects, I'll do this in the next days > > In principle I'm all for it, but > > > http://svn.apache

Re: Integrate a Servlet Filter: init-params

2009-06-10 Thread Christian Sprecher
Ok, I am a step further with the integration: I still have to find out about the dynamic providing of init-params, but I do see that the filterConfig is there & populated with the @scr.property values. Good stuff! Now, there is a problem within the chain handling: the webcastellum filter uses

Re: Integrate a Servlet Filter: init-params

2009-06-10 Thread Felix Meschberger
Hi Christian, Christian Sprecher schrieb: > Ok, I am a step further with the integration: I still have to find out > about the dynamic providing of init-params, but I do see that the > filterConfig is there & populated with the @scr.property values. Good > stuff! ;-) > > Now, there is a problem

Re: Integrate a Servlet Filter: init-params

2009-06-10 Thread Felix Meschberger
Hi, Christian Sprecher schrieb: > Hi Felix > > Felix Meschberger schrieb: >> >> Actually, the Sling Main Servlet initializes servlets and filters by >> calling the respective init(ServletConfig) and init(FilterConfig) >> methods. >> >> The parameters provided by the ServletConfig and/or FilterCon

[jira] Created: (SLING-1001) Take the Maven -SNAPSHOT convention into account when comparing bundle version numbers

2009-06-10 Thread Bertrand Delacretaz (JIRA)
Take the Maven -SNAPSHOT convention into account when comparing bundle version numbers -- Key: SLING-1001 URL: https://issues.apache.org/jira/browse/SLING-1001 Projec

[jira] Commented: (SLING-1001) Take the Maven -SNAPSHOT convention into account when comparing bundle version numbers

2009-06-10 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12718321#action_12718321 ] Bertrand Delacretaz commented on SLING-1001: This behavior should be configurab