Subject | Repost: [Fwd: [Firebird-Java] GDS Error Codes in SQLExceptions/build.xml] |
---|---|
Author | Uwe Jäger |
Post date | 2002-09-12T08:18:53Z |
Anybody any comments?
Hi,
in order to have the proper error codes in the SQLException (and make
firebirdsql more compatible with interclient) I have changed some catch
(GDSException e) { throw new SQLException("some text"); } to [...] throw
new FBSQLException(e); [...]. A patch is attached.
I also would like to a a target to build.xml to build one jar containing
the firebirdsql classes and the mini-j2ee classes. Patch also attached.
If there are any legal problems, I will keep my private build.xml.
Kind regards
Uwe Jäger
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/
Hi,
in order to have the proper error codes in the SQLException (and make
firebirdsql more compatible with interclient) I have changed some catch
(GDSException e) { throw new SQLException("some text"); } to [...] throw
new FBSQLException(e); [...]. A patch is attached.
I also would like to a a target to build.xml to build one jar containing
the firebirdsql classes and the mini-j2ee classes. Patch also attached.
If there are any legal problems, I will keep my private build.xml.
Kind regards
Uwe Jäger
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/