-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Hibernate 2.1.8 compilation error with JDK 1.3.1_02
PostPosted: Tue Feb 08, 2005 9:42 am 
Newbie

Joined: Wed Feb 02, 2005 7:38 am
Posts: 1
Hibernate version: 2.1.8

Hibernate 2.1.8 compilation errors with JDK 1.3.1_02

[javac] D:\work\hibernate-2.1\src\net\sf\hibernate\impl\ResultSetWrapper.java:65: cannot resolve symbol
[javac] symbol : method updateArray (int,java.sql.Array)
[javac] location: interface java.sql.ResultSet
[javac] rs.updateArray( findColumn(columnName), x );
[javac] ^
[javac] D:\work\hibernate-2.1\src\net\sf\hibernate\impl\ResultSetWrapper.java:101: cannot resolve symbol
[javac] symbol : method updateBlob (int,java.sql.Blob)
[javac] location: interface java.sql.ResultSet
[javac] rs.updateBlob( findColumn(columnName), x );


Is Hibernate 2.1.8 compatible with jdk 1.3.x ?


Top
 Profile  
 
 Post subject:
PostPosted: Tue Feb 08, 2005 9:54 am 
Hibernate Team
Hibernate Team

Joined: Tue Aug 26, 2003 12:50 pm
Posts: 5130
Location: Melbourne, Australia
Yes, I don't really know what to do about that one.

You should just remove the offending methods from ResultSetWrapper before compiling on 1.3.1.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.