Subject RE: [Firebird-Java] Can't destroy managed connection with active transaction
Author Robert (Jamie) Munro
> -----Original Message-----
> From: Rick Fincher [mailto:rnf@...]
> Sent: 30 May 2003 19:20
> To: Firebird-Java@yahoogroups.com
> Subject: Re: [Firebird-Java] Can't destroy managed connection with
> active transaction
>
>
> Hi Robert,
>
> Delete the directory called "thirdparty" and try again. It gets
> created in
> the compile process and it is used as a key to see if the third
> party stuff
> has downloaded.
>
> You are probably better off sorting this out so that you can try multiple
> iterations of your changes without outside help.

I now have a working thirdparty folder. When I compile, I now get a lot of
errors starting with the following:

compile-tests:
[javac] Compiling 42 source files to
C:\eclipse\workspace\client-java\output\test
[javac] This version of java does not support the classic compiler;
upgrading to modern
[javac]
C:\eclipse\workspace\client-java\src\test\org\firebirdsql\pool\TestFBConnect
ionPoolDataSource.java:47: cannot resolve symbol
[javac] symbol : class FBConnectionPoolConfiguration
[javac] location: class
org.firebirdsql.pool.TestFBConnectionPoolDataSource
[javac] private FBConnectionPoolConfiguration config;
[javac] ^
[javac]
C:\eclipse\workspace\client-java\src\test\org\firebirdsql\jdbc\TestFBDriver.
java:257: warning: Date(java.lang.String) in java.util.Date has been
deprecated
[javac] java.util.Date d1 = new java.util.Date("Sat
Feb 17 20:59:31 EST 1917");
[javac] ^
[javac]
C:\eclipse\workspace\client-java\src\test\org\firebirdsql\pool\TestFBConnect
ionPoolDataSource.java:52: cannot resolve symbol
[javac] symbol : class FBConnectionPoolConfiguration
[javac] location: class
org.firebirdsql.pool.TestFBConnectionPoolDataSource
[javac] config = new FBConnectionPoolConfiguration();
[javac] ^
[javac]
C:\eclipse\workspace\client-java\src\test\org\firebirdsql\pool\TestFBConnect
ionPoolDataSource.java:72: cannot resolve symbol
[javac] symbol : class FBConnectionPoolDataSource
[javac] location: class
org.firebirdsql.pool.TestFBConnectionPoolDataSource
[javac] FBConnectionPoolDataSource pool = new
FBConnectionPoolDataSource(config);
[javac] ^

Any ideas?

Thanks,

Robert Munro