0 Replies Latest reply on Sep 20, 2005 4:49 AM by yashodan

    EJB-Table mapping

    yashodan

      The table names being created by Jboss are not the ones I specified. For example : if table name is "allusers", the table being created is named "xuser".

      If I specify "create table" to be false, then even if the table "allusers" exists, records cannot be inserted in it :

      << Could not create entity:org.postgresql.util.PSQLException: Error: the relation «xuser» does not exist

      >>

      Does anyone know what the problem might be?