Hi ,
I am trying to compile the hibernate 3.1.3 in jdk1.3 and found that the some of the methods such as updateArray() in the java.sql.ResultSet can be found from jdk1.4.2 . How should I proceed ?. I need to get it working in jdk1.3.
Hibernate version:
3.1.3
Mapping documents:
Code between sessionFactory.openSession() and session.close():
Full stack trace of any exception that occurs:
Name and version of the database you are using:
The generated SQL (show_sql=true):
Debug level Hibernate log excerpt:
Thanks ,
Ma
|