Axis2 and OpenJDK 8

2013-02-25 Thread Stadelmann Josef
Hi developers of axis2 First my question: Is it assumed that axis2 trunk sources build successful using OpenJDK 8 ? My experience on Ubuntu 12.04 with root@raser:~# java -version openjdk version "1.8.0-internal" OpenJDK Runtime Environment (build 1.8.0-internal-josef_2013_02_18_15_26-b00) OpenJD

Decryption stops by using bouncycastle in Axis2

2013-02-25 Thread Yunxi Zhang
Hi, Guys, I'm using BouncyCastle 1.47 to provide the PKIb-based cryptography in Axis2. The code can work if i run it as an application. However, once i deployed it as an Axis2 Web Service, the code just stops, where the decrypted symmetric key is used to decrypt X.509 certificate. Has any one