[jira] Commented: (SLING-301) Dojo Classes for accessing the repository via the µjax protocol

2008-12-21 Thread Rory Douglas (JIRA)
'statement' and 'searchprops' to enable specifying a search query for the JsonQueryServlet, rather than a JsonRendererServlet URL. The modified files are attached as a zip (dojo.sling.patch.20081221.zip). Also includes a new demo page (demo4.html) and a set of sample nodes (samplenodes.json) used

[jira] Updated: (SLING-301) Dojo Classes for accessing the repository via the µjax protocol

2008-12-21 Thread Rory Douglas (JIRA)
[ https://issues.apache.org/jira/browse/SLING-301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rory Douglas updated SLING-301: --- Attachment: dojo.sling.patch.20081221.zip Updates to SlingNodeStore SlingPropertyStore to work

json on root node

2008-12-21 Thread Torgeir Veimo
Using http://localhost:8080/.json works, but trying http://localhost:8080/.infinity.json or http://localhost:8080/.1.json gives me an exception and error 500; org.apache.sling.commons.json.JSONException: Misplaced endArray.

Re: json on root node

2008-12-21 Thread Rory Douglas
I've noticed this too. From tracing through the code, I think the problem starts when writing out non-JCR Resources (like BundleResource or SyntheticResource). The dump(Resource, JSONWriter,int, int) method of JsonResourceWriter tries to adapt the given Resource to ValueMap, then a Map and

[jira] Created: (SLING-792) Adapt Sling(Node|Property)Store to Dojo 1.2 and some extensions

2008-12-21 Thread Felix Meschberger (JIRA)
are attached as a zip (dojo.sling.patch.20081221.zip). Also includes a new demo page (demo4.html) and a set of sample nodes (samplenodes.json) used by the demo. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.

[jira] Commented: (SLING-301) Dojo Classes for accessing the repository via the µjax protocol

2008-12-21 Thread Felix Meschberger (JIRA)
Project: Sling Issue Type: Improvement Components: Servlets Post Reporter: Lars Trieloff Assignee: Felix Meschberger Priority: Minor Attachments: demo.html, demo2.html, demo4.html, dojo-ujax.tar.gz, dojo.sling.patch.20081221.zip

[jira] Created: (SLING-793) Improve property file includes

2008-12-21 Thread Carsten Ziegeler (JIRA)
Improve property file includes -- Key: SLING-793 URL: https://issues.apache.org/jira/browse/SLING-793 Project: Sling Issue Type: Improvement Affects Versions: Launchpad Base 2.0.2 Reporter:

Re: [jira] Updated: (SLING-301) Dojo Clas ses for accessing the repository via the µjax protocol

2008-12-21 Thread Felix Meschberger
: --- Attachment: dojo.sling.patch.20081221.zip Updates to SlingNodeStore SlingPropertyStore to work with Dojo 1.2, plus feature enhancements Dojo Classes for accessing the repository via the µjax protocol --- Key