Subject | Re: Pool doesn't clear setReadOnly flag |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-07-13T19:31Z |
> I'm using connection pooling in a JBoss J2EE container using theIt shouldn't. Most likely this is a bug.
> firebirdsql.rar. If I get a connection from the container supplied
> datasource and call setReadOnly(true) and return the connection to the
> pool by closing it, the next connection served up by the datasource
> still has read-only set.
> If I use a FBWrappingDataSource directly and open, setReadOnly, close,That's correct.
> and reopen connections, the returned connections are not read-only as
> is correct.
> I know the new JCA architecture shuffles responsibilities, so myMost likely this is JayBird issue. I will check.
> apologies if this is a JBoss issue.
Roman