[jira] Closed: (SLING-41) Create synthetic content in sling:include if real content does not exist

2007-10-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-41?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-41. -- Resolution: Fixed First I added another implementation of the Content interface:

[jira] Commented: (SLING-31) maven-sling-plugin: build failure caused by qdox/maven-plugin-tools-java

2007-10-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532592 ] Felix Meschberger commented on SLING-31: Hmm, the BundleDeployFileMojo has a Java five attribute (@Override)

[jira] Created: (SLING-42) Potential NullPointerException when initializing Components

2007-10-05 Thread Felix Meschberger (JIRA)
Potential NullPointerException when initializing Components --- Key: SLING-42 URL: https://issues.apache.org/jira/browse/SLING-42 Project: Sling Issue Type: Bug Components:

[jira] Commented: (SLING-31) maven-sling-plugin: build failure caused by qdox/maven-plugin-tools-java

2007-10-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-31?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532632 ] Felix Meschberger commented on SLING-31: Thanks for the hint. I will update the the Sling parent pom to reer

[jira] Assigned: (SLING-31) maven-sling-plugin: build failure caused by qdox/maven-plugin-tools-java

2007-10-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger reassigned SLING-31: -- Assignee: Felix Meschberger maven-sling-plugin: build failure caused by

[jira] Updated: (SLING-31) maven-sling-plugin: build failure caused by qdox/maven-plugin-tools-java

2007-10-05 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz updated SLING-31: -- Attachment: pom.diff Maven 2.07, I only had Maven Plugin Plugin 2.0 in my local m2 repo. Adding Maven

[jira] Resolved: (SLING-31) maven-sling-plugin: build failure caused by qdox/maven-plugin-tools-java

2007-10-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-31?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-31. Resolution: Fixed Fix Version/s: 2.0.0 Added plugin

[jira] Commented: (SLING-40) Define proper ContentResolver service

2007-10-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-40?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12532653 ] Felix Meschberger commented on SLING-40: Removed the old interfaces in the org.apache.sling.core.mapper

[jira] Closed: (SLING-40) Define proper ContentResolver service

2007-10-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-40?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-40. -- Resolution: Fixed This issue can be closed as the service has been implemented and the old

Sling Report

2007-10-05 Thread Felix Meschberger
Hi all, As we are new to the incubator, we have to report monthly and the reports are due again :-) I created a page on our wiki [1] to catch what we ultimately would report. Please add anything you might feel needed such that we can finalize the report by Oct. 10. Thanks and Regards Felix [1]

[jira] Created: (SLING-43) Extend the sling-app project by support to build a complete jar file

2007-10-05 Thread Felix Meschberger (JIRA)
Extend the sling-app project by support to build a complete jar file Key: SLING-43 URL: https://issues.apache.org/jira/browse/SLING-43 Project: Sling Issue Type:

[jira] Closed: (SLING-43) Extend the sling-app project by support to build a complete jar file

2007-10-05 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-43?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger closed SLING-43. -- Resolution: Fixed Commited the extend pom with a new build profile full, which builds said JAR

Re: Move ContentManager to Sling API

2007-10-05 Thread Carsten Ziegeler
Felix Meschberger wrote: Hi all, Upon replying to Edgar's question regarding writing Content, I came to thinking, that the ContentManager is a core interface of Sling and probably should be made available more prominently. The most prominent location for an interface in Sling would be the

Re: Move ContentManager to Sling API

2007-10-05 Thread Torgeir Veimo
On 5 Oct 2007, at 15:56, Felix Meschberger wrote: What do you think of moving the o.a.s.content.ContentManager interface to the Sling API and provide it through the ComponentRequest instead of having to access a request attribute: public interface ComponentRequest extends

Re: Move ContentManager to Sling API

2007-10-05 Thread Felix Meschberger
Hi Torgeir, Am Freitag, den 05.10.2007, 17:25 +0100 schrieb Torgeir Veimo: Having done some work recently with Day Communique, one of the annoying things was that it subclasses HttpServletRequest. Can you please elaborate on this ? Because we initially did not extend HttpServletRequest but

Re: Move ContentManager to Sling API

2007-10-05 Thread Torgeir Veimo
On 5 Oct 2007, at 17:30, Felix Meschberger wrote: Hi Torgeir, Am Freitag, den 05.10.2007, 17:25 +0100 schrieb Torgeir Veimo: Having done some work recently with Day Communique, one of the annoying things was that it subclasses HttpServletRequest. Can you please elaborate on this ? Because