In findDeclaredNamespace(string, string) method of OMElementImpl 
(Line #344) seems to have some improper condition in 'if' construct.
The condition given is a tautology.

Rather it should have been
        (prefix == null || "".equals(prefix)) { 

bye
Jayachandra

Reply via email to