Yo, anyone else seeing problems with Jetty and the rest-showcase when building 2.1.x ? I tried last night and had trouble, but left it go. I tried again just now, doing a `mvn clean install -Pall` and when I get to the integration tests for the rest-showcase, it looks like jetty has trouble. Here is what I can see on the console running the tests -
Dec 1, 2008 12:34:24 AM net.sourceforge.jwebunit.htmlunit.HtmlUnitDialog$1 webWindowContentChanged INFO: Window "" changed : "no_html" became "Error 503 SERVICE_UNAVAILABLE" Dec 1, 2008 12:34:24 AM com.gargoylesoftware.htmlunit.WebClient getPage INFO: statusCode=[503] contentType=[text/html] Dec 1, 2008 12:34:24 AM com.gargoylesoftware.htmlunit.WebClient getPage INFO: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/> <title>Error 503 SERVICE_UNAVAILABLE</title> </head> <body> <h2>HTTP ERROR: 503</h2><pre>SERVICE_UNAVAILABLE</pre> <p>RequestURI=/struts2-rest-showcase/orders/3.json</p> <p><i><small><a href="http://jetty.mortbay.org">Powered by jetty://</a></small></i></p> Then, a slew of test failures are listed. JBoss, resin, and tomcat all pass... Anyone else seeing this? -Wes --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]