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:10:04 UTC

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

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


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

Posted by "Leo Li (JIRA)" <tu...@ws.apache.org>.
    [ 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


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

Posted by "Luciano Resende (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende resolved TUSCANY-1453.
--------------------------------------

    Resolution: Fixed

Patch applied

> 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
>    Affects Versions: Java-DAS-Next
>            Reporter: Leo Li
>            Assignee: Luciano Resende
>             Fix For: Java-DAS-Next
>
>


-- 
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


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

Posted by "Luciano Resende (JIRA)" <tu...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-1453?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Luciano Resende updated TUSCANY-1453:
-------------------------------------

        Fix Version/s: Java-DAS-Next
             Assignee: Luciano Resende
           Patch Info: [Patch Available]
    Affects Version/s: Java-DAS-Next

> 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
>    Affects Versions: Java-DAS-Next
>            Reporter: Leo Li
>            Assignee: Luciano Resende
>             Fix For: Java-DAS-Next
>
>


-- 
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