Re: Sling Web Application

2008-10-27 Thread Bertrand Delacretaz
Hi Felix, +1 to the suggested changes. On Sat, Oct 25, 2008 at 10:08 AM, Felix Meschberger [EMAIL PROTECTED] wrote: ...* SlingServlet.service() is enhanced to check whether the init() method started Sling. If not, it calls getSlingHome() with the current request object and starts Sling. This

Re: Sling Web Application

2008-10-27 Thread Juanjo Vázquez
+1 On Sat, Oct 25, 2008 at 10:08 AM, Felix Meschberger [EMAIL PROTECTED]wrote: Hi all, Currently the Sling Web Application (launchpad/webapp) has one serious drawback: Unless you unpack the war file and configure the sling.home init-parameter, the Sling Web Application can only be deployed

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

2008-10-27 Thread Carsten Ziegeler (JIRA)
Scheduler should user service id for registering services - Key: SLING-710 URL: https://issues.apache.org/jira/browse/SLING-710 Project: Sling Issue Type: Bug Components:

[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

[jira] Created: (SLING-711) Allow Sling Web App to be deployed multiple times in the same servlet container

2008-10-27 Thread Felix Meschberger (JIRA)
Allow Sling Web App to be deployed multiple times in the same servlet container --- Key: SLING-711 URL: https://issues.apache.org/jira/browse/SLING-711 Project: Sling

[jira] Created: (SLING-712) Adapt Sling Launcher code to new Felix framework launcher mechanism

2008-10-27 Thread Felix Meschberger (JIRA)
Adapt Sling Launcher code to new Felix framework launcher mechanism --- Key: SLING-712 URL: https://issues.apache.org/jira/browse/SLING-712 Project: Sling Issue Type:

[jira] Created: (SLING-713) Allow the Framework to restart

2008-10-27 Thread Felix Meschberger (JIRA)
Allow the Framework to restart -- Key: SLING-713 URL: https://issues.apache.org/jira/browse/SLING-713 Project: Sling Issue Type: New Feature Components: Launchpad Launcher Affects Versions:

[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

can not build from trunk

2008-10-27 Thread truebner
Hi there, I want to check out the features of sling, but I can not build the project from trunk. My configuration is: Maven version: 2.0.9 Java version: 1.6.0_10 OS name: windows xp version: 5.1 arch: x86 Family: windows and this is the error: C:\local\dev\workspace\sling\scripting\jspmvn

Re: can not build from trunk

2008-10-27 Thread Alexander Klimetschek
Have you tried a mvn clean install in the main directory (C:\local\dev\workspace\sling\)? Or simply a mvn clean package in scripting/jsp, since a clean sometimes helps. It looks like some jars are not found since they might be referenced in another subproject and require a full build before they

Re: can not build from trunk

2008-10-27 Thread truebner
yes, I first tried a clean install from the main directory, but that did not complete. The missing files files e.g. \local\repository\org\apache\tomcat\el-api\6.0.14\el-api-6.0.14.jar are also in my maven-repository C:\local\repository\org\apache\tomcat\el-api\6.0.14\el-api-6.0.14.jar but they

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

2008-10-27 Thread Carsten Ziegeler (JIRA)
Make jcr property adaptable to array types -- Key: SLING-714 URL: https://issues.apache.org/jira/browse/SLING-714 Project: Sling Issue Type: Improvement Components: JCR Resource Affects

[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[],