RE: FW:

2010-01-06 Thread Bolcina Ivan
Hi. I use Apache XML encryption. I get key from SUN MS CAPI provider. It gets key from Windows Certificate store, which gets key from smartcard. So I guess the smart card reject decryption. The actual exception I get is this: org.apache.xml.security.encryption.XMLEncryptionException: No Key

debugging

2010-01-06 Thread Bolcina Ivan
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

Re: debugging

2010-01-06 Thread Sean Mullan
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