Hi, Do you really have Oracle 9? If not, could you try the OraclePersistenceManager (you are using the Oracle9PersistenceManager).
Regards, Thomas On Tue, May 12, 2009 at 8:12 AM, Torgeir Veimo <[email protected]> wrote: > Forgot to add; > Caused by: java.lang.ClassCastException: > org.apache.tomcat.dbcp.dbcp.PoolingDataSource$PoolGuardConnectionWrapper > at oracle.sql.BLOB.createTemporary(BLOB.java:587) > ... 115 more > > Finally managed to fix this by using an oracle specific data source > > <Resource name="jdbc/JcrRepositoryDataSource" auth="Container" > type="oracle.jdbc.pool.OracleDataSource" > factory="oracle.jdbc.pool.OracleDataSourceFactory" > connectionCachingEnabled="true" > user="torgeir" password="torgeir" > driverClassName="oracle.jdbc.OracleDriver" > url="jdbc:oracle:thin:@defender.local.netenviron.com:1521:orc150" > removeAbandoned="true" > removeAbandonedTimeout="30" > maxActive="20" > maxIdle="10" maxwait="-1"/> > > I really hate databases. > > -- > -Tor >
