If your using HyperSonic SQL (the default) then the file test.script in the bin file 
can be opened in word and the rows creating the table and the rows inserting values 
can be removed by hand.
(Or you could just replace this file with a new one).

I've done this a couple times as a quick fix.

JamesB

>>> [EMAIL PROTECTED] 10/09/00 01:28PM >>>
Bavo De Ridder wrote:
> 
> Hi,
> 
> When I change the implementation of a bean so it has more fields to store
> in the database, redeploying the bean and using it gives errors about
> fields not found in the table.
> 
> How can I make the default database used by JBoss to forget a table (and
> the test data in that table) ?

Hi,

You can tell jaws to remove the table on undeploy, so that the next
deploy uses a new table

http://www.jboss.org/jawsxml_howto.html#options 

This is not turned on by default since we don't want to delete users'
data without telling them!


Sebastien


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED] 
To unsubscribe:      [EMAIL PROTECTED] 
Problems?:           [EMAIL PROTECTED] 




--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to