You may want to take a look at the orion-ejb-jar.xml file in $ORION_HOME/application-deployments/...path to ejb/
The file contains the mappings from entities to tables (among other things). If I need to make such changes I usaully copy the orion-ejb-jar.xml to my development directory, make the changes, then recopy to the deployment dir. Then orion picks up the changes upon deployment. Hope this helps, Joel On Fri, 5 Oct 2001, Toni Menzel wrote: > dear all, > > We want to define an explicit table name for CMP's in OrionAppServer. > By default, CMP tables have the names of the full qualified classname > (entitybean). > E.g. if the ejb-entity-class is "net.quintessence.core.Leg" then the > table's name is: net_quintessence_core_leg. > But we want to use already existing tables which where mapped into > ejb-entities. > > Is that possible? how? > > thanx in advance, Toni Menzel > --- > [EMAIL PROTECTED] > quintessence consulting GmbH - germany > > >
