Re: Accessing multiple databases in the same application

2001-01-05 Thread Rafael Alvarez
Hello Michael, Check the docs for the orion-ejb-jar.xml. In the entry for entity beans (entity-deployment ...) you can specify the datasource and table to be used using the parameters data-source and table. You can find the file in $(APP-DEPLOYMENT-DIR)/$(APP-NAME)/ejb -- Best regards,

RE: Accessing multiple databases in the same application

2001-01-05 Thread Juan Lorandi (Chile)
the table creation command will be issued to the correct DB) HTH JP -Original Message- From: Michael S. Kelly [mailto:[EMAIL PROTECTED]] Sent: Jueves, 04 de Enero de 2001 19:43 To: Orion-Interest Subject: Accessing multiple databases in the same application I know how to set up

RE: Accessing multiple databases in the same application

2001-01-05 Thread Michael S. Kelly
Interest Subject: RE: Accessing multiple databases in the same application yap, check out orion-ejb-jar.xml In either CMP or BMP entitys you can modify deployment settings at any time with CMP you can even modify the field mapping scheme BUT, i think in another of the orion*.xml (i think orion-appl

RE: Accessing multiple databases in the same application

2001-01-05 Thread Tim Endres
If I understand correctly, while it appears that this file is generated, which it is, if you place your own version in your deployment, the version you provide will be used as a base, and Orion will just fill in any missing elements that it requires. tim. There is a default-data-source

Accessing multiple databases in the same application

2001-01-04 Thread Michael S. Kelly
I know how to set up datasources. And I know how to set the default datasource in the orion-application.xml. But what if I want one application to access data in multiple databases? Is there some way to specify that certain entity beans use one datasource while other entity beans use another?