Re: Best way to handle reusable scripts

2009-05-19 Thread Christian Sprecher
Hey Felix Thx for your answer. Felix Meschberger schrieb: Hi Christian, Christian Sprecher schrieb: Hi all Maybe a silly question: what is the best way to create reusable scripts? By reusable I primarly mean for related resources. Well, if it just for executing the same scripts to

Re: Best way to handle reusable scripts

2009-05-19 Thread Felix Meschberger
Hi Christian, Christian Sprecher schrieb: > Hi all > > Maybe a silly question: what is the best way to create reusable scripts? > By reusable I primarly mean for related resources. Well, if it just for executing the same scripts to handle requests to different resources, you might want to consid

Best way to handle reusable scripts

2009-05-19 Thread Christian Sprecher
Hi all Maybe a silly question: what is the best way to create reusable scripts? By reusable I primarly mean for related resources. I am currently aware of 3 possibilites: 1) the *.esp way with the load() function, which afaik loads & evaluates a script 2) the *.jsp way with compilation and t

[jira] Updated: (SLING-977) Add Events to the UserManager Post Servlets

2009-05-19 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston updated SLING-977: - Attachment: (was: SLING-977.patch) > Add Events to the UserManager Post Servlets > ---

[jira] Updated: (SLING-977) Add Events to the UserManager Post Servlets

2009-05-19 Thread Ian Boston (JIRA)
[ https://issues.apache.org/jira/browse/SLING-977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ian Boston updated SLING-977: - Attachment: SLING-977.patch Rethought and updated the patch into an interface and a factory util to make i

Re: Versioning using the SlingPostServlet

2009-05-19 Thread Ian Boston
Nodes are normally in a "checked out" state, you can write as many times as you like to a node in checked out state, and no versions will be created. To create a new version you need to check the node in. This will make a read only copy of the node and its subtree in the version tree (assum

AW: Versioning using the SlingPostServlet

2009-05-19 Thread Mike Müller
Hi Daniel That's not a functionality which is added by Sling, but a feature of JCR. If you have a versionable node and update the node by Sling (or any other app) the node is automatically versioned by JCR (resp. Jackrabbit). best regards mike > -Ursprüngliche Nachricht- > Von: Daniel, d

[jira] Updated: (SLING-978) Allow Sling logs to be configured to rotate on time instead of file size

2009-05-19 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-978: Affects Version/s: Commons Log 2.0.4 Issue Type: New Feature (was: Improvement)

[jira] Updated: (SLING-978) Allow Sling logs to be configured to rotate on time instead of file size

2009-05-19 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-978: Fix Version/s: Commons Log 2.0.6 > Allow Sling logs to be configured to rotate on time inste

Hudson build became unstable: sling-contrib-1.5 » Apache Sling Jcrinstall Integration Tests #45

2009-05-19 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-contrib-1.5/org.apache.sling$org.apache.sling.jcr.jcrinstall.it/45/

Versioning using the SlingPostServlet

2009-05-19 Thread Daniel, de la Cuesta Navarrete
Hi, How works the versioning using the SlingPostServlet? I an creating new resources using the SlingPostServlet, I have an observator that adds the mixins referenceable and versionable to the new created node. Is Sling saving all vesions of the node automatically? Thank you.

Re: [VOTE] Graduate Apache Sling as a top level project

2009-05-19 Thread Pontus Amberg
+1 (non-binding) /Pontus Felix Meschberger wrote: Hi all, After the second release and an ever growing community, I think we are ready to graduate from the Incubator. At the beginning we entered the Incubator sponsored by the Apache Jackrabbit project with the potential goal of graduating as

Re: [VOTE] Graduate Apache Sling as a top level project

2009-05-19 Thread Michael Marth
[x] +1 Graduate as a top level project (non binding) -- Michael Marth | http://dev.day.com/

[jira] Created: (SLING-978) Allow Sling logs to be configured to rotate on time instead of file size

2009-05-19 Thread Hakim Sadikali (JIRA)
Allow Sling logs to be configured to rotate on time instead of file size Key: SLING-978 URL: https://issues.apache.org/jira/browse/SLING-978 Project: Sling Issue Type:

[jira] Updated: (SLING-978) Allow Sling logs to be configured to rotate on time instead of file size

2009-05-19 Thread Hakim Sadikali (JIRA)
[ https://issues.apache.org/jira/browse/SLING-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Hakim Sadikali updated SLING-978: - Description: Log4j has the ability to rotate logs daily/based on a time parameter rather than a f