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]

Reply via email to