Subject | Re: JayBird and large attachment |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-12-09T23:30:19Z |
Hi,
Did you use FBWrappingDataSource or you used JCA framework
(FBManagedConnectionFactory)?
Thanks!
Roman
> Simple testThanks! I will check it as soon as possible.
>
> DataSource dataSource = (DataSource) PortableRemoteObject.narrow(
> jndi.lookup("java:/SomeDS", DataSource.class);
> Connection conn = dataSource.getConnection();
>
> conn.setTransactionIsolation(Connection.TRANSACTION_REPEATABLE_READ);
>
> Here you get exception that there is no transaction started on this
> connection. The problem is that this exception is raised from
> InternalCommit becouse InTransaction actually returns true.
Did you use FBWrappingDataSource or you used JCA framework
(FBManagedConnectionFactory)?
Thanks!
Roman