[hibernate-dev] Build Failure

Quintin Beukes quintin at last.za.net
Fri Oct 2 22:30:15 EDT 2009


When I get hibernate to build, I'm very pleased, as it happens once in
a blue moon.

This is the most common error (it built just a minute ago, all I
changed was edit the PostgreSQLDialog.java file - changing a:
  return ""; // " cascade";
To:
  return " cascade";

Now it gives this. I got the same the other day from a CLEAN extract.
Though when I tried it the first time tonight, it built fine. wtf?
[INFO] Compiling 1122 source files to
/home/quintin/Storage/Java/Hibernate/hibernate-distribution-3.3.2.GA/project/core/target/classes
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/home/quintin/Storage/Java/Hibernate/hibernate-distribution-3.3.2.GA/project/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/quintin/Storage/Java/Hibernate/hibernate-distribution-3.3.2.GA/project/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/quintin/Storage/Java/Hibernate/hibernate-distribution-3.3.2.GA/project/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/quintin/Storage/Java/Hibernate/hibernate-distribution-3.3.2.GA/project/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

/home/quintin/Storage/Java/Hibernate/hibernate-distribution-3.3.2.GA/project/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

Quintin Beukes



More information about the hibernate-dev mailing list