1 Reply Latest reply on Jul 22, 2002 5:44 PM by araiczyk

    Table already exists, JBoss 3 with Oracle 8

    araiczyk

      Hi,

      I'm having a problem when deploying my EJB's. The problem is that when I deploy de EJB's the entity beans tables are not created beacause JBoss says that they already exists while they doesn't. This was working fine until I droped "by hand" the tables. The relationship tables are created fine.
      Moreover, I've configured in standardjbosscmp-jdbc.xml :

      <remove-table>true</remove-table>

      and it tries to drop the tables, but when I redeploy the EJB's I get the same. I did this beacause I thought that JBoss was saving info about the existence of the tables locally, then doing that would make JBoss drop that info.

      Help me please!