Hi,

On Sat, 4 Aug 2001, Ferguson, Doug wrote:

> We regardless if it is dynamic or not. JAAS somehow differentiates
> between the class gettign loaded from lib/ext and we explicitly
> putting it in the path at runtime.
>
> For instance... if my security module use javaMail.
>
> I have to do this java -classpath $CLASSPATH:mail.jar Main MY-CONFIG
>
> Why?

JAAS restriction. It is overly paranoid where it allows its classes to be
loaded.

There's a ProxyLoginModule in SX that I believe is meant to work around
this. Did you try it?

-- Juha



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to