Sorry. The problem occurred when I imported Woden into Eclipse. I told it to import from "woden" and it gave me 4 choices "Site", "java", "java", and "java"; naturally I picked the first 'java' and ended up building and testing M2_20051207.
I've since imported M5_20060611 and all 160 tests completed successfully. - gp > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Jeremy Hughes > Sent: Thursday, July 27, 2006 3:17 AM > To: [email protected] > Subject: Re: Many JUnit tests failing due incorrect namespace URI > > Hi, > > I just did a fresh svn checkout, set classpath for JUNIT then > ant runTests. All tests pass. > > From the error you're seeing, you probably have an old level > of woden (from January). > > The spec moved from the 2005/08 to the 2006/01 level in > January and we changed Woden accordingly to expect namespaces > with 2006/01. > > You could either re-checkout woden and build and run the > tests or if you only want binaries, you could download from here: > > http://people.apache.org/dist/ws/woden/milestones/1.0.0M5-incubating/ > > Cheers, > Jeremy > > On 7/26/06, Gilbert Pilz <[EMAIL PROTECTED]> wrote: > > Apologies if this has already been discussed on the list > but I noticed > > that a large number of JUnit test cases seem to be failing. Some of > > the cases that are failing look they are supposed to fail, > but I don't > > think they are failing for the correct reason. > > > > For example: > > org.apache.woden.tests.wsdl20.W3CTestSuiteTest.testImportIB. The > > documentation in the WSDL says: > > > > This test shows an invalid use of an XML schema import. The > > xs:import element MUST be a child of the wsdl:types element. The > > references to the elements name:SIN and name:Name will fail to > > resolve. > > > > But the Junit trace shows: > > > > junit.framework.AssertionFailedError: Unable to read WSDL document > > because of WSDLException: faultCode=INVALID_WSDL: Fatal WSDL error: > > 0:0,WSDL004,Expected a "{http://www.w3.org/2005/08/wsdl}description" > > element, but found a "{http://www.w3.org/2006/01/wsdl}description" > > element instead.,: > > > > All in all there are 26 cases that fail due to use of the > "2006/01" URI. > > Some of them (like > > > org.apache.woden.tests.wsdl20.W3CTestSuiteTest.testCreditCardFaults1G) > > don't look like they are supposed to fail at all. > > > > - gp > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
