RE: tomcat and DB oracle problem - only in higher versions

2012-08-21 Thread Busfy,Peter
1:44 PM To: Tomcat Users List Subject: Re: tomcat and DB oracle problem - only in higher versions 2012/8/17 Busfy,Peter : > Hi again, > > so I try ojdbc6.jar (version 11.2.0.3.0) with tomcat 6.0.35 and the same > problem. > With version 6.0.26 is everything fine. > 6.0.26 and

RE: tomcat and DB oracle problem - only in higher versions

2012-08-17 Thread Busfy,Peter
problem - only in higher versions -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, On 8/16/12 10:23 AM, Busfy,Peter wrote: > I found a problem with tomcat which is happening in the version > 6.0.32 and 6.0.35 (maybe also in other version), but working really > fine with version 6.0.2

RE: tomcat and DB oracle problem - only in higher versions

2012-08-17 Thread Busfy,Peter
Yes we use hibernate 3.2 and org.hibernate.dialect.Oracle10gDialect, because there is no dialect for Oracle 11. And ojdbc4.jar is on classpath. No problem for tomcat 6.0.26 :-) Peter Busfy 3 Portal Hutchison 3G Austria GmbH Gasometer C Guglgasse 12/10/3 1110 Vienna Mobil: +43-660-7313346 mailto

RE: tomcat and DB oracle problem - only in higher versions

2012-08-17 Thread Busfy,Peter
No there is no reference for DBCP in jar neither in xml files. Peter Busfy 3 Portal Hutchison 3G Austria GmbH Gasometer C Guglgasse 12/10/3 1110 Vienna Mobil: +43-660-7313346 mailto:peter.bu...@drei.com http://www.drei.at -Original Message- From: Propes, Barry L [mailto:barry.l.pro..

RE: tomcat and DB oracle problem - only in higher versions

2012-08-17 Thread Busfy,Peter
-Original Message- From: Busfy,Peter Sent: Friday, August 17, 2012 9:11 AM To: 'Tomcat Users List' Subject: RE: tomcat and DB oracle problem - only in higher versions Hi Jeffrey, actually we use ojdbc14.jar. And it is version 10.2.0.2.0. Maybe I should really try ojdbc6.j

RE: tomcat and DB oracle problem - only in higher versions

2012-08-17 Thread Busfy,Peter
Hello Chris, so we running from Eclipse on Tomcat. In Tomcat server.xml we specify datasource: And here is main database configuration xml: java:comp/env/jdbc/someName

RE: tomcat and DB oracle problem - only in higher versions

2012-08-17 Thread Busfy,Peter
expert, but it appears to me that the error is saying it needs the Oracle JDBC drivers to do LOB work. What is the version of ojdbc6.jar do you have in your classpath? You really want the 11.2.0.3 version, particularly with that version of Java. Jeff From: Busfy,Peter [mailto:peter.bu...

tomcat and DB oracle problem - only in higher versions

2012-08-16 Thread Busfy,Peter
Hello, I found following problem when java application is trying save xml data into xml column to database. I found a problem with tomcat which is happening in the version 6.0.32 and 6.0.35 (maybe also in other version), but working really fine with version 6.0.26. My configuration: OS: windo