[jboss-user] [JBoss Portal] - Re: JAAS authentication is failing for Correct User name and
Antoine_h
do-not-reply at jboss.com
Tue Jun 5 14:29:38 EDT 2007
Strange.
if it is critical, what I would do is :
- replace the jaas login module with an overriden one, that show with added logs what's going on when checking the identity.
- or try with MySQL, to see if it may come from the portal code, or from the oracle db.
I don't know enough about oracle db, but if it succeed some time, but not always, it look like it may be the database that does not provide the user record quickly enough, no ?
for replacing the jaas login module, look at the jaas module in the descriptor files (of portal in jboss).
The service is defined in /deploy/jboss-portal.sar/META-INF/jboss-service.xml
with name="portal:service=JAASLoginModule"
Hope it helps...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051498#4051498
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051498
More information about the jboss-user
mailing list