Hi this is a build issue. I cannot get it to build with Java 1.6 (aka Java 6.0). I receive the following errors:
[javac] C:\jdk\hibernate\src\org\hibernate\lob\SerializableClob.java:15: org
.hibernate.lob.SerializableClob is not abstract and does not override abstract m
ethod getCharacterStream(long,long) in java.sql.Clob
[javac] public class SerializableClob implements Serializable, Clob {
[javac] ^
[javac] 5 errors
When I build with java 1.4.2 it builds fine. But I want to use 1.6. Is there a plan to support this? Sorry did a search, didn't find anything in this forum or internet as a whole.
Hibernate version:
3.2.5
|