Hello, I'm having a problem with created an enveloped signature. I was able to create an enveloping signature just fine, but the enveloped signature hangs on the XMLSignature.sign(privateKey) method for a long time, before throwing an error.
I was able to figure out what the error was; by default, the XMLSignature.sign(privateKey) method was trying to access http://www.w3.org/2000/09/xmldsig#rsa-sha1 and failing. I can pull that up in my browser, so I don't know why it's hanging there. I didn't have this issue with an enveloping signature. I wrote an extension of ResourceResolverSpi and mapped http://www.w3.org/2000/09/xmldsig#rsa-sha1 to point to the schema included in the XML Security JAR file. That works fine, but I'm wondering what the best solution is, and why enveloped signatures need to access this URL at all? I can provide code as needed if it's necessary. Thanks, Michael Bishop
