That is more of the same java.sql interface incompatibilities then.


From: Rajesh Rajasekaran
Sent: Tuesday, May 23, 2006 8:17 AM
To: Scott M Stark; 'jboss-development@lists.sourceforge.net'; '[EMAIL PROTECTED]'
Subject: RE: jboss-4.0-testsuite-1.6 Build Failed

Yes. Both jdk5 and jdk6 use the same lang settings. Jdk5 just gives a warning whereas jdk6 gives an error for the same.

I ve unset the LANG settings. This seems to fix this problem locally.

 

But now I get this error with jdk6

/home/rrajasekaran/jboss-4.0.x/server/src/main/org/jboss/ejb/plugins/cmp/jdbc/ByteArrayBlob.java:46: org.jboss.ejb.plugins.cmp.jdbc.ByteArrayBlob is not abstract and does not override abstract method getBinaryStream(long,long) in java.sql.Blob

public final class ByteArrayBlob implements Blob

             ^

 

Reply via email to