1 Reply Latest reply on May 24, 2005 3:41 PM by hualing_lei

    relation tables removed

    hualing_lei

      Hi,

      I am a new JBoss user, and try to use CMP entity beans. I manually created all the entity tables and the relation tables for the entities. In jbosscmp-jdbc.xml, I specified


      ...
      <create-table>false</create-table>
      <remove-table>false</remove-table>


      I thought, with this configuration, JBoss will not create and remove any tables in the database. My database is MySQL. However, when I shutdown JBoss, the entity tables are still there, but the relation tables disappear!

      I must have something not configured. I tried to read JBoss doc adminguide.pdf downloaded from JBoss site, but could not find any clue.

      Is there anyone who could tell me what's wrong? Thanks.

      Hualing