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