Hello to all jdo-users,

I'm excited to find the JDO project. I downloaded the source and began to compile when I received the following errors. I realize that I can ignore the deprecation errors, but I would appreciate some guidance on the abstract class error towards the bottom the output.

I'm using JDK 1.4.1 on WinNT.

Thanks in advance for your help.



main:
[javac] Compiling 579 source files to D:\Temp\ojb\src\jakarta-ojb-0.9.7\target\classes
[javac] D:\Temp\ojb\src\jakarta-ojb-0.9.7\target\src\org\apache\ojb\broker\util\pooling\WrappedPreparedStatement.java:97: warnin
g: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated
[javac] public class WrappedPreparedStatement implements PreparedStatement
[javac] ^
[javac] D:\Temp\ojb\src\jakarta-ojb-0.9.7\target\src\org\apache\ojb\broker\util\pooling\WrappedPreparedStatement.java:485: warnng: setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated
[javac] pstmt.setUnicodeStream(parameterIndex, x, length);
[javac] ^
[javac] D:\Temp\ojb\src\jakarta-ojb-0.9.7\target\src\org\apache\ojb\jdo\PersistenceManagerImpl.java:73: org.apache.ojb.jdo.Persi
stenceManagerImpl should be declared abstract; it does not define newQuery(java.lang.Class,javax.jdo.Extent) in org.apache.ojb.jdo.P ersistenceManagerImpl
[javac] public class PersistenceManagerImpl implements PersistenceManagerInternal
[javac] ^
[javac] 1 error
[javac] 2 warnings

BUILD FAILED
file:D:/Temp/ojb/src/jakarta-ojb-0.9.7/build.xml:147: Compile failed; see the compiler error output for details.

Total time: 1 minute 56 seconds



--
John Nangle
Manager of Information Technology
Union Station Kansas City, Inc.
30 West Pershing Road
Kansas City, MO. 64108
(816) 460-2246


--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to