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-sources.dtd">

 

<data-sources>

            <!--

                        An example/default DataSource that uses an ordinary

                        JDBC-driver (in this case hsql) to create the connections.

                        This tag creates all the needed kinds

                        of data-sources, transactional, pooled and EJB-aware sources.

                        The source generally used in application code is the "EJB"

                        one - it provides transactional safety and connection pooling.

            -->

            <data-source

                  class="com.evermind.sql.DriverManagerDataSource"

                  name="jdbc/DataSource"

                  schema="database-schemas/oracle.xml"

                  location="jdbc/DataSource"

                  xa-location="jdbc/xa/DataSource"

                  ejb-location="jdbc/DataSource"

                  connection-driver="oracle.jdbc.driver.OracleDriver"

                  username="username"

                  password="pwd"

                  url="jdbc:oracle:thin:@localhost:1521:oracle"

                  inactivity-timeout="30"

             />

 

</data-sources>

 

 

cheers Michael

 

-----Ursprüngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Im Auftrag von [EMAIL PROTECTED]
Gesendet: Montag, 13. Mai 2002 09:51
An: Orion-Interest
Betreff: 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 Software Department

Fujitsu Siemens Computers Qualified Partner
Microsoft Certified Partner
Oracle Partner Program Member

Surganova 24-406
220012 Minsk
Republic of Belarus
ph.: +375 (17) 262 50 23
fax: +375 (17) 262 55 91
<http://www.sis-group.com/>

 

Reply via email to