While i try to execute some of my code in JBoss server, i am getting exception like.
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 jars in the class path
jsse.jar
jnet.jar
jcert.jar and
cryptix32.jar
I don't understand why JBoss is throwing error.