XML Sign
Good afternoon.
We are trying, through a java function, to sign an XML. However, we get the error "ORA-29532: Java call terminated by Java exception not detected: javax.xml.crypto.dsig.XMLSignatureException: javax.xml.crypto.URIReferenceException: com.sun.org.apache.xml.internal.security .utils.resolver.ResourceResolverException: Could not find a resolver for URI # infPS_1 and Base null" when calling the procedure sign. Our BD version is "Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production" and Java version in BD is "1.5.0_10".
Do you have anything in your knowledge base about that?
We attached a file with the query that makes the call to java function and also the java class.