I retrieved the MUSE-270 fixes and tried rebuilding MUSE 2.3 but their is still a problem with a org.apache.muse.util.xml.XmlUtils missing the EMPTY_DOC element. I took the WsnErrors project and extracted the 2.2 libs from this into my wsn-producer and wsn-consumer projects and repackaged the war files. These libraries seemed to resolve the XmlUtils problems and WsnTestClient no longer stack dumps in the request. When I run the test it fails because the consumer EPR is unreachable. I've confirmed that the URI is correct and the wsn-consumer is deployed and running. The Tomcat localhost_access_log is showing that the HTTP Get on the consumer is failing with a 405 error
127.0.0.1 - - [04/Nov/2010:09:09:43 -0700] "GET /wsn%2Dconsumer HTTP/1.1" 405 1110 127.0.0.1 - - [04/Nov/2010:09:10:54 -0700] "POST /wsn-producer/services/WsResource HTTP/1.1" 200 1679 (HTTP method GET is not supported by this URL). The muse.xml router-entries are up to date with the latest fixes. Is this a Tomcat protection problem or something else? -- View this message in context: http://old.nabble.com/WsrfTestClient-test-fails-tp30125201p30134454.html Sent from the Muse User mailing list archive at Nabble.com.
