Subject Re: Events API implementation
Author gamov2k2
Hello,
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?

Cheers,
Gam.

--- In Firebird-Java@yahoogroups.com, "nagypapi" <nagypapi@...> wrote:
>
> I would love to test it, but haven't found an easy way to tap into the
> cvs (have no experience, found no fast-docs, have millions of other
> things to do), so if anybody has a java1.5 build for windows, send it
> to me please
> Thanks,
> John
>
> --- In Firebird-Java@yahoogroups.com, Gabriel Reid <gabriel.reid@g...>
> wrote:
> >
> > Hi,
> >
> > I've just committed the initial implementation of the Events API into
> > CVS. Up until now it's only been tested on my system (Linux), so I'd be
> > particularly interested in hearing from anyone who can test it on
> > Windows and other systems.
> >
> > For anyone who's interested in trying it out, I would suggest looking in
> > the javadoc for org.firebirdsql.event.FBEventManager. It should
> > (hopefully) be quite self-explanatory. If there are any suggestions,
> > problems, questions, etc. please don't hesitate to post them.
> >
> > Regards,
> >
> > Gabriel
> >
>