build from svn (mvn install) fails
----------------------------------
Key: HHH-4058
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-4058
Project: Hibernate Core
Issue Type: Bug
Components: build, core
Environment: OS:
Kubuntu 9.04 amd64, kernel 2.6.28-13-generic
Java:
java version "1.6.0_14"
Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
Java HotSpot(TM) 64-Bit Server VM (build 14.0-b16, mixed mode)
Hibernate:
checked out from svn on 25.07.2009.
Reporter: Stefan Endrullis
Attachments: out.log
I followed the instructions on
https://www.hibernate.org/422.html in order to build the
latest hibernate version (svn trunk), but the build failed with the following error
message:
[...]
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/home/stefan/programmierung/java/hibernate/core/core/src/main/java/org/hibernate/jdbc/ResultSetWrapper.java:[53,7]
org.hibernate.jdbc.ResultSetWrapper is not abstract and does not override abstract method
updateNClob(java.lang.String,java.io.Reader) in java.sql.ResultSet
/home/stefan/programmierung/java/hibernate/core/core/src/main/java/org/hibernate/lob/SerializableBlob.java:[36,7]
org.hibernate.lob.SerializableBlob is not abstract and does not override abstract method
getBinaryStream(long,long) in java.sql.Blob
/home/stefan/programmierung/java/hibernate/core/core/src/main/java/org/hibernate/lob/ClobImpl.java:[41,7]
org.hibernate.lob.ClobImpl is not abstract and does not override abstract method
getCharacterStream(long,long) in java.sql.Clob
/home/stefan/programmierung/java/hibernate/core/core/src/main/java/org/hibernate/lob/BlobImpl.java:[39,7]
org.hibernate.lob.BlobImpl is not abstract and does not override abstract method
getBinaryStream(long,long) in java.sql.Blob
/home/stefan/programmierung/java/hibernate/core/core/src/main/java/org/hibernate/lob/SerializableClob.java:[38,7]
org.hibernate.lob.SerializableClob is not abstract and does not override abstract method
getCharacterStream(long,long) in java.sql.Clob
[...]
The whole output of "mvn clean install" is attached.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators....
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira