>From: Randahl Fink Isaksen [mailto:[EMAIL PROTECTED]]
>
>Contradicting my expectations it seems Orion does NOT detect 
>my changes to
>ejb-jar.xml. Do I really need to add the new "EMAIL" column to 
>the database
>myself (I hope not...) - or is there a way to tell Orion that 
>it needs to
>update the database for me.

I would very much doubt it... ALTER TABLE is absent from many JDBC data
sources, including our "beloved" Hypersonic SQL.

You don't really want your app server issuing potentially destructive
DDL, do you?  You can picture the scene:  somebody mistakenly deploys a
mangled deployment descriptor, and the app server promptly sees fit to
drop half the tables in the production database.  Hey, it worked in the
test system!  :-)

Jeff Schnitzer
[EMAIL PROTECTED]

Reply via email to