I am not running 1.0.4, heck I just inherit this code I am working with
now, and they had renamed the jar file to just say ojb.jar but I know
its not 1.0.4 (file data on jar is early March 2005). Everything seems
stable so far, been running our junit tasks and building against our
Oracle database. Wish I could tell you more, but the product we
designed was switch to a SQL Server production install and we have been
off Oracle for a couple of months now.
<!-- ORACLE DEV-->
<!-- -->
<jdbc-connection-descriptor jcd-alias="APPLICATION"
default-connection="true" platform="Oracle9i" jdbc-level="3.0"
driver="com.p6spy.engine.spy.P6SpyDriver"
dbalias="thin:@XX.Y.XX.Y:ZZZZ:UnitDB" protocol="jdbc"
subprotocol="oracle"
username="johnny" password="dbms"
eager-release="false" batch-mode="false" useAutoCommit="1"
ignoreAutoCommitExceptions="false">
<connection-pool maxActive="256" validationQuery="SELECT 1 FROM
DUAL" testOnBorrow="true"/>
</jdbc-connection-descriptor>
<!---->
-----Original Message-----
From: Bruno CROS [mailto:[EMAIL PROTECTED]
Sent: Tuesday, February 21, 2006 1:12 AM
To: OJB Users List
Subject: Oracle 10g compliance
Hi all,
Apparently, 1.0.4 does not support Oracle 10g platform (torque does but
not
the OJB runtime)
So, i go on with oracle 9i settings. Does anyone report experience (good
or
bad) of that ?
Thanks.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]