Forum Discussion

matthias's avatar
matthias
New Contributor
16 years ago

Messages not signed

Hi,

I'm facing some strange behaviour lately while testing some service which need X509 Signatures.

I developed the tests which worked at that time. Now, on the same machine, these tests do not work any more. The raw message view shows that the messages are not signed any longer. The security headers are included though. On a different machine with the same project and keystore some tests do pass.

The error log shows a NullPointerException at org.apache.ws.security.message.WSSecSignature.prepare(WSSecSignature.java:309).

So right now I'm pretty clueless how to solve that issue.

Any help is highly appreciated!