For a while now I've been getting intermitent hangs of the trunk build in the tests of binding.rest.runtime, does anyone else see that? This is the console log of where it gets up to:
03-May-2011 11:17:53 org.apache.tuscany.sca.node.impl.NodeImpl start INFO: Starting node: http://tuscany.apache.org/sca/1.1/nodes/default0 domain: de fault 03-May-2011 11:17:53 org.apache.tuscany.sca.node.impl.NodeFactoryImpl loadContri butions INFO: Loading contribution: file:/C:/Ant/svn/trunk/modules/binding-rest-runtime/ target/test-classes/ 03-May-2011 11:17:54 org.apache.tuscany.sca.http.jetty.JettyLogger info INFO: jetty-6.1.26 03-May-2011 11:17:54 org.apache.tuscany.sca.http.jetty.JettyLogger info INFO: Started SelectChannelConnector@localhost:8085 03-May-2011 11:17:54 org.apache.wink.server.internal.servlet.RestServlet getAppl ication WARNING: The applicationConfigLocation property was not defined. 03-May-2011 11:17:54 org.apache.wink.server.internal.servlet.RestServlet getAppl ication INFO: The system is using the null JAX-RS application class named in the applica tionConfigLocation init-param initialization parameter. 03-May-2011 11:17:54 org.apache.wink.server.internal.application.ApplicationProc essor process INFO: The following JAX-RS application has been processed: org.apache.wink.serve r.internal.application.ServletWinkApplication 03-May-2011 11:17:54 org.apache.wink.server.internal.log.Providers log INFO: The class org.apache.tuscany.sca.binding.rest.provider.DataBindingJAXRSRea der was registered as a JAX-RS MessageBodyReader provider for all Java types and */* media types. 03-May-2011 11:17:54 org.apache.wink.server.internal.log.Providers log INFO: The class org.apache.tuscany.sca.binding.rest.provider.DataBindingJAXRSWri ter was registered as a JAX-RS MessageBodyWriter provider for all Java types and */* media types. 03-May-2011 11:17:54 org.apache.tuscany.sca.http.jetty.JettyServer addServletMap ping INFO: Added Servlet mapping: http://localhost:8085/Customer/* 03-May-2011 11:17:54 org.apache.wink.server.internal.application.ApplicationProc essor process INFO: The following JAX-RS application has been processed: org.apache.tuscany.sc a.binding.rest.provider.RESTServiceBindingProvider$SimpleApplication 03-May-2011 11:17:54 org.apache.tuscany.sca.core.assembly.impl.EndpointRegistryI mpl addEndpoint INFO: Add endpoint - binding.rest - http://localhost:8085/Customer/ ...ant
