Ok, thanks. Would be good if we could get it into the central Maven repo though.
Jarek On Mon, Jan 5, 2009 at 12:45 PM, Andreas Veithen <andreas.veit...@gmail.com> wrote: > Jarek, > > Thanks for pointing this out. > > Since the test specifically addressed issues appearing with version > 8.9, and we use that same version in Synapse, I would like to keep it. > I added a repository which contains the relevant artifacts. > > Andreas > > On Mon, Jan 5, 2009 at 16:29, Jarek Gawor <jga...@gmail.com> wrote: >> Andreas, >> >> In this change you upgrade to Saxon 8.9 but version 8.9 is not >> published in the Maven central repo (the latest version published is >> 8.7) and therefore this causes build problems. We either need to >> downgrade to 8.7 or publish 8.9 to Maven. >> >> Jarek >> >> On Mon, Dec 22, 2008 at 11:21 AM, <veit...@apache.org> wrote: >>> Author: veithen >>> Date: Mon Dec 22 08:21:05 2008 >>> New Revision: 728721 >>> >>> URL: http://svn.apache.org/viewvc?rev=728721&view=rev >>> Log: >>> Added some integration tests for DOOM with Saxon and Xalan. Changed the >>> exception thrown by NodeImpl#compareDocumentPosition from >>> UnsupportedOperationException to DOMException(NOT_SUPPORTED_ERR) to make >>> this work with Saxon 8.9. >>> >>> Added: >>> >>> webservices/commons/trunk/modules/axiom/modules/axiom-integration/src/test/java/org/apache/axiom/om/impl/dom/ >>> >>> webservices/commons/trunk/modules/axiom/modules/axiom-integration/src/test/java/org/apache/axiom/om/impl/dom/jaxp/ >>> >>> webservices/commons/trunk/modules/axiom/modules/axiom-integration/src/test/java/org/apache/axiom/om/impl/dom/jaxp/TransformerTest.java >>> (with props) >>> >>> webservices/commons/trunk/modules/axiom/modules/axiom-integration/src/test/resources/org/apache/axiom/om/impl/dom/ >>> >>> webservices/commons/trunk/modules/axiom/modules/axiom-integration/src/test/resources/org/apache/axiom/om/impl/dom/jaxp/ >>> >>> webservices/commons/trunk/modules/axiom/modules/axiom-integration/src/test/resources/org/apache/axiom/om/impl/dom/jaxp/identity.xslt >>> (with props) >>> >>> webservices/commons/trunk/modules/axiom/modules/axiom-integration/src/test/resources/org/apache/axiom/om/impl/dom/jaxp/input.xml >>> (with props) >>> >>> webservices/commons/trunk/modules/axiom/modules/axiom-integration/src/test/resources/org/apache/axiom/om/impl/dom/jaxp/output.xml >>> (with props) >>> >>> webservices/commons/trunk/modules/axiom/modules/axiom-integration/src/test/resources/org/apache/axiom/om/impl/dom/jaxp/stylesheet.xslt >>> (with props) >>> Modified: >>> >>> webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java >>> webservices/commons/trunk/modules/axiom/modules/axiom-integration/pom.xml >>>