Once the application-deployment directory is created update the
orion-ejb-jar.xml and change the Table tag.

<entity-deployment name="BeanName" location="BeanName"
wrapper="BeanNameHome_EntityHomeWrapper2" table="New-Table-Name-Here"
data-source="jdbc/yourDataSource">


Later...

Greg
-----Original Message-----
From: Sergei Batiuk [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 12, 2001 8:51 AM
To: Orion-Interest
Subject: Customizing CMP deployment


Is there any way to customize deployment of CMP bean - to indicate the
table
name in the database to which the entity bean should map its persistence
(in
case the name of the table is different from the bean name) or the data
source to connect to. As far as I know orion-ejb-jar.xml is responsible
for
these properties, but it has no effect <i>before</i> the deployment. Is
there an orion-specific (or some other) way to deliver such information
to
the container?





Reply via email to