This content has been marked as final.
Show 2 replies
-
1. Re: Jboss EAP 7 : JsafeJCE provider self-integrity check failed
Jay SenSharma Dec 25, 2015 3:46 AM (in response to tao feng)Do not include the JsafeJCE and Jsafe jar inside the $EAR/lib , Rather place them inside the JBoss custom module and then let the application refer to it using either "$EAR/META-INF/jboss-deployment-structure.xml" or using META-INF/MANIFEST.MF Dependencies.
-
2. Re: Jboss EAP 7 : JsafeJCE provider self-integrity check failed
tao feng Dec 28, 2015 4:23 PM (in response to Jay SenSharma)Thanks, Jay. It worked.