[ 
https://issues.apache.org/jira/browse/DERBY-2444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12489615
 ] 

V.Narayanan commented on DERBY-2444:
------------------------------------

The junit All suite ran fine. There was just one failure which is already being 
seen in the tinderbox runs. 

1) 
testDSReference(org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceReferenceTest)java.lang.NullPointerException
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceReferenceTest.assertDataSourceReference(DataSourceReferenceTest.java:190)
        at 
org.apache.derbyTesting.functionTests.tests.jdbcapi.DataSourceReferenceTest.testDSReference(DataSourceReferenceTest.java:143)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at 
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:88)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)
        at junit.extensions.TestDecorator.basicRun(TestDecorator.java:22)
        at junit.extensions.TestSetup$1.protect(TestSetup.java:19)
        at junit.extensions.TestSetup.run(TestSetup.java:23)

I request for this patch to be considered for a commit.

> Implement not implemented methods Blob.getBinaryStream(long pos, long length) 
> and Clob. getCharacterStream(long pos, long length) in the Network Client
> -------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DERBY-2444
>                 URL: https://issues.apache.org/jira/browse/DERBY-2444
>             Project: Derby
>          Issue Type: Improvement
>          Components: Network Client
>            Reporter: V.Narayanan
>         Assigned To: V.Narayanan
>         Attachments: ClobBlobNotImplemented_v1.diff, 
> ClobBlobNotImplemented_v1.stat, ClobBlobNotImplemented_v2.diff, 
> ClobBlobNotImplemented_v2.stat, ClobBlobNotImplemented_v3.diff, 
> ClobBlobNotImplemented_v3.stat, ClobBlobNotImplemented_v4.diff, 
> ClobBlobNotImplemented_v4.stat, ClobBlobNotImplemented_v5.diff, 
> ClobBlobNotImplemented_v5.stat
>
>
> The following methods were introduced in the java.sql.Clob and java.sql.Blob 
> interface as part of JDBC 4.0 and need to be implemented.
> Clob
> ------
> getCharacterStream(long pos, long length)
> Blob
> ------
> getBinaryStream(long pos, long length)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to