[EMAIL PROTECTED] wrote: I take it appname is to be replaced with the name of the security realm ?
... the only thing I can see from here is that you are using double quotes around Roles in the rolesQuery, try using single quotes (end of quote) Yes, I ment the security realm :) (the security realm and appname are equal in my application, hence the confusion). This is the error message I'm now getting (having changed the quotes): 10:52:18,664 ERROR [DatabaseServerLoginModule] Query failed java.sql.SQLException: Table not found: T_USER in statement [SELECT c_password FROM t_user WHERE c_username=?] Apparently JBoss can't find my table (and database??). Where does JBoss get the database name, driver, login/pass? Don't I have to configure a JNDI datasource? _________________________________________________________ Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=622#622 Posting to http://forum.andromda.org/ is preferred over posting to the mailing list! ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ Andromda-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/andromda-user
