Thanks v. much to Jochen getting us started on maven 2. I've checked
in the pom.xml you contributed under WODEN-36. I've updated it so 'mvn
site' runs creates the test reports and I've posted the reports for
r447385 here. There are some failures which would be good to
understand why they are happening with maven2 and not when running the
tests using ant. There are two issues:
1) some of the tests for javax.xml.namespace.QName fail. I believe
we're being too harsh on the QName class here and some of these tests
are invalid.
2) the rest are caused the default impl of the stax-api not being
present - so most of the OM test cases fail. I get this
testReadValidWSDL20FromOM
Provider com.bea.xml.stream.MXParserFactory not found
javax.xml.stream.FactoryConfigurationError: Provider
com.bea.xml.stream.MXParserFactory not found
at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72)
at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:176)
at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:155)
at org.apache.axiom.om.util.StAXUtils.getXMLInputFactory(StAXUtils.java:40)
at org.apache.axiom.om.util.StAXUtils.createXMLStreamReader(StAXUtils.java:66)
at org.apache.axiom.om.impl.builder.StAXOMBuilder.<init>(StAXOMBuilder.java:89)
at org.apache.woden.internal.util.om.OMUtils.getOMBuilder(OMUtils.java:57)
at org.apache.woden.internal.util.om.OMUtils.getElement(OMUtils.java:75)
at org.apache.woden.internal.OMWSDLReader.readWSDL(OMWSDLReader.java:108)
at org.apache.woden.internal.OMWSDLReader.readWSDL(OMWSDLReader.java:1370)
at
org.apache.woden.OMWSDLReaderTest.testReadValidWSDL20FromOM(OMWSDLReaderTest.java:53)
Maybe if I put an explicit dependency on Woodstox this will go away,
but surely Axiom should be dragging in this dependency? Oshani,
perhaps you could shed some light?
[1] http://people.apache.org/~hughesj/woden/r447385/site/surefire-report.html
Thanks,
Jeremy
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]