Subject Re: [Firebird-Java] Re: Events API implementation
Author Roman Rokytskyy
> I managed to check out jaybird from cvs with:
> cvs -d:pserver:anonymous@...:/cvsroot/firebird login
> cvs -z3 -d:pserver:anonymous@...:/cvsroot/firebird co -P
> client-java
>
> then I tried ant to compile but it doesn't on my machine (a lot of
> deprecated warnings 39 and 16 errors)
> Errors are all this kind:
> [javac]
> /Volumes/Scratch/Temp/jaybirdCVS/client-java/src/main/org/firebirdsql/jca/
> FBManagedConnectionFactory.java:99: reference to GDSType is ambiguous,
> both class
> org.firebirdsql.gds.impl.GDSType in org.firebirdsql.gds.impl and class
> org.firebirdsql.gds.GDSType in org.firebirdsql.gds match
> [javac] public FBManagedConnectionFactory(GDSType gdsType) {
> [javac] ^
>
>
> I'm also very interested by this feature since I won't need to do stupid
> scheduled scan/ pooling of the DB to know if something has changed.
> Is there a way to get a beta build?

It seems that something is wrong with the public CVS tree. The GDSType
should be only in org.firebirdsql.gds.impl package. I will check this later,
but we hardly can do anything right now. If I'm not mistaken, the SF.net
public CVS tree was planned to be unstable till end of the month.

Anyway, I have fixed all bugs planned for 2.1, so if nothing unexpected
happens beta of 2.1 will be released this weekend.

Roman