Subject | Re: [Firebird-Java] tpb mapping, tomcat, dbcp, overriding defaults |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-08-19T13:53:26Z |
Sorry for late reply, was on vacations.
adding
TRANSACTION_REPEATABLE_READ=isc_tpb_concurrency,isc_tpb_write,isc_tpb_nowait
to your JDBC URL should work. I will try on weekend this and will report
back.
Roman
> The default TPB mappings are not the ones I want, but I can't get the driver to override theI did not try specifying the TPB in Tomcat 6, but I would expect that
> default settings. All I really want is _nowait instead of _wait. Here's what I've tried (that
> hasn't worked yet, despite lots of restarting tomcat, redeploying the web-app, and looking through
> log files for any errors thrown by the FB driver):
adding
TRANSACTION_REPEATABLE_READ=isc_tpb_concurrency,isc_tpb_write,isc_tpb_nowait
to your JDBC URL should work. I will try on weekend this and will report
back.
Roman