[jboss-user] [Security & JAAS/JBoss] - Re: Using JCE crypto in EJBs

sohil.shah@jboss.com do-not-reply at jboss.com
Mon Jul 10 19:28:05 EDT 2006


wussykye-

are you sure the jars are located in <java_home>/jre/bin and not
<java_home>/jre/lib

You might want to look at the following things in your setup:

1) Make sure the <java_home>/jre/lib/security/java.security file has the proper priority order for the JCE providers you are trying to use

2) If you are trying to use the SUN_JCE provider make sure its provider is available in the <java_home>/jre/lib/ext directory (sunjce_provider.jar)

If you are trying to use the built-in JCE providers I don't think you need to include the jar files in the EJB/EAR module.

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

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956811



More information about the jboss-user mailing list