0 Replies Latest reply on May 14, 2007 9:17 AM by toni

    DatabaseServerLoginModule & Postgresql

    toni

      Hi,

      I have set up a security realm for my seam application. When trying to authenticate the user I can see in the postgresql logifle the following error:

      ERROR: relation "systemuser" does not exist

      However, the table exists in the database. I have done this for mysql without running into any trouble.

      It seems to me that the wrong database is being used. Because the tables exist, so this can be the only explanation.

      Does anybody know if there are issues with Postgresql and the DatabaseServerLoginModule?