You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cayenne.apache.org by "Andrus Adamchik (JIRA)" <de...@cayenne.apache.org> on 2008/07/07 14:32:52 UTC

[jira] Created: (CAY-1085) Use standard JDBC API for writing Oracle LOBs

Use standard JDBC API for writing Oracle LOBs
---------------------------------------------

                 Key: CAY-1085
                 URL: https://issues.apache.org/cayenne/browse/CAY-1085
             Project: Cayenne
          Issue Type: Improvement
          Components: Cayenne Core Library
    Affects Versions: 3.0
            Reporter: Andrus Adamchik
            Assignee: Andrus Adamchik
            Priority: Minor
             Fix For: 3.0


Currently OracleAdapter uses reflection on the Oracle driver classes to access Writers and OutputStreams for populating CLOB/BLOB's. Aside from dependency on the vendor API, this may even be casuing bugs in some application servers: http://markmail.org/message/hclsphw5ptxfy6u2

So I am going to change that to standard JDBC methods (Clob.setCharacterStream(..) / Blob.setBinaryStream(..)), that work the same on Oracle 10 in my tests.

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


[jira] Closed: (CAY-1085) Use standard JDBC API for writing Oracle LOBs

Posted by "Andrus Adamchik (JIRA)" <de...@cayenne.apache.org>.
     [ https://issues.apache.org/cayenne/browse/CAY-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrus Adamchik closed CAY-1085.
--------------------------------

    Resolution: Fixed

> Use standard JDBC API for writing Oracle LOBs
> ---------------------------------------------
>
>                 Key: CAY-1085
>                 URL: https://issues.apache.org/cayenne/browse/CAY-1085
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Cayenne Core Library
>    Affects Versions: 3.0
>            Reporter: Andrus Adamchik
>            Assignee: Andrus Adamchik
>            Priority: Minor
>             Fix For: 3.0
>
>
> Currently OracleAdapter uses reflection on the Oracle driver classes to access Writers and OutputStreams for populating CLOB/BLOB's. Aside from dependency on the vendor API, this may even be casuing bugs in some application servers: http://markmail.org/message/hclsphw5ptxfy6u2
> So I am going to change that to standard JDBC methods (Clob.setCharacterStream(..) / Blob.setBinaryStream(..)), that work the same on Oracle 10 in my tests.

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