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)
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-application.xml) you may specify the datasources PRIOR to deployment (thus

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