security - Error while posting data : java.lang.RuntimeException: Export restriction: SunJSSE only :: in jboss server -


I try to execute some of my code in the jaboos server, I'm getting an exception.

  Error while posting data: java.lang.RuntimeException: Export restriction: SunJSSE only  

I tried to run the same in Tomcat and found that Its working perfectly, I have all my jar in the square path

  jsse.jar jnet.jar jcert.jar and cryptix32.jar  

I do not understand why JBoss is throwing the error.

You "Java Cryptography Extension (JCE) Unlimited Power Jurisdiction Policy Files 7"

You can get it at

which adds support for unlimited power support in your JDK.


Comments