View Single Post
  #1 (permalink)  
Old 07-19-2007, 07:13 PM
scastro scastro is offline
Member
 
Join Date: Jul 2007
Posts: 2
scastro is on a distinguished road
Hibernate 2.1.8 / Oracle 10 / Tomcat 5.0.28 : Data not retrieved from the database
Dear all,
Here is my problem:

I was using hibernate 2.1.8 with Oracle 8, and TomCat - Spring for showing data from a db.
I have changed to Oracle 10, and there are no errors at all, but the data is not retrieved.
I am using the correct Dialect (Oracle9Dialect) I guess, and the driver for Oracle 10 (ojdbc14-10.2.0.3.0.jar)

The funny thing is that testing the code without TomCat, gives correct results, but when running it under TomCat, the data is not there (returns null or 0).

Any clue in this?
Thanks in advance,
Cheers,
Silvia
Reply With Quote
Sponsored Links