3 Replies Latest reply on Jun 14, 2003 2:21 PM by kanagawa

    create table setting with ms-sql setting buggy

    meyer_michael

      Hi, when using a ms-sql 2k db with Microsofts driver I encounterd that I have incomplete deployments of my Entities when JBoss should create tables that already exists.

      I changed the db to Postgres or my-sql everything and everything works fine. I just see a warning in the log that the table does already exists.

      The incomplete deployments results in a half usable Entity. I can create and delete Entities. But the custom finder methods are not available.

      Solutions for the moment:
      1.) drop all tables
      2.) or better: <create-table>false</create-table>

      Different database behaviors make me worry a bit.

      Michael.