Hi All, In axiom-dom NodeImpl's [1] "setPrefix" method is implemented as follows,
public void setPrefix(String prefix) throws DOMException { throw new DOMException(DOMException.NAMESPACE_ERR, DOMMessageFormatter .formatMessage(DOMMessageFormatter.DOM_DOMAIN, DOMException.NAMESPACE_ERR, null)); } According to current trunk the "setPrefix" method is not overridden at any child class. But this method is called from opensaml framework when document builder is set to axiom-dom one. Is there any special reason for us not to implement "setPrefix" method ? If we are to implement this method what should be the correct behaviour of above method ? [1] http://svn.apache.org/repos/asf/webservices/commons/trunk/modules/axiom/modules/axiom-dom/src/main/java/org/apache/axiom/om/impl/dom/NodeImpl.java Thanks AmilaJ -- Mobile : +94773330538 --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org