> "org.bouncycastle.util.Arrays"'s signer information does not match signer > information of other classes in the same package
I ran into something similar, which is why I suggestion caution with this approach. I used some BC classes to do PublicKey/PrivateKey loading for SAML2 support. Unfortunately, the keys hold references to unserializable classes. This is in contrast to the JSSE PublicKey/PrivateKey components. I wonder if you're running into something similar. I see your error isn't a clear serialization problem, but could be related. You might check whether you have the BC provider loading before the Sun provider in your $JRE_HOME/lib/security/java.security; that could bring in the class above. Hope that helps, M -- You are currently subscribed to cas-dev@lists.jasig.org as: arch...@mail-archive.com To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-dev