RE: Auto creating table

2000-07-07 Thread Conrad Chan
You should edit orion-ejb-jar.xml instead. Take a look at its DTD and you will know how. It is very trivial. Conrad -Original Message- From: Rick Bos [mailto:[EMAIL PROTECTED]] Sent: Friday, July 07, 2000 9:25 AM To: Orion-Interest Cc: Orion-Interest Subject: RE: Auto creating table

RE: Auto creating table

2000-07-07 Thread David Sierra Fernandez
primkey-field?, env-entry*, > ejb-ref*, security-role-ref*, resource-ref*)> > > > From: David Sierra Fernandez [SMTP:[EMAIL PROTECTED]] > > Sent: July 7, 2000 12:16 PM > > To: Rick Bos > > Cc: Orion-Interest > > Subject:Re:

RE: Auto creating table

2000-07-07 Thread Rick Bos
I don't see an auto-create element in the entity bean From: David Sierra Fernandez [SMTP:[EMAIL PROTECTED]] > Sent: July 7, 2000 12:16 PM > To: Rick Bos > Cc: Orion-Interest > Subject: Re: Auto creating table > > > You have to edit the deployment descrip

Re: Auto creating table

2000-07-07 Thread David Sierra Fernandez
You have to edit the deployment descriptor ejb-jar.xml and set to false the autocreate option of the beans you don't want to create tables. - David Sierra Fern ndez E.T.S.I. Telecomunicaci¢n Universidad

Auto creating table

2000-07-07 Thread Rick Bos
How do I turn off auto creating a table for an entity bean ? I am not using any of the GUI tools that come with Orion, just the command line. Thanks,