[jboss-user] [EJB 3.0] - Re: unable to find LoginModule class

JPagera do-not-reply at jboss.com
Fri Oct 12 20:40:47 EDT 2007


hey friend i knew the problem but do u have solution??

when im readin my custom login debug
i found that the name and password in custome login module is null

..............

02:00:14,593 INFO  [STDOUT] LOGINNNNNNNNN_USER =  null
02:00:14,593 INFO  [STDOUT] LOGINNNNNNNNN_PASSWORD =  nulll
02:00:14,593 INFO  [STDOUT] driverDB : com.mysql.jdbc.Driver
02:00:14,593 INFO  [STDOUT] userDB : pagera
02:00:14,593 INFO  [STDOUT] passwordDB : pagera
02:00:14,593 INFO  [STDOUT] urlDB : jdbc:mysql://localhost:3306/jos_db
.........................................

its from login method in my custom login module

            System.out.println("LOGINNNNNNNNNNNNNNN_USER "+ ((NameCallback) callbackx[0]).getName());
            System.out.println("LOGINNN_PASSWORD "+ ((PasswordCallback) callbackx[1]).getPassword());

...................
did u got my problem ??
i hope so and thank u vry mch


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094822#4094822

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094822



More information about the jboss-user mailing list