Re: ClassCastException in CryptoFactory.java (wss4j)

2006-10-19 Thread Christian Keiler
Hi again, I've solved the problem my myself. The root problem was a wrong ClassLoader, which was taken, because the concerning libs were deployed with the Service itself (not the jars but the class files). Moving the libs (as jars) to the WEB-INF/lib directory, solved all problems. I hope, t

ClassCastException in CryptoFactory.java (wss4j)

2006-10-19 Thread Christian Keiler
Hi, I want to make my WebService securely running. Meanwhile I have a problem on this. While debugging I recognized the following line in CryptoFactory.java in the source of wss4j (I'm using rampart): crypto = (Crypto) c.newInstance(new Object[]{properties,loader}); The instance is created pe