Re: Scala in Sling

2008-12-18 Thread Michael Dürig
Bertrand Delacretaz wrote: On Thu, Dec 18, 2008 at 9:15 AM, Philip Andrew p...@orsa-studio.com wrote: ...I read your email on the newsgroup, do you know how to do Scala in Sling?... I didn't get that to work over the summer, but I'm ccing Michael Duerig who seems to have found a solution to

[jira] Commented: (SLING-784) SlingPostServlet does not allow setting mixin types on existing nodes

2008-12-18 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657731#action_12657731 ] Carsten Ziegeler commented on SLING-784: While this sounds reasonable, I'm a little

[jira] Commented: (SLING-784) SlingPostServlet does not allow setting mixin types on existing nodes

2008-12-18 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657739#action_12657739 ] Tobias Bocanegra commented on SLING-784: either you create a new node, and then you

[jira] Commented: (SLING-784) SlingPostServlet does not allow setting mixin types on existing nodes

2008-12-18 Thread Alexander Saar (JIRA)
[ https://issues.apache.org/jira/browse/SLING-784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657744#action_12657744 ] Alexander Saar commented on SLING-784: -- yep, agree with tobi. it would be convenient

[jira] Updated: (SLING-784) SlingPostServlet does not allow setting mixin types on existing nodes

2008-12-18 Thread Alexander Saar (JIRA)
[ https://issues.apache.org/jira/browse/SLING-784?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Alexander Saar updated SLING-784: - Attachment: post-servlet-change-mixins-refactored.diff refactored patch containing the

[jira] Updated: (SLING-786) SessionPool logs out session on release when locking or observation is not supported

2008-12-18 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger updated SLING-786: --- Attachment: SLING-786.patch Proposed fix. SessionPool logs out session on release when

[jira] Created: (SLING-786) SessionPool logs out session on release when locking or observation is not supported

2008-12-18 Thread Marcel Reutegger (JIRA)
SessionPool logs out session on release when locking or observation is not supported Key: SLING-786 URL: https://issues.apache.org/jira/browse/SLING-786 Project:

[jira] Resolved: (SLING-786) SessionPool logs out session on release when locking or observation is not supported

2008-12-18 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-786. - Resolution: Fixed Fix Version/s: JCR Base 2.0.4 Assignee: Felix

[jira] Updated: (SLING-786) SessionPool logs out session on release when locking or observation is not supported

2008-12-18 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-786: Affects Version/s: JCR Base 2.0.2 SessionPool logs out session on release when locking or

[jira] Created: (SLING-787) New ResourceResolver match patterns for resolve() and map() must be bound to the beginning of the string

2008-12-18 Thread Felix Meschberger (JIRA)
New ResourceResolver match patterns for resolve() and map() must be bound to the beginning of the string Key: SLING-787 URL:

[jira] Created: (SLING-788) Provide /etc/cron.d/ style approach to scripting timed events

2008-12-18 Thread Lars Trieloff (JIRA)
Provide /etc/cron.d/ style approach to scripting timed events - Key: SLING-788 URL: https://issues.apache.org/jira/browse/SLING-788 Project: Sling Issue Type: New Feature

User identity for event scripts (was: [jira] Created: (SLING-788)...)

2008-12-18 Thread Bertrand Delacretaz
Hi, On Thu, Dec 18, 2008 at 5:25 PM, Lars Trieloff (JIRA) j...@apache.org wrote: Key: SLING-788 ...I would like to be able to script scheduled events in an easy fashion that works just like the /etc/cron.d/ directory on my Linux server: I put a shell script into

Re: User identity for event scripts (was: [jira] Created: (SLING-788)...)

2008-12-18 Thread Lars Trieloff
I think admin is a good start. In Linux these scripts are usually run under the permissions of root, and are writeable by wheel, which is in fact, quite secure. In the future we might think about adding user-cron-dirs, just like we have user-specfic crontabs. regards, Lars On Thu, Dec 18, 2008

[jira] Created: (SLING-789) Allow redirecting of one script's response into a String for a second script to process

2008-12-18 Thread Lars Trieloff (JIRA)
Allow redirecting of one script's response into a String for a second script to process --- Key: SLING-789 URL: https://issues.apache.org/jira/browse/SLING-789

[jira] Updated: (SLING-789) Allow redirecting of one script's response into a String for a second script to process

2008-12-18 Thread Lars Trieloff (JIRA)
[ https://issues.apache.org/jira/browse/SLING-789?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Trieloff updated SLING-789: Attachment: SLING-789.patch This patch extends SlingScriptHelper with an retrieve method that works

Re: User identity for event scripts (was: [jira] Created: (SLING-788)...)

2008-12-18 Thread Alexander Klimetschek
On Thu, Dec 18, 2008 at 5:47 PM, Bertrand Delacretaz bdelacre...@apache.org wrote: Unixish systems solve this by using the identity of the user who owns the script (unless the setuid flag is set), and enforcing the way this identity can be set - but we don't have that kind of feature in JCR,

[jira] Commented: (SLING-788) Provide /etc/cron.d/ style approach to scripting timed events

2008-12-18 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-788?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12657880#action_12657880 ] Felix Meschberger commented on SLING-788: - Thinking about it, it would even be cool

[jira] Closed: (SLING-786) SessionPool logs out session on release when locking or observation is not supported

2008-12-18 Thread Marcel Reutegger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Marcel Reutegger closed SLING-786. -- Works as expected. Thanks. SessionPool logs out session on release when locking or observation is