Re: [java] config.xml and JCA/JCE provider issues

2004-10-06 Thread Vishal Mahajan
I'll go ahead and check-in the patch. Vishal Berin Lautenbach wrote: Sounds like a good thing to me! Vishal Mahajan wrote: I would like to hear what other members on the list think about going for this change. Vishal Davanum Srinivas wrote: Vishal, +1 from me. thanks, dims On Tue, 05 Oct 2004 04:

Re: [java] config.xml and JCA/JCE provider issues

2004-10-06 Thread Berin Lautenbach
Sounds like a good thing to me! Vishal Mahajan wrote: I would like to hear what other members on the list think about going for this change. Vishal Davanum Srinivas wrote: Vishal, +1 from me. thanks, dims On Tue, 05 Oct 2004 04:40:46 +, Vishal Mahajan <[EMAIL PROTECTED]> wrote: All: Based

Re: [java] config.xml and JCA/JCE provider issues

2004-10-06 Thread Raul Benito
> I would like to hear what other members on the list think about going > for this change. > > Vishal > > Davanum Srinivas wrote: > +1 for me, It simplifies the code that is very good, and it seems to ease the burden of supporting several JCE/JRE(which I don't have experience as I always using sun

RE: [java] config.xml and JCA/JCE provider issues

2004-10-05 Thread Scott Cantor
> I would like to hear what other members on the list think about going > for this change. I'm strongly in favor of it. We've been sort of fighting this mechanism and having trouble with helping people that have unusual JCE requirements. If I understand the change correctly, it will let people u

Re: [java] config.xml and JCA/JCE provider issues

2004-10-05 Thread Vishal Mahajan
I would like to hear what other members on the list think about going for this change. Vishal Davanum Srinivas wrote: Vishal, +1 from me. thanks, dims On Tue, 05 Oct 2004 04:40:46 +, Vishal Mahajan <[EMAIL PROTECTED]> wrote: All: Based on Sean's proposal I have prepared a patch (attached)

Re: [java] config.xml and JCA/JCE provider issues

2004-08-23 Thread Sean Mullan
Davanum Srinivas wrote: Question: Are u suggesting that If the algName is not present in config.xml then use "single-argument getInstance(algName)"?? No. I am proposing to remove the JCE/JCA algName mappings from config.xml and to instead use the "single-argument getInstance(algName)" and rely on

Re: [java] config.xml and JCA/JCE provider issues

2004-08-20 Thread Davanum Srinivas
Question: Are u suggesting that If the algName is not present in config.xml then use "single-argument getInstance(algName)"?? -- dims PS: we are still supporting 1.3/1.4 right? On Fri, 20 Aug 2004 08:44:33 -0400, Sean Mullan <[EMAIL PROTECTED]> wrote: > Hi, > > Recently, we have run into a seri

[java] config.xml and JCA/JCE provider issues

2004-08-20 Thread Sean Mullan
Hi, Recently, we have run into a serious issue with the Apache XML Security Java implementation due to the way it uses its own mechanism (config.xml) to find JCA/JCE providers for different XML DSig or Enc algorithm URIs instead of using the standard J2SE mechanism [1]. The issue involves findi