xmlsec 1.3RC2

2005-09-20 Thread Raul Benito
I hava just upload the xmlsec-1.2.97.jar to the http://xml.apache.org/security/dist/java-library/. Please test it, to see how it goes. Regards, Raul -- http://r-bg.com

Re: Using XMLSecurity with a JCA provider other than default one

2005-09-20 Thread Sean Mullan
Julien TAUPIN wrote: Hi all, Is it possible to use the XML Security API with a JCA / JCE provider which is not the default provider. Yes. The problem is that I need to use a specific provider but when I define this one as the default provider the jar verifier causes a stack overflow exceptio

Using XMLSecurity with a JCA provider other than default one

2005-09-20 Thread Julien TAUPIN
Hi all, Is it possible to use the XML Security API with a JCA / JCE provider which is not the default provider. The problem is that I need to use a specific provider but when I define this one as the default provider the jar verifier causes a stack overflow exception.