RE: CMP to Precreated DB

2001-01-16 Thread Tim Drury
The answer is in the orion-ejb-jar.xml deployment descriptor. Either read its DTD or look in the list archives for descriptions and examples of how to use and deploy it. -tim > -Original Message- > From: Carl B. Fyffe [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 15, 2001 6:25 PM

Re: CMP to Precreated DB

2001-01-16 Thread Mikko Kurki-Suonio
Hi, On Mon, 15 Jan 2001, Carl B. Fyffe wrote: > Can you map a CMP Bean to a database that already exists? Or must it create > the tables for you? I bet the answer is in the deployment descriptor, but I > can't seem to find it. Help please. Others have told you about the auto-generate tables

Re: CMP to Precreated DB

2001-01-15 Thread Chuck Taylor
carl -     set the autocreate-tables attribute in your orion-application.xml file to false... it defaults to true.     this should work...     chuck "Carl B. Fyffe" wrote: Can you map a CMP Bean to a database that already exists?  Or must it create the tables for you?  I bet the answer is in

Re: CMP to Precreated DB

2001-01-15 Thread Tasneem
Hi Carl Yes you can map a CMP Bean to a database that already exists. All you have to do is add the following line into your application.xml in the orion-application tag, But do this before deploying your ear. Good Luck. Tasneem Talawala Java Programmer Verchaska www.verchaska.com - Ori