RE: JSS version problem

2008-10-14 Thread David Stutzman
Fernando, Unless you specifically tell it not to, when you initialize JSS, it installs the JSS provider with the highest precedence. Since the JSS provider doesn't implement everything that the Sun providers do, that may be your problem. CryptoManager.initialize: 967 if( values.install

Re: JSS version problem

2008-08-07 Thread fercufer
Hi. Thank you for your response forgiveness for not answering before, I've been on holidays. I thought that the problem was incompatibility between Firefox 3 (NSS 3.12) and JSS 4.2.5. I have isolated the error and only is produced on Windows, On Ubuntun all is OK. I execute, in Windows XP with

Re: JSS version problem

2008-08-04 Thread Glen Beasley
hi, JSS 4.3 beta requires NSS 3.12 because it is calling new API that was introduced in NSS 3.12. JSS 4.2.5 should be able to use NSS 3.12 and have no compatibiltity issues. You don't state the actual error you're seeing. Could you send me a private version of your applet and instructions on h

JSS version problem

2008-07-31 Thread fercufer
Hi First, sorry for my BAD English I was developing an applet using JSS. It ran well in firefox but when tested it with firefox that use version NSS version 3.12. For example firefox-3 or firefox-2.0.0.15 on ubuntu. Seem that NSS 3.12 is incompatible with the JSS release that I use (JSS 4.2.5). T