The trouble I see is we have a declared dependency in our pom.xml on axiom-impl and of course that drags in the axiom-api artifact. However, neither of these shows a dependency on woodstox. It is the axiom-parent that depends on woodstox. I can't add axiom-parent as a dependency to the woden pom.xml because there's nothing in the repository corresponding to axiom-parent.
Any comments? Thanks, Jeremy On 9/18/06, Oshani Seneviratne <[EMAIL PROTECTED]> wrote:
Hi, I couldn't look at the maven script, but if the woodstox dependency is not there, I think the failures are expected :). We HAVE a woodstox dependency in the current ant script as well. Even with Axiom1.1.1, we would need to have this dependency explicitly. Oshani On 9/18/06, Jeremy Hughes <[EMAIL PROTECTED]> wrote: > 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] > > --------------------------------------------------------------------- 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]
