[jira] [Commented] (SLING-2718) Add integration test for the error handling mechanism

2013-02-01 Thread Antonio Sanso (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2718?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13568624#comment-13568624 ] Antonio Sanso commented on SLING-2718: -- adding more ITs in rev. 1441365

Jenkins build is back to stable : sling-trunk-1.6 ยป Apache Sling Launchpad Testing #1565

2013-02-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/org.apache.sling$org.apache.sling.launchpad.testing/1565/

[jira] [Created] (SLING-2721) Integration test for JAXB marhsalling

2013-02-01 Thread Robert Munteanu (JIRA)
Robert Munteanu created SLING-2721: -- Summary: Integration test for JAXB marhsalling Key: SLING-2721 URL: https://issues.apache.org/jira/browse/SLING-2721 Project: Sling Issue Type: Test

[jira] [Updated] (SLING-2721) Integration test for JAXB marhsalling

2013-02-01 Thread Robert Munteanu (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Munteanu updated SLING-2721: --- Attachment: SLING-2721-1.patch Patch which provides the ITs. Note that for JAXB to work I

RE: Writing a Java 6-only integration test

2013-02-01 Thread Robert Munteanu
-Original Message- From: Bertrand Delacretaz [mailto:bdelacre...@apache.org] Sent: Thursday, January 31, 2013 6:44 PM To: dev@sling.apache.org Subject: Re: Writing a Java 6-only integration test On Thu, Jan 31, 2013 at 5:42 PM, Felix Meschberger fmesc...@adobe.com wrote: ...I

Jenkins build is still unstable: sling-trunk-1.6 #1565

2013-02-01 Thread Apache Jenkins Server
See https://builds.apache.org/job/sling-trunk-1.6/changes

Sling Error handling

2013-02-01 Thread Antonio Sanso
Hi *, while working on SLING-2718 [0] I have noticed something that made me wonder. In particular if you see [1] I had to comment one line of my test in order to pass it public void test_500_errorhandling() throws IOException{ final String expected = Internal Server

[jira] [Created] (SLING-2722) Add support for transitive partialbundlelist dependencies with the maven-launchpad-plugin

2013-02-01 Thread Rupert Westenthaler (JIRA)
Rupert Westenthaler created SLING-2722: -- Summary: Add support for transitive partialbundlelist dependencies with the maven-launchpad-plugin Key: SLING-2722 URL:

[jira] [Updated] (SLING-2722) Add support for transitive partialbundlelist dependencies with the maven-launchpad-plugin

2013-02-01 Thread Rupert Westenthaler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2722?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rupert Westenthaler updated SLING-2722: --- Attachment:

Dist directory is now managed through SVN

2013-02-01 Thread Carsten Ziegeler
Hi, our dist directory (www.apache.org/dist/sling) is now managed through svn. So updating: https://dist.apache.org/repos/dist/release/sling/ automatically gets the updates to that directory - no need to ssh login to the server anymore for uploading dist. Regards Carsten -- Carsten Ziegeler

Integration test for delivering Email

2013-02-01 Thread Robert Munteanu
Hi, Since Sling now delivers a system bundle extension fragment for JAF and the latest JavaMail releases ( 1.4.5 verified ) are now valid OSGi bundles, it is possible to send email from Sling by just installing the javax.mail:mail bundle. To celebrate this happy event I'd like to add an

Re: Sling Error handling

2013-02-01 Thread Carsten Ziegeler
Hi, if you call sendError writing output is not allowed. From the spec: These methods [sendError, sendRedirect] will have the side effect of committing the response, if it has not already been committed, and terminating it. No further output to the client should be made by the servlet after these