You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Doug Davis <du...@us.ibm.com> on 2001/10/17 19:29:15 UTC

test error

FYI - the errors I'm seeing now on the functional tests involve:
java.lang.NoSuchMethodError

        at
org.apache.axis.message.MessageElement.<init>(MessageElement.java:133)

Which is:
          namespaceURI = elem.getNamespaceURI();

That is a valid method - any clues?
-Dug