[
https://issues.apache.org/jira/browse/DERBY-2587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12500655
]
Knut Anders Hatlen commented on DERBY-2587:
-------------------------------------------
I tried to run jdbc4/TestConnectionMethods.java with
-Dframework=DerbyNetClient, and I got this error which probably is caused by
the issue I mentioned in my previous comment:
*** Start: TestConnectionMethods jdk1.6.0_01 DerbyNetClient jdbc40:jdbc40
2007-06-01 12:01:38 ***
0 add
> java.sql.SQLException: The data in this BLOB or CLOB is no longer available.
> The BLOB/CLOB's transaction may be committed, or its connection is closed.
> Caused by: org.apache.derby.client.am.SqlException: The data in this BLOB or
> CLOB is no longer available. The BLOB/CLOB's transaction may be committed,
> or its connection is closed.
> ... 3 more
Test Failed.
*** End: TestConnectionMethods jdk1.6.0_01 DerbyNetClient jdbc40:jdbc40
2007-06-01 12:01:50 ***
> Connection.createClob() and Connection.createBlob() need to return locator
> support enabled LOB objects in the NetworkClient
> ---------------------------------------------------------------------------------------------------------------------------
>
> Key: DERBY-2587
> URL: https://issues.apache.org/jira/browse/DERBY-2587
> Project: Derby
> Issue Type: Sub-task
> Components: Network Server
> Reporter: V.Narayanan
> Assignee: V.Narayanan
> Attachments: ConnectionLocatorWork_v1.diff,
> ConnectionLocatorWork_v1.stat, ConnectionLocatorWork_v2.diff,
> ConnectionLocatorWork_v2.stat, ConnectionLocatorWork_v3.diff,
> ConnectionLocatorWork_v3.stat, ConnectionLocatorWork_v4.diff,
> ConnectionLocatorWork_v4.stat
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.