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,
<orion-application autocreate-tables="false" autodelete-tables="false"
datasource="name of your datasource">
But do this before deploying your ear.
Good Luck.
Tasneem Talawala
Java Programmer
Verchaska
www.verchaska.com
----- Original Message -----
From: "Carl B. Fyffe" <[EMAIL PROTECTED]>
To: "Orion-Interest" <[EMAIL PROTECTED]>
Sent: Tuesday, January 16, 2001 4:55 AM
Subject: CMP to Precreated DB
> 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.
>
> Carl
>
>