Hi all,

It works now!!! Thanks for your answers.

This is what we did to correct our issue:

BEFORE we used the following command to generate the keys

  | keytool -genkey -alias procedure_key -keystore wsse_procedure.keystore
  | 
NOW, we use the following command where we explicitly set RSA as the key 
algorithm

  | keytool -genkey -alias procedure_key -keystore wsse_procedure.keystore 
-keyalg RSA
  | 
I have to say that the exception message or logs didn't help us much to find 
our issue.  So I guess we were pretty lucky.

Thanks again for your suggestions and see you soon
OYM


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4036339#4036339

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4036339
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to