gnufied
unread,Jul 30, 2008, 10:46:44 AM7/30/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Persist
Hi,
I was planning to make some modifications in Persist for making it
work with Scala, and hence tried to build it from source without
success. I got:
[javac] /home/hemant/checkout/persist-read-only/persist/build/work/
src/tests/net/sf/persist/tests/framework/BytesBlob.java:16:
net.sf.persist.tests.framework.BytesBlob is not abstract and does not
override abstract method getBinaryStream(long,long) in java.sql.Blob
[javac] public class BytesBlob implements Blob {
[javac] ^
[javac] /home/hemant/checkout/persist-read-only/persist/build/work/
src/tests/net/sf/persist/tests/framework/StringClob.java:19:
net.sf.persist.tests.framework.StringClob is not abstract and does not
override abstract method getCharacterStream(long,long) in
java.sql.Clob
[javac] public class StringClob implements Clob {
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
Also, on a sidenote, I would be pretty interested to have this working
under Scala. Does upstream coders have any such plans?