1 Reply Latest reply on Mar 29, 2003 4:44 PM by adrian.brock

    Removing database tables...

    isabella

      hello,

      jboss 3.0.2, w2k

      i have been deploying my j2ee application with these settings in the jbosscmp-jdbc.xml:


      java:/DefaultDS
      <datasource-mapping>Hypersonic SQL</datasource-mapping>
      <create-table>true</create-table>
      <remove-table>true</remove-table>


      i understand that, using these setting, i should have my database tables created upon deployment and deleted upon undeployment.

      however, i dunno why, those tables are not deleted somehow. and i dunno how i can delete them anymore...everytime i start up my application, i cannot run properly becoz those tables were there..

      can anyone tell me how i can delete those database?? can i change certain thing in some configuration/parameter files in the jboss package??

      thx alot in advance.

      cheers,
      isa