You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Joe George (JIRA)" <ib...@incubator.apache.org> on 2008/01/28 15:29:46 UTC

[jira] Created: (IBATIS-484) oracle's user-defined objects not fully supported

oracle's user-defined objects not fully supported
-------------------------------------------------

                 Key: IBATIS-484
                 URL: https://issues.apache.org/jira/browse/IBATIS-484
             Project: iBatis for Java
          Issue Type: Bug
          Components: SQL Maps
    Affects Versions: 2.3.0
         Environment: Oracle
            Reporter: Joe George
            Priority: Critical


I'm unable to use an oracle user-defined object as an output parameter for a stored procedure.  This is issue was originally raised in IBATIS-145.

The method setType in JdbcTypeRegistry.java is private.  To fully support Oracle's user-defined objects this method needs to be public so the oracle object can be defined for iBatis.

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


[jira] Closed: (IBATIS-484) oracle's user-defined objects not fully supported

Posted by "Jeff Butler (JIRA)" <ib...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/IBATIS-484?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jeff Butler closed IBATIS-484.
------------------------------

    Resolution: Fixed

Fixed in SVN

> oracle's user-defined objects not fully supported
> -------------------------------------------------
>
>                 Key: IBATIS-484
>                 URL: https://issues.apache.org/jira/browse/IBATIS-484
>             Project: iBatis for Java
>          Issue Type: Bug
>          Components: SQL Maps
>    Affects Versions: 2.3.0
>         Environment: Oracle
>            Reporter: Joe George
>            Assignee: Jeff Butler
>            Priority: Critical
>   Original Estimate: 1h
>  Remaining Estimate: 1h
>
> I'm unable to use an oracle user-defined object as an output parameter for a stored procedure.  This is issue was originally raised in IBATIS-145.
> The method setType in JdbcTypeRegistry.java is private.  To fully support Oracle's user-defined objects this method needs to be public so the oracle object can be defined for iBatis.

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