> Yes, we do not support automatic schema upgrades. If you change the
> schema you will have to manage the database schema upgrades yourself.

Can I "just adjust" the schema manually in database, using statements like
"ALTER TABLE ADD COLUMN ..." or does JAWS maintain a number of assumptions
somewhere about what the schema is, that will then become inconsistent?

Do I have to stop all services for this or is there a way to ask the "hot"
deployment service to look in for a particular "script" in a .jar or .ear
file, that is, a class to instantiate, for example "ConvertDb2to3()" (with
the default constructor), prior to installation, and in which I can use an
appropriate set of statements to adjust the schema.

If such is the case, I can definitely live without "automatic schema
upgrades", which would be a "nice to have", but not a show stopper.



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

Reply via email to