Subject | Re: Can't connect to Firebird database with Websphere Express 5 |
---|---|
Author | dclunes2 |
Post date | 2004-01-20T04:39:31Z |
Roman,
Yes, an error is logged as follows: Datasource class cannot be used
as one-phase: ClassCastException: org.firebirdsql.jdbc.FBDriver.
It appears that the enable2phase property needs to be set to false.
Is this correct? How is this done?
Thanks in advance,
DC
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
Yes, an error is logged as follows: Datasource class cannot be used
as one-phase: ClassCastException: org.firebirdsql.jdbc.FBDriver.
It appears that the enable2phase property needs to be set to false.
Is this correct? How is this done?
Thanks in advance,
DC
--- In Firebird-Java@yahoogroups.com, "Roman Rokytskyy"
<rrokytskyy@a...> wrote:
> > Thanks for that catch. Now when I try to connect I get a blankerror
> > box in Websphere. Any ideas?
>
> Nope. I do not use Websphere, so I hardly can try to reproduce it.
> Check its log, it must print stack trace there.
>
> Roman