Hudson build is back to stable : sling-trun k-1.5 ยป Apache Sling Launchpad Testing #541

2010-02-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/org.apache.sling$org.apache.sling.launchpad.testing/541/

Hudson build is back to stable : sling-trunk-1.5 #541

2010-02-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/541/changes

Re: Need to post-process Session instances

2010-02-09 Thread Felix Meschberger
Hi, What exactly do you envision doing with the session ? Regards Felix On 09.02.2010 02:46, Justin Edelson wrote: I need to add some logic to post-process Session instances before they are used for resource resolution. At first glance, it seems like what I should do is create an interface

Processing docx documents.

2010-02-09 Thread Ian Boston
Hi, I know from other uses of Lucene [1] that parsing docx type documents (with poi) can cause excessive memory usage. Does anyone know if the docx text extractors in use in Sling at the moment are problematic in this area. It looks like Tika 0.4 has made some inroads in this area in the

[jira] Commented: (SLING-1116) FORM Based Authentication

2010-02-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1116?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831395#action_12831395 ] Felix Meschberger commented on SLING-1116: -- In Rev. 907990 I added support for the

Re: Need to post-process Session instances

2010-02-09 Thread Justin Edelson
In this specific instance, I need to add namespace mappings to the Session-local namespace registry. Justin On Feb 9, 2010, at 3:41 AM, Felix Meschberger fmesc...@gmail.com wrote: Hi, What exactly do you envision doing with the session ? Regards Felix On 09.02.2010 02:46, Justin Edelson

Hudson build is back to normal : sling-trunk-1.5 #544

2010-02-09 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/sling-trunk-1.5/544/changes

[jira] Commented: (SLING-1172) Allow uploading JSON files to create content structures

2010-02-09 Thread Vidar S. Ramdal (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831504#action_12831504 ] Vidar S. Ramdal commented on SLING-1172: The content loader already has this

[jira] Resolved: (SLING-1362) JCR WebConsole Namespace printer should show if a namespace is registered globally or locally

2010-02-09 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson resolved SLING-1362. --- Resolution: Fixed Fix Version/s: Servlets Post 2.0.6 added in r908099 JCR

Re: Need to post-process Session instances

2010-02-09 Thread Justin Edelson
Posted a code review here: http://codereview.appspot.com/207045 On 2/9/10 3:41 AM, Felix Meschberger wrote: Hi, What exactly do you envision doing with the session ? Regards Felix On 09.02.2010 02:46, Justin Edelson wrote: I need to add some logic to post-process Session instances

[jira] Commented: (SLING-1172) Allow uploading JSON files to create content structures

2010-02-09 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1172?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12831583#action_12831583 ] Felix Meschberger commented on SLING-1172: -- Sounds like a good idea. For JSON I

Re: Need to post-process Session instances

2010-02-09 Thread Felix Meschberger
Hi, On 09.02.2010 17:47, Justin Edelson wrote: Posted a code review here: http://codereview.appspot.com/207045 Looks good to me. Comments: * I started defining a SERVICE_NAME constant in service interfaces to prevent doing the Fully.Quallified.Class.Name.class stuff... * How about

Re: Need to post-process Session instances

2010-02-09 Thread Justin Edelson
Thanks for your feedback. What do you think about SessionConfigurer as the interface name? Justin On 2/9/10 1:58 PM, Felix Meschberger wrote: Hi, On 09.02.2010 17:47, Justin Edelson wrote: Posted a code review here: http://codereview.appspot.com/207045 Looks good to me. Comments:

[jira] Assigned: (SLING-1363) Add a component which allows bundles to configure the session returned by SlingRepository

2010-02-09 Thread Justin Edelson (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Justin Edelson reassigned SLING-1363: - Assignee: Justin Edelson Add a component which allows bundles to configure the session

[jira] Created: (SLING-1363) Add a component which allows bundles to configure the session returned by SlingRepository

2010-02-09 Thread Justin Edelson (JIRA)
Add a component which allows bundles to configure the session returned by SlingRepository - Key: SLING-1363 URL: https://issues.apache.org/jira/browse/SLING-1363

[jira] Updated: (SLING-1364) Inside a Bundle Project it is not possible to executed an embedded Test with LaunchPad, Cargo and Jetty

2010-02-09 Thread Andreas Schaefer (JIRA)
[ https://issues.apache.org/jira/browse/SLING-1364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andreas Schaefer updated SLING-1364: Attachment: pom copy.xml This is a cleaned up copy of the POM I used to run the embedded

Re: [jira] Commented: (SLING-1172) Allow uploading JSON files to create content structures

2010-02-09 Thread Andreas Schaefer
I am currently working on a project where we might use Sling. In order to evaluate this I created my own Sling servlet in order to take JSon and create / merge (hibernate lingo) data. Therefore I would love to have a way to upload JSon and would be willing to lend a hand getting this off the

Re: [jira] Commented: (SLING-1172) Allow uploading JSON files to create content structures

2010-02-09 Thread Ian Boston
Simon who works with me wrote this, but it takes a post of json in the parameter tree as a modification to a sub tree. Our ui developers love it. They can convert many post operations into one post. If of use, I'll ask Simon to submit as a patch on the jira. Ian

Re: [jira] Commented: (SLING-1172) Allow uploading JSON files to create content structures

2010-02-09 Thread Justin Edelson
Ian- How do you currently deal with partial node updates? For example, if you had /some/path/node /some/path/node/child1 /some/path/node/child2 and submitted to /some/path/node: { 'jcr:title': 'some title', 'jcr:description': 'some description' } Would child1 and child2 be deleted? Justin

Re: Need to post-process Session instances

2010-02-09 Thread Carsten Ziegeler
Justin Edelson wrote: Thanks for your feedback. What do you think about SessionConfigurer as the interface name? I see the interface but I fail to see a use case for this :) I'm not against it, but just curious why this is needed. Regards Carsten -- Carsten Ziegeler cziege...@apache.org