o:sean.mul...@sun.com] Sent: Monday, January 11, 2010 8:47 PM
To: security-dev@xml.apache.org Subject: Re: debugging
Are you using the JSR 105 API and JDK 6? If you are, it could be
using the XML Security implementation bundled with JDK 6. This uses a
different logging mechanism (JDK logging). If so
n.com [mailto:sean.mul...@sun.com]
Sent: Monday, January 11, 2010 8:47 PM
To: security-dev@xml.apache.org
Subject: Re: debugging
Are you using the JSR 105 API and JDK 6? If you are, it could be using
the XML Security implementation bundled with JDK 6. This uses a
different logging mechanism (JDK logging).
n
and then I started my app.like
-Original Message-
From: sean.mul...@sun.com [mailto:sean.mul...@sun.com]
Sent: Monday, January 11, 2010 5:10 PM
To: security-dev@xml.apache.org
Subject: Re: debugging
Look at src/org/apache/xml/security/resource/log4j.properties in the
source tree. Ch
sean.mul...@sun.com [mailto:sean.mul...@sun.com]
Sent: Monday, January 11, 2010 5:10 PM
To: security-dev@xml.apache.org
Subject: Re: debugging
Look at src/org/apache/xml/security/resource/log4j.properties in the
source tree. Change these lines to print debug messages on Console:
log4j.logger.org.apache.xml.sec
properties?
BR,ivan
-Original Message-
From: sean.mul...@sun.com [mailto:sean.mul...@sun.com]
Sent: Wednesday, January 06, 2010 3:27 PM
To: security-dev@xml.apache.org
Subject: Re: debugging
Bolcina Ivan wrote:
Hi.
How to enable debuging messages. I looked at log4j.log and it seem
ation
files/startup properties?
BR,ivan
-Original Message-
From: sean.mul...@sun.com [mailto:sean.mul...@sun.com]
Sent: Wednesday, January 06, 2010 3:27 PM
To: security-dev@xml.apache.org
Subject: Re: debugging
Bolcina Ivan wrote:
> Hi.
>
>
>
> How to enable debuging m
Bolcina Ivan wrote:
Hi.
How to enable debuging messages. I looked at log4j.log and it seems
fine, but no debug messages are printed out to console?
See: http://commons.apache.org/logging/guide.html#Configuration
--Sean
Hi.
How to enable debuging messages. I looked at log4j.log and it seems fine, but
no debug messages are printed out to console?
Thanks,
Ivan
Wally Dennis wrote:
Thanks Sean - since I am a bit new to this, would I create the RFE in
bugzilla?
Yes, just goto https://issues.apache.org/bugzilla/index.cgi and select
"Enter a new bug report" and file it under the security category. You
will need to first create a bugzilla account if
to
security-dev@xml.apache.org
To
security-dev@xml.apache.org
cc
Subject
Re: XML Signature debugging
Wally Dennis wrote:
>
> Thank you very much for the quick responses.
>
> No - I'm not getting any messages at all from the XML Security code. It
> appears as though the
Wally Dennis wrote:
Thank you very much for the quick responses.
No - I'm not getting any messages at all from the XML Security code. It
appears as though the logging statements that exist in the JSR 105
version do not exist in the Apache API.
Yes, the JSR 105 code path has more extens
3/28/2008 03:34 PM
Please respond to
security-dev@xml.apache.org
To
security-dev@xml.apache.org
cc
Subject
Re: XML Signature debugging
Wally Dennis wrote:
>
> Update:
>
> I decided to try to enable the JDK Logging facility to run in parallel
> with Log4j, since in theo
Wally Dennis wrote:
Update:
I decided to try to enable the JDK Logging facility to run in parallel
with Log4j, since in theory there should be no conflicts. However, when
I follow the instructions contained in the blog postings for how to
configure the logging, I still do not get any output
It should work. Try:
java -Djava.util.logging.config.file=logging.properties ...
where logging.properties contains:
handlers= java.util.logging.ConsoleHandler
.level= INFO
java.util.logging.ConsoleHandler.level = FINER
java.util.logging.ConsoleHandler.formatter =
java.util.logging.SimpleFormat
ty-dev@xml.apache.org
cc
Subject
XML Signature debugging
I am trying to enable debug logging on XML Signature creation/validation -
I
have read Sean's blog entries here:
http://weblogs.java.net/blog/mullan/archive/2006/02/more_xml_signat_1.html
http://weblogs.java.net/blog/mullan/arch
I am trying to enable debug logging on XML Signature creation/validation - I
have read Sean's blog entries here:
http://weblogs.java.net/blog/mullan/archive/2006/02/more_xml_signat_1.html
http://weblogs.java.net/blog/mullan/archive/2008/03/configuring_the.html#comment
s
and these do describe th
Yes, that's it. No memory leaks there any more, but few others
persists.
Best regards,
Milan
> -Original Message-
> From: Berin Lautenbach [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, March 30, 2004 12:57 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Mem
Milan,
This time I can't explain it.
Can you add :
m_X509List.push_back(h);
immediately after the XSECnew(...)?
That will add it to the internal list of certificates, which will also
ensure it gets deleted when the KeyInfo is deleted.
Cheers,
Berin
Milan Tomic wrote:
Berin,
Title: Memory leaks (debugging)
Berin,
I'm still trying to discover source of memory leaks I'm expiriencing. Please, could you explain to me what this peace of code means:
DSIGKeyInfoX509::appendX509Certificate() {
...
... //more code here
...
X509Holder * h;
Andrew,
Fix is in CVS.
With thanks!
Cheers,
Berin
Berin Lautenbach wrote:
Andrew,
DSIGREference::createBlankReference executes
ret->setAttribute(MAKE_UNICODE_STRING("type"),with a lower case 't' on
"type".
Ouch. You are absolutely correct - this should be an upper case 'T'. I
will
Andrew,
> DSIGREference::createBlankReference executes
> ret->setAttribute(MAKE_UNICODE_STRING("type"),with a lower case 't' on
> "type".
Ouch. You are absolutely correct - this should be an upper case 'T'. I
will check a fix into CVS tonight.
> Being a newbie, is this the proper way to report
I figured out my debugging problem and what I discovered I believe is a bug in
the XSec DSIGReference.cpp
Here is the situation:
DSIGREference::createBlankReference executes
ret->setAttribute(MAKE_UNICODE_STRING("type"),with a lower case 't' on "type".
Howev
rkspace but that doesn't help either.
If anyone could shed some light ont his for me and offer other debugging
methods that would be great.
Thanks in advance
Andrew
23 matches
Mail list logo