simply put orion-appplication.xml in your ear, along with application.xml
--- same goes for all orion*.xml
orion-application.xml (like j2eeri.xml and pramati.xml for other servers) is
server specific and the data it contains
must not be in application.xml per the spec.

Most of these confusions come from the fact that there's no separation of
roles in the documentation (nor a fully functional
GUI deployment tool)

HTH

JP

-----Original Message-----
From: Tim Endres [mailto:[EMAIL PROTECTED]]
Sent: Viernes, 05 de Enero de 2001 20:10
To: Orion-Interest
Cc: Michael S. Kelly
Subject: RE: Accessing multiple databases in the same application


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 parameter in orion-application.xml, as in:
> 
> <orion-application deployment-version="1.4.0"
> default-data-source="jdbc/MSSQLDS">
> 
> It looks like this data-source gets propagated to the EJB deployment
> description in orion-ejb-jar.xml, but I don't see a way to specify the
> database prior to deployment so the table gets created in the correct
place.
> Am I missing something?


Reply via email to