[jira] Created: (SLING-477) Limit the number of job retries by default configuration

2008-05-25 Thread Carsten Ziegeler (JIRA)
Limit the number of job retries by default configuration Key: SLING-477 URL: https://issues.apache.org/jira/browse/SLING-477 Project: Sling Issue Type: Improvement

Re: Support for additional content types in SlingPostServlet

2008-05-25 Thread Felix Meschberger
Hi, Am Freitag, den 23.05.2008, 21:34 +0200 schrieb Tobias Bocanegra: On 5/23/08, Lars Trieloff [EMAIL PROTECTED] wrote: snip / the general idea is not to break the current API, so that HtmlResponse stays the default, but that users sending a JSON request will get a JSON response, unless

Re: Support for additional content types in SlingPostServlet

2008-05-25 Thread Felix Meschberger
Hi, Am Freitag, den 23.05.2008, 12:05 -0400 schrieb Lars Trieloff: Hi, I am planning to add support for additional content types to the SlingPostServlet that would allow processing Web Forms 2.0, JSON (allowing an effective-round-tripping from Sling.js), XML (in JCR document

Re: Support for additional content types in SlingPostServlet

2008-05-25 Thread Lars Trieloff
Hi, I did a bit of additional research, implemented the Web Forms 2.0 standalone as an Servlet Filter and have come to following conclusions: - WebForms 2.0 and (XML, JSON, ATOM) need to be treated differently, as only Web Forms 2.0 can have Attachments, and only Web Forms 2.0 can have

[jira] Created: (SLING-478) Support Web Forms 2.0 application/x-www-form+xml XML Submission

2008-05-25 Thread Lars Trieloff (JIRA)
Support Web Forms 2.0 application/x-www-form+xml XML Submission --- Key: SLING-478 URL: https://issues.apache.org/jira/browse/SLING-478 Project: Sling Issue Type: Improvement

[jira] Updated: (SLING-478) Support Web Forms 2.0 application/x-www-form+xml XML Submission

2008-05-25 Thread Lars Trieloff (JIRA)
[ https://issues.apache.org/jira/browse/SLING-478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Trieloff updated SLING-478: Attachment: formdata.tar.bz2 The attached file contains a Servlet Filter-based implementation of

How can i setup eclipse for development.

2008-05-25 Thread janandith jayawardena
Hi all, So far I have been working with vim-editor and the terminal to go through the source and do maven builds for sling. Instead of building manually I like to use the eclipse IDE. I would like to use it to checkout latest source code and build the project. In trying to do so during the past

Re: How can i setup eclipse for development.

2008-05-25 Thread Felix Meschberger
Hi Janandith, I use Eclipse only for editing and mostly for SVN commits and updates. For SVN checkouts and Maven builds I revert to the command line. It is suffiently easy to use and allows for better control : (1) checkout in the terminal $ svn checkout (2) create Eclipse project descriptors

[jira] Commented: (SLING-478) Support Web Forms 2.0 application/x-www-form+xml XML Submission

2008-05-25 Thread Tobias Bocanegra (JIRA)
[ https://issues.apache.org/jira/browse/SLING-478?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12599716#action_12599716 ] Tobias Bocanegra commented on SLING-478: base64 decoding of attachments oh gosh,