DO NOT REPLY [Bug 43685] Problem verifying signatures generated by BEA Aqualogic

2008-06-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43685 --- Comment #14 from [EMAIL PROTECTED] 2008-06-26 14:12:29 PST --- Created an attachment (id=22183) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22183) Reference canonicalized output -- Configure bugmail: https://issues

DO NOT REPLY [Bug 43685] Problem verifying signatures generated by BEA Aqualogic

2008-06-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43685 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |NEEDINFO --- Comment #15 fr

Cannot get an evenloped signature to work...

2008-06-26 Thread Ian Hummel
Hi everyone, I cannot seem to get a simple example enveloped signature example to work. I guess I am doing something stupid, but I can't for the life of me figure out what's wrong! I get this error using jdk 5 and xmlsec 1.4.0 or 1.4.2 (but it seems to work with 1.3.0??): Exception in

Re: Cannot get an evenloped signature to work...

2008-06-26 Thread Sean Mullan
You must always use the DOM namespace aware methods when creating elements and attributes, change: > Element assertion = doc.createElement("Assertion"); > assertion.setAttribute("id", "mynode"); to: > Element assertion = doc.createElementNS(null, "Assertion"); > assertion.setAttributeN