There are more information that might be important to find out what is the
problem.
On the server side i have the following configuration:
<application-policy name = "CustomFwRealm">
<login-module code= "org.jboss.security.srp.jaas.SRPCacheLoginModule"
flag = "required">
<module-option name = "cacheJndiName">srp-fw/AuthenticationCache
</module-option>
</login-module>
<login-module code = "com.security.jaas.FwServerLoginModule"
flag = "required">
<module-option name =
"password-stacking">useFirstPass</module-option>
</login-module>
</application-policy>
The FwServerLoginModule is a login module that creates a principal and gets the
user roles.
The strange part is that after the the Client application 2 did the login and
the Client application 1 calls the method, the login method of this module is
called again.
Althought the login returns true i've got the exception
2004-12-07 12:23:15,690 ERROR [org.jboss.ejb.plugins.SecurityInterceptor]
Authentication exception, principal=nmeira
and commit is never called...
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857721#3857721
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857721
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user