example of data-source.xml for Oracle 9i needed

2002-05-13 Thread Valeri . Kireitchik
Title: example of data-source.xml for Oracle 9i needed Hi all, may somebody provide me with example of of data-source.xml for Oracle 9i that supports CMT (container managed transactions) for Orion 1.5.2 ? Thank you in advance ITC-M, SIS Company Mr. Valeri Kireitchik Head of Application

Re: example of data-source.xml for Oracle 9i needed

2002-05-13 Thread Darren Senel
This is what I use: data-source class=com.evermind.sql.DriverManagerDataSource name=OracleDS location=jdbc/OracleCoreDS xa-location=jdbc/xa/OracleXADS ejb-location=jdbc/OracleDS connection-driver=oracle.jdbc.driver.OracleDriver username=dsenel

AW: example of data-source.xml for Oracle 9i needed

2002-05-13 Thread Michael Maurer
Title: example of data-source.xml for Oracle 9i needed Place the classes12.zip which comes with the Oracle 9i in the lib directory an configure the datasources xml like that: ?xml version=1.0? !DOCTYPE data-sources PUBLIC Orion data-sources http://www.orionserver.com/dtds/data

Re: example of data-source.xml for Oracle 9i needed

2002-05-13 Thread Matthew E. Porter
Darren: Does this configuration provide any sort of connection pooling? -matthew On Mon, 13 May 2002, Darren Senel wrote: This is what I use: data-source class=com.evermind.sql.DriverManagerDataSource name=OracleDS location=jdbc/OracleCoreDS xa-location=jdbc/xa/OracleXADS

Re: example of data-source.xml for Oracle 9i needed

2002-05-13 Thread gottfried
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 13 May 2002, Matthew E. Porter wrote: Darren: Does this configuration provide any sort of connection pooling? nop, the pooled-location is missing. we have setup a datasource like this and i hope this is the correct way. sorry, but this