[JBoss-user] [Security & JAAS/JBoss] - Re: authentication does not endures

2005-04-22 Thread xabstract
i did find a way the problem is here: Select password from usuarios where idusuario =? Select R.role AS Roles, G.descripcion AS RoleGroups from gruposusuarios GU,roles R, grupos G where idusuario =? AND GU.idrole=R.idrole AND GU.idgrupo=G.idgrupo To solve this I did a view of my table to

[JBoss-user] [Security & JAAS/JBoss] - Re: RE: step by step JASS on JBOSS how to issue...

2005-04-22 Thread xabstract
for a simple (BASIC authentication) solution see "authentication does not endures" posted by myself View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875139#3875139 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875139

[JBoss-user] [Security & JAAS/JBoss] - authentication does not endures

2005-04-21 Thread xabstract
I did everything as explained in "Complete configuration of JAAS on JBOSS and STRUTS" http://www.javaworld.com/javaforums/showthreaded.php?Cat=&Board=JavaSecurity&Number=2500&page=&view=&sb=5&o= and I can actually login, but the time i'am logged in just endures from the login page to the next p

[JBoss-user] [Security & JAAS/JBoss] - RE: step by step JASS on JBOSS how to issue...

2005-04-21 Thread xabstract
I did follow the "Complate configuration of Jass on Jboss" http://www.javaworld.com/javaforums/showthreaded.php?Cat=&Board=JavaSecurity&Number=17048&page=&view=&sb=5&o=&vc=1 And after configuring everything as follows: login-config.xml :