2 Replies Latest reply on Dec 29, 2003 4:09 PM by johnraz

    remove-table = true won't work, where's the HS Manager, Plea

    johnraz

      I've done my homework, paid the 10$, read the docs, searched the faq's, but I've spent six hours on this, and ....

      I created an entity bean with remove-table = true, but after adding new column, I get :

      on startup :

      [EjbModule] Deploying FundMixerEJB
      [FundMixerEJB] Table 'FUNDMIXEREJB' already exists

      trying to access or remove() bean

      15:26:35,981 INFO [STDOUT] create RemoteException; EJBException:; nested exception is:
      javax.ejb.EJBException: Load failed; CausedByException is:
      Column not found: FUNDS in statement [SELECT funds FROM FUNDMIXEREJB WHERE (name='myPortfolio')]

      I've tried to configure hsqldb-ds.xml, did a startDatabaseManager(), then what?

      Why isn't the table getting removed?

      Where is the hs manager where I can enter sql ?

      Thanks !