Subject Re: [Firebird-Java] New Source won't compile: Was: Can't destroy managed connection with active transaction
Author Blas Rodriguez Somoza
Hello Rick

At 02/06/2003 13:56 -0400, Rick Fincher wrote:
>Hi Robert,
>
>I downloaded a fresh copy of the source and got the same thing. A bug has
>been introduced in one of the recent commits.

The problem is in the build.xml and was introduced when the pool test was
added.

I suppose the update to the build.xml is missing. :-)

Until the issue is solved, the easier solution now is to remove
src/test/org/firebirdsql/pool/TestFBConnectionPoolDataSource,

Regards
Blas Rodriguez Somoza.

>Rick
>
>
>----- Original Message -----
>
> >
> >
> > > -----Original Message-----
> > >
> > > 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
> >
>
> >
>
>
>
>To unsubscribe from this group, send an email to:
>Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
>Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/