[jboss-user] [Security & JAAS/JBoss] - Re: Problem with custom LoginModule

2008-04-03 Thread manuel.martin
I forgot mention that authentication is through BASIC method. Thank you! View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4141377#4141377 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4141377 _

[jboss-user] [Security & JAAS/JBoss] - Problem with custom LoginModule

2008-04-03 Thread manuel.martin
Hi, I develop a custom LoginModule and works fine when user introduce their credentials correctly. The problem is when user fail or not remember hteir credentials the login fails (as I hope :) ) but user is not asked again for username and password and he must close their browser to try again.

[jboss-user] [JBoss Seam] - Re: JBoss EL date formatting

2007-11-27 Thread manuel.martin
Thank you Damian, I discard Option 1 because: Maybe in other languages the phrase may be writen with another words order. EJ: #{myDate} is the date But option 2 is useful for me: My date is {0,date,dd-MM-} But, do you know if I can pass these parameters throug EL? Ej: #{messages['message'

[jboss-user] [JBoss Seam] - JBoss EL date formatting

2007-11-27 Thread manuel.martin
Supose that I got a localized message like that message = My date is #{myDate} and myDate is a session Date var. When I print the message #{messages['message']} I got the next output: My date is 2007-11-27 12:22:46.338 Is there any method to format the output of the date? I would like obtain

[jboss-user] [JBoss Seam] - Seam 2.0.0.GA and JAAS integration

2007-11-12 Thread manuel.martin
Hello, First of all, sorry for my english. Is not my first language :/ I'm trying to integrate a Seam application with my custom JAAS Login Module of JBossAS 4.2.2.GA. I add the Login Module to JBoss login-config.xml: | | | | ... | |