1 Reply Latest reply on Jan 7, 2003 9:17 AM by adrian.brock

    CMP 2 - why Jboss want to create a table to my entity

      Hi.
      I´m deploying my first CMP component to JBoss, but it fails becouse it´s trying to create a table for the component. My Component has not the same name as the table.
      I seted the XML to NOT create database:

      <create-table-deploy>false</create-table-deploy>
      <delete-table-undeploy>false</delete-table-undeploy>

      also I seted the xml to be empty, but jboss still tries to create a database.

      Why it happens?