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:peter.bu...@drei.com http://www.drei.at -----Original Message----- From: Martin Gainty [mailto:mgai...@hotmail.com] Sent: Thursday, August 16, 2012 6:19 PM To: Tomcat Users List; ch...@derham.me.uk; barry.l.pro...@citi.com Subject: RE: tomcat and DB oracle problem - only in higher versions ##in the case of Hibernate is NOT referencing correct Oracle Driver classes in which case hibernate.properties Oracle entries will need to be examined ## Oracle Hibernate 3.2 properties #the following Oracle11Dialect class does not exist (in Hibernate 3.2) #hibernate.dialect org.hibernate.dialect.Oracle11Dialect hibernate.dialect org.hibernate.dialect.Oracle10gDialect #assuming ojdbc14*.jar or classes*.zip driver class is ON classpath hibernate.connection.driver_class oracle.jdbc.driver.OracleDriver HTH, Martin ______________________________________________ Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen. Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > From: barry.l.pro...@citi.com > To: users@tomcat.apache.org; ch...@derham.me.uk > Date: Thu, 16 Aug 2012 10:59:21 -0500 > Subject: RE: tomcat and DB oracle problem - only in higher versions > > Are the DBCP references different in these? In either the xml files or the > jar itself? > > > > -----Original Message----- > From: cjder...@gmail.com [mailto:cjder...@gmail.com] On Behalf Of > chris derham > Sent: Thursday, August 16, 2012 9:59 AM > To: Tomcat Users List > Subject: Re: tomcat and DB oracle problem - only in higher versions > > > > > 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: windows 7 enterprise**** > > > > IDE: Eclipse EE 3.7.1**** > > > > Java: 1.6.0_33**** > > > > Tomcat: 6.0.26, 6.0.32, 6.0.35**** > > > > DB: Oracle Database 11g Enterprise Edition 11.2.0.3.0**** > > > > Other technologies: Spring 3.1.1 + Hibernate 3 + Struts 1.1**** > > > > > > > Can you provide details of how you create your connection to the database? > Config file or code? This should shed some light on the issue. I recall that > I hit this in the past, and it is to do with how the connection pool is > setup. Perhaps with the details, it might ring some bells for me or somebody > else. > > Thanks > > Chris > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org