You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by Julien TAUPIN <ju...@ilex.fr> on 2005/09/20 17:36:46 UTC

Using XMLSecurity with a JCA provider other than default one

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.

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

Posted by Sean Mullan <Se...@Sun.COM>.
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
> exception.

Could be a bug but more details are needed.

--Sean