My application validates a license file in order for it to work. It does this by calling javax.crypto.Cipher.getInstance(\"DES\",\"SunJCE\") inorder to decipher the license key
There are a couple of possible issues that come in mind, it seems to be a problem with classpath when sun/oracle jvm try to authenticate provider jars
check that all security jars are under the
of the jvm that runs jboss
(ie US_export_policy.jar, sunjce_provider.jar, local_policy.jar....)
about US_export_policy.jar and local_policy.jar be sure to have downloaded the unrestricted version
java.security file in
: be sure to have a line similar to security.provider.X=com.sun.crypto.provider.SunJCE
where X is a number
be sure that sunJCE provider jar is not in you WEB-INF/lib