Re: releasing resource and servlet archetypes

2010-10-14 Thread Carsten Ziegeler
Great and thanks, Justin :)

Carsten

Justin Edelson  wrote
 Does anyone see an issue with me releasing the resource and servlet
 archetypes? The launchpad archetypes should probably wait until Sling 6.
 
 Justin
 


-- 
Carsten Ziegeler
cziege...@apache.org


[jira] Created: (SLING-1842) IllegalStateException in DefaultErrorHandlerServlet when HttpServletResponse.getOutputStream() already called

2010-10-14 Thread Carl Hall (JIRA)
IllegalStateException in DefaultErrorHandlerServlet when 
HttpServletResponse.getOutputStream() already called
-

 Key: SLING-1842
 URL: https://issues.apache.org/jira/browse/SLING-1842
 Project: Sling
  Issue Type: Bug
  Components: Servlets
Reporter: Carl Hall


When getOutputStream() has been called, DefaultErrorHandlerServlet is unable to 
write the error page and dumps an exception in the logs.  It'd be nice if it 
failed a bit more gracefully.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (SLING-1842) IllegalStateException in DefaultErrorHandlerServlet when HttpServletResponse.getOutputStream() already called

2010-10-14 Thread Carl Hall (JIRA)

 [ 
https://issues.apache.org/jira/browse/SLING-1842?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Carl Hall updated SLING-1842:
-

Attachment: SLING-1842.diff

Attaching patch of proposed workaround for degrading when PrintWriter isn't 
immediately available.

 IllegalStateException in DefaultErrorHandlerServlet when 
 HttpServletResponse.getOutputStream() already called
 -

 Key: SLING-1842
 URL: https://issues.apache.org/jira/browse/SLING-1842
 Project: Sling
  Issue Type: Bug
  Components: Servlets
Reporter: Carl Hall
 Attachments: SLING-1842.diff


 When getOutputStream() has been called, DefaultErrorHandlerServlet is unable 
 to write the error page and dumps an exception in the logs.  It'd be nice if 
 it failed a bit more gracefully.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Created: (SLING-1843) add a goal to maven-launchpad-plugin similar to versions:display-dependency-updates

2010-10-14 Thread Justin Edelson (JIRA)
add a goal to maven-launchpad-plugin similar to 
versions:display-dependency-updates
---

 Key: SLING-1843
 URL: https://issues.apache.org/jira/browse/SLING-1843
 Project: Sling
  Issue Type: New Feature
  Components: Maven Plugins
Reporter: Justin Edelson


see 
http://mojo.codehaus.org/versions-maven-plugin/examples/display-dependency-updates.html

running mvn launchpad:display-bundle-updates should show a list of bundles in 
the bundle list for which newer versions exist.

Similar to the versions-maven-plugin goal, -DallowSnapshots should default to 
false, but be usable to display snapshot upgrades.

Important note - only the current project's bundle list (i.e. 
src/main/bundles/list.xml) will be analyzed, not the fully resolved bundle list.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.