Hi,
An update fixed that problem. But now I get this.
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure
/home/suran/projects/qpid/java/broker/src/main/java/org/apache/qpid/server/store/DerbyMessageStore.java:[642,24]
setBinaryStream(int,java.io.InputStream,int) in
java.sql.PreparedStatement cannot be applied to
(int,java.io.ByteArrayInputStream)
/home/suran/projects/qpid/java/broker/src/main/java/org/apache/qpid/server/store/DerbyMessageStore.java:[1046,16]
setBinaryStream(int,java.io.InputStream,int) in
java.sql.PreparedStatement cannot be applied to
(int,java.io.ByteArrayInputStream)
/home/suran/projects/qpid/java/broker/src/main/java/org/apache/qpid/server/store/DerbyMessageStore.java:[1096,16]
setBinaryStream(int,java.io.InputStream,int) in
java.sql.PreparedStatement cannot be applied to
(int,java.io.ByteArrayInputStream)
Should I file a Jira and submit a patch for this? Or is it being caused
by maybe a library version mismatch on my machine?
I am using Sun jdk1.5.0_09.
Thanks.
Aidan Skinner wrote:
On Thu, Apr 24, 2008 at 10:01 AM, Suran Jayathilaka <[EMAIL PROTECTED]> wrote:
After I took an svn update today and tried to build, it failed with the
following. I removed some of the stack trace to keep the email short.
Oof, sorry. Should have cleaned my maven repository when I was testing
last night. Should be fixed now. There's a failing test in systests,
see QPID-963 for details.
- Aidan