[JBoss-user] DatabaseServerLoginModule problem

2002-09-28 Thread Victor Batista
Hello! I am having problems validating users with DatabaseServerLoginModule. I am trying to validate users with MySQL and Firebird, but with no success in both of them. I am using Jboss 3.0.0 with bundled Tomcat 4.0.3. When I use UsersRolesLoginModule, I can do the Login correctly.

[JBoss-user] DatabaseServerLoginModule problem

2002-01-17 Thread wlp
Hi, I'm developing a J2EE application with JBoss and Tomcat I have a problem with authentication using the DataBaseServerLoginModule on SQLServer under the JNDI name SQLServerPool I have created the tables: PRINCIPALS : principalid varchar(64), password varchar(64), primary key(principalid)