You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Leo Li (JIRA)" <tu...@ws.apache.org> on 2007/07/19 03:13:04 UTC

[jira] Commented: (TUSCANY-1453) DAS can't read or write the blob field

    [ https://issues.apache.org/jira/browse/TUSCANY-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513780 ] 

Leo Li commented on TUSCANY-1453:
---------------------------------

It Only need change the ByteArray and blob to bytes

ResultSetTypeMap.java

         case Types.BINARY:
         case Types.VARBINARY:
         case Types.LONGVARBINARY:
                  return helper.getType("commonj.sdo", "Bytes");  
                     // before is return helper.getType("commonj.sdo", "ByteArray");

        case Types.BLOB:
                 return helper.getType("commonj.sdo", "Bytes"); // 
                 // before is return helper.getType("commonj.sdo", "Blob");



> DAS can't read or write the blob field 
> ---------------------------------------
>
>                 Key: TUSCANY-1453
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-1453
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java DAS RDB
>            Reporter: Leo Li
>


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


---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-dev-help@ws.apache.org