Re: Gurus! JCE and classloader question

2005-01-05 Thread Lionel Pasquier
Arg... My bad The test has been done, but a jar was remaining in the WEB-INF Antony Paul wrote: May be there are two jar files or unzipped class files of the same class. Check for it also. rgds Antony Paul On Thu, 23 Dec 2004 16:22:33 +0100, Lionel Pasquier <[EMAIL PROTECTED]> wrote: We

Re: Gurus! JCE and classloader question

2004-12-23 Thread Antony Paul
May be there are two jar files or unzipped class files of the same class. Check for it also. rgds Antony Paul On Thu, 23 Dec 2004 16:22:33 +0100, Lionel Pasquier <[EMAIL PROTECTED]> wrote: > Well, I tried to put the library in common/lib (and I think also for a > different try, in shared/lib). U

Re: Gurus! JCE and classloader question

2004-12-23 Thread Lionel Pasquier
Well, I tried to put the library in common/lib (and I think also for a different try, in shared/lib). Usually it is in WEB-INF/lib. But the problem occured also. I believe that the factory used by the jvm searches for the first instance of the JCE. Then it tries to cast it into another instance

Re: Gurus! JCE and classloader question

2004-12-23 Thread Antony Paul
Where you put the provider jar file ?. WEB-INF/lib ?. Try putting it in shared/lib or common/lib if the same jar file is used by multiple applications. rgds Antony Paul On Thu, 23 Dec 2004 15:01:04 +0530, Antony Paul <[EMAIL PROTECTED]> wrote: > Which JCE provider you are using ? > > rgds > Ant

Re: Gurus! JCE and classloader question

2004-12-23 Thread Antony Paul
Which JCE provider you are using ? rgds Antony Paul On Tue, 21 Dec 2004 20:06:40 +0100, Lionel Pasquier <[EMAIL PROTECTED]> wrote: > Hello again! > > Any guru around to solve my problem please? :-) > > Lionel Pasquier wrote: > > > Hello, > > > > I have a trouble with using a JCE and multiple

Gurus! JCE and classloader question

2004-12-21 Thread Lionel Pasquier
Hello again! Any guru around to solve my problem please? :-) Lionel Pasquier wrote: Hello, I have a trouble with using a JCE and multiple contexts. From what I could have read around here this is probably linked to a classloader problem. Could you guys help? Basicaly, I generate a RSA Keypair, t