DO NOT REPLY [Bug 40404] - Adding X509 subelements impotent for signing

2006-09-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 40404] - Adding X509 subelements impotent for signing

2006-09-04 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

Re: Aleksey's xmlsec

2006-09-04 Thread Raul Benito
Hi Jean-Luc, I have only used the Aleksey library within xmlbench (http://xmlbench.sourceforge.net/) benchmark. And only for compare the two libraries. But regarding speed I think that the apache library is faster in long running jobs where the jre JIT can kick in. Anyway if you do any compariso

Re: SOAP Header is not available for the messages created in Tomcat 5.5.17

2006-09-04 Thread Raul Benito
Hi Nilantha, I think you have choose the wrong mail list for this question. Axis issues are discussed in its own list. Please forward this post to it. Regards, On 8/29/06, Nilantha Jayalath <[EMAIL PROTECTED]> wrote: Hi, I have axis.jar (1.2.1) and saaj-impl.jar(1.3) in a same web applica

Re: dumping the canonical form of a Reference to a log or stdout

2006-09-04 Thread Raul Benito
Markus I'm not a JDOM expert, well I have never use it. But It seems to me that the JDOM is not creating a DOM tree namespace-aware. To see what it means instead of DOMOutputter outputter = new DOMOutputter(); return outputter.output(jdomDoc); Just write to a ByteArray or a String, a

Re: dumping the canonical form of a Reference to a log or stdout

2006-09-04 Thread Markus Werner
Hi Raul, the client side uses Apache XML Security for Java 1.3.0 [1]. The XML-Document is created using JDOM first and then it is translated into a org.w3c.Document using the following function: public org.w3c.dom.Document convertToDOM(Document jdomDoc) throws JDOMException {

Re: dumping the canonical form of a Reference to a log or stdout

2006-09-04 Thread Raul Benito
Hi Markus, The output from the server side is correct. In the client, What version of xmlsec are you using?. Are you creating the org.w3c.Document namespace aware? Regards, Raul On 9/2/06, Markus Werner <[EMAIL PROTECTED]> wrote: Hi Sean, The server processes exactly the same message, since