[jira] Assigned: (SLING-910) Overlaying of servlets

2009-04-15 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler reassigned SLING-910: -- Assignee: Carsten Ziegeler Overlaying of servlets --

Re: Configuring sling bundles on startup?

2009-04-15 Thread Felix Meschberger
Hi Aaron, Aaron Zeckoski schrieb: I am all for this idea. It certainly does what I would need with a nice addition. If others are not against the idea then I could put something together and submit a patch. You are very welcome to produce such a patch ! If people are against it then it

[jira] Commented: (SLING-920) Hudson continuous integration setup

2009-04-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699112#action_12699112 ] Felix Meschberger commented on SLING-920: - I have modified both build configurations

[jira] Closed: (SLING-910) Overlaying of servlets

2009-04-15 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-910?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-910. -- Resolution: Fixed Implemented as outlined above in Revision: 765086. Overlaying of servlets

[jira] Commented: (SLING-920) Hudson continuous integration setup

2009-04-15 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699119#action_12699119 ] Bertrand Delacretaz commented on SLING-920: --- Added info about Hudson setup at

AW: Configuring sling bundles on startup?

2009-04-15 Thread Mike Müller
Von: bdelacre...@gmail.com [mailto:bdelacre...@gmail.com]im On Tue, Apr 14, 2009 at 4:51 PM, Felix Meschberger fmesc...@gmail.com wrote: ...How about extending this mechanism like this: - Copy all bundles from enclosed resources to ${sling.home}/startup. This gives something like

[jira] Created: (SLING-922) Load modules on startup from an external directory

2009-04-15 Thread Aaron Zeckoski (JIRA)
Load modules on startup from an external directory -- Key: SLING-922 URL: https://issues.apache.org/jira/browse/SLING-922 Project: Sling Issue Type: New Feature Components:

Re: Configuring sling bundles on startup?

2009-04-15 Thread Aaron Zeckoski
OK, I created an issue to summarize this and will attach the patch to it when it is ready. I tried to put in an estimate of 3 days and it decided that meant 72 hours which is normally longer than my typical waking hours per day so it might be best to ignore that estimate. -AZ On Wed, Apr 15,

Re: Configuring sling bundles on startup?

2009-04-15 Thread Bertrand Delacretaz
On Tue, Apr 14, 2009 at 4:51 PM, Felix Meschberger fmesc...@gmail.com wrote: ...How about extending this mechanism like this:  - Copy all bundles from enclosed resources to       ${sling.home}/startup. This gives something like       ${sling.home}/startup/0, /1, /10, /15, ...       Existing

Re: Configuring sling bundles on startup?

2009-04-15 Thread Aaron Zeckoski
A. of course I forgot to put in the link. Doh! https://issues.apache.org/jira/browse/SLING-922 -AZ On Wed, Apr 15, 2009 at 11:49 AM, Aaron Zeckoski aar...@vt.edu wrote: OK, I created an issue to summarize this and will attach the patch to it when it is ready. I tried to put in an

Re: Configuring sling bundles on startup?

2009-04-15 Thread Felix Meschberger
Aaron Zeckoski schrieb: A. of course I forgot to put in the link. Doh! https://issues.apache.org/jira/browse/SLING-922 -AZ On Wed, Apr 15, 2009 at 11:49 AM, Aaron Zeckoski aar...@vt.edu wrote: OK, I created an issue to summarize this and will attach the patch to it when it is

[jira] Assigned: (SLING-922) Load modules on startup from an external directory

2009-04-15 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-922: --- Assignee: Felix Meschberger Provisionally assigning to me. I know that you Aaron are

Re: Hudson build fails to deploy sling-builder-4-incubator.pom, any clues?

2009-04-15 Thread Jukka Zitting
Hi, On Wed, Apr 15, 2009 at 1:52 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: The Hudson build that I configured yesterday fails to deploy that pom to repository.apache.org, see error message below, details at [1] . Before I ask on the reposit...@apache.org list, does anyone have an

Re: Hudson build fails to deploy sling-builder-4-incubator.pom, any clues?

2009-04-15 Thread Bertrand Delacretaz
On Wed, Apr 15, 2009 at 2:31 PM, Jukka Zitting jukka.zitt...@gmail.com wrote: ...It's not a SNAPSHOT? Good catch, thanks ;-) I'll have a look at how to fix that. -Bertrand

[jira] Created: (SLING-923) Servlet resolution examples and integration tests

2009-04-15 Thread Bertrand Delacretaz (JIRA)
Servlet resolution examples and integration tests - Key: SLING-923 URL: https://issues.apache.org/jira/browse/SLING-923 Project: Sling Issue Type: Improvement Components: Testing

JsonItemWriter outputs no nodes

2009-04-15 Thread Vidar Ramdal
Hi, I'm using o.a.s.commons.json.jcr.JsonItemWriter.dump(NodeIterator, Writer), and I'm experiencing that it does not output any nodes. The method calls dumpSingleNode for each node in the iterator, and passes a 0 for maxRecursionLevels, which makes no sense to me. This is the only place where

[jira] Closed: (SLING-923) Servlet resolution examples and integration tests

2009-04-15 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bertrand Delacretaz closed SLING-923. - Resolution: Fixed Implemented, links to the example servlets and tests added to

JSON Bundle

2009-04-15 Thread Carl Hall
I'm just getting into Sling and am starting to port code over that interacts with JSON. I found the commons.json bundle but am wondering why Sling implements these functions itself instead of using something like json-lib? Thanks, Carl

Re: Upgrading felix to 1.6.0?

2009-04-15 Thread Bertrand Delacretaz
Hi, On Wed, Apr 15, 2009 at 8:08 PM, Aaron Zeckoski aar...@vt.edu wrote: I would like to upgrade felix to 1.6.0 but I thought I would check to see if there is some reason why this has not already been done The Sling trunk is updated to 1.6.0 already (SLING-712 says that was rev 762719)

Re: Upgrading felix to 1.6.0?

2009-04-15 Thread Aaron Zeckoski
Doh, my bad. I confused Bundle Repository 1.4.0 and Framework (which is 1.6.0). Nothing to see here. On a related note, what do people think about using dependencyManagement? I am not so good in searching through tons of poms and it might reduce some of the duplication? -AZ On Wed, Apr 15, 2009

Re: JSON Bundle

2009-04-15 Thread Felix Meschberger
Hi Carl, Carl Hall schrieb: I'm just getting into Sling and am starting to port code over that interacts with JSON. I found the commons.json bundle but am wondering why Sling implements these functions itself instead of using something like json-lib? Our commons.json is basically the same

Re: Upgrading felix to 1.6.0?

2009-04-15 Thread Felix Meschberger
Hi Aaron, Aaron Zeckoski schrieb: On a related note, what do people think about using dependencyManagement? I am not so good in searching through tons of poms and it might reduce some of the duplication? We had it, but it turned out, that is getting very problematic over time with OSGi

Re: JsonItemWriter outputs no nodes

2009-04-15 Thread Felix Meschberger
Hi Vidar, Vidar Ramdal schrieb: Hi, I'm using o.a.s.commons.json.jcr.JsonItemWriter.dump(NodeIterator, I have to admit, that the JsonItemWriter is kind of strange in light of the resource tree: it dumps (part of) the repository but not the resource tree Writer), and I'm experiencing

AW: Problems to build in eclipse

2009-04-15 Thread Mike Müller
Hi Bertrand, hi Pontus Thanks very much for your suggestions. I tried the remote debugging way and it worked well. I'm wondering a little bit, that the best open source thing which is available today to explore a jcr is the mentioned JCR Explorer which feels very basic and isn't any more under

Re: AW: Problems to build in eclipse

2009-04-15 Thread Felix Meschberger
Hi Mike, Mike Müller schrieb: Hi Bertrand, hi Pontus Thanks very much for your suggestions. I tried the remote debugging way and it worked well. I'm wondering a little bit, that the best open source thing which is available today to explore a jcr is the mentioned JCR Explorer which feels

[jira] Commented: (SLING-920) Hudson continuous integration setup

2009-04-15 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699394#action_12699394 ] Bertrand Delacretaz commented on SLING-920: --- Another cool thing about Hudson: the

[jira] Issue Comment Edited: (SLING-920) Hudson continuous integration setup

2009-04-15 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-920?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12699119#action_12699119 ] Bertrand Delacretaz edited comment on SLING-920 at 4/15/09 2:23 PM:

Re: Upgrading felix to 1.6.0?

2009-04-15 Thread Aaron Zeckoski
Makes sense to me. Thanks for the info. Here is the link to the wiki page in case anyone else is following this thread. http://incubator.apache.org/sling/site/dependency-management.html -AZ On Wed, Apr 15, 2009 at 8:27 PM, Felix Meschberger fmesc...@gmail.com wrote: Hi Aaron, Aaron Zeckoski