[jira] [Commented] (SLING-2798) Apache Cassandra backend for Sling: GSoC2013 Project

2013-03-29 Thread Bertrand Delacretaz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13617262#comment-13617262 ] Bertrand Delacretaz commented on SLING-2798: Note that IMO students would

[jira] [Commented] (SLING-2803) Create a Validation module capable of validating POST requests or Resources

2013-03-29 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13617427#comment-13617427 ] Alexander Klimetschek commented on SLING-2803: -- Since it's based on resource

[jira] [Comment Edited] (SLING-2803) Create a Validation module capable of validating POST requests or Resources

2013-03-29 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13617427#comment-13617427 ] Alexander Klimetschek edited comment on SLING-2803 at 3/29/13 3:28 PM:

[jira] [Commented] (SLING-2805) Sling Web Resource Cache and Compiler

2013-03-29 Thread Alexander Klimetschek (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13617437#comment-13617437 ] Alexander Klimetschek commented on SLING-2805: -- Some quick feedback: *

[jira] [Commented] (SLING-2803) Create a Validation module capable of validating POST requests or Resources

2013-03-29 Thread Radu Cotescu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13617467#comment-13617467 ] Radu Cotescu commented on SLING-2803: - I was also thinking to hook the Validation

Sling Dynamic Proxy

2013-03-29 Thread Dan Klco
Hello Everyone, A colleague (Michael Kelleher) and I have built an extension we would be interested in incorporating into Sling, as a contributed module. A short synopsis of this is, it functions as a far simpler, read-only ORM for Sling. It allows a developer to define an Interface, and

Re: [jira] [Commented] (SLING-2803) Create a Validation module capable of validating POST requests or Resources

2013-03-29 Thread Eric Norman
If I recall corectly, sometimes errors occur before the post processor gets a chance to run. Such as constraint violations on a node type. So I would think doing validation as a pre processor would catch a larger universe of errors. But, that could be complex to do right. On Mar 29, 2013 9:11

Re: Sling Dynamic Proxy

2013-03-29 Thread Justin Edelson
Hi Dan, This looks very interesting, but I'm curious why this code: ISlingProxyService slingProxyService; {…} Page page = slingProxyService.getProxy(resource, Page.class); Is not just Page page = resource.adaptTo(Page.class); Regards, Justin On Fri, Mar 29, 2013 at 3:14 PM, Dan

RE: Sling Dynamic Proxy

2013-03-29 Thread Dan Klco
Justin, I total agree, however I didn't see a way to inject adaptables into the Sling Adapter Manager without knowing the exact class to be adapted ahead of time. I would imagine there would be a way to change this, but I can't see one which would not require changing the Sling Adapter

Re: Sling Dynamic Proxy

2013-03-29 Thread Justin Edelson
Fixing/changing AdapterManager shouldn't be out of the question :) On Fri, Mar 29, 2013 at 4:04 PM, Dan Klco dan.k...@sixdimensions.comwrote: Justin, I total agree, however I didn't see a way to inject adaptables into the Sling Adapter Manager without knowing the exact class to be adapted

[jira] [Created] (SLING-2806) JEXL Scripting engine cause an exception in ScriptEngineManagerFactory

2013-03-29 Thread JIRA
Róbert Csákány created SLING-2806: - Summary: JEXL Scripting engine cause an exception in ScriptEngineManagerFactory Key: SLING-2806 URL: https://issues.apache.org/jira/browse/SLING-2806 Project:

[jira] [Updated] (SLING-2806) JEXL Scripting engine cause an exception in ScriptEngineManagerFactory

2013-03-29 Thread JIRA
[ https://issues.apache.org/jira/browse/SLING-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Róbert Csákány updated SLING-2806: -- Attachment: SLING-2806-fix.diff The problem is the loading of javax.script.ScriptEngineFactory