At ResolverFragment.java:60 Document doc = uri.getOwnerElement().getOwnerDocument();
This happens when we try to verify a xml signature. We are using axiom(version 1)/wss4j-1.5.0/xerces-2.7.1/xml-api-1.3.02/xmlsec-1.3.0 with Tomcat. uri.getOwnerElement() is of type DocumentImpl that can't be type cast into Element as none of the super classes implement the Element interface. Am I right? I am new to web services and I don't understand fully. But this problem is always reproducible in our environment. Any help will be greatly appreciated. thanks Aravind
