You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Frank Zhu (JIRA)" <ji...@apache.org> on 2010/06/21 02:59:23 UTC

[jira] Created: (CAY-1451) Oracle specific type support for cayenne 3

Oracle specific type support for cayenne 3
------------------------------------------

                 Key: CAY-1451
                 URL: https://issues.apache.org/jira/browse/CAY-1451
             Project: Cayenne
          Issue Type: Task
          Components: Core Library
    Affects Versions: 3.0
            Reporter: Frank Zhu
             Fix For: 3.0.1


The cayenne version 3 release doesn't support cayenne native type well. Fixed version only apply to version 3.1 
CAY-1323 oracle.sql.TIMESTAMP in Result of query
CAY-1336 Oracle specific type support (oracle.sql.*), add handlers.

Since version 3.1 will deprecate a few methods and move some package around, it is necessary to provide support for oracle in the version 3.

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


[jira] Closed: (CAY-1451) Oracle specific type support for cayenne 3

Posted by "Ari Maniatis (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ari Maniatis closed CAY-1451.
-----------------------------

    Resolution: Invalid

> Oracle specific type support for cayenne 3
> ------------------------------------------
>
>                 Key: CAY-1451
>                 URL: https://issues.apache.org/jira/browse/CAY-1451
>             Project: Cayenne
>          Issue Type: Task
>          Components: Core Library
>    Affects Versions: 3.0
>            Reporter: Frank Zhu
>             Fix For: 3.0.1
>
>         Attachments: cayenne3.01.patch
>
>
> The cayenne version 3 release doesn't support cayenne native type well. Fixed version only apply to version 3.1 
> CAY-1323 oracle.sql.TIMESTAMP in Result of query
> CAY-1336 Oracle specific type support (oracle.sql.*), add handlers.
> Since version 3.1 will deprecate a few methods and move some package around, it is necessary to provide support for oracle in the version 3.

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


[jira] Commented: (CAY-1451) Oracle specific type support for cayenne 3

Posted by "Malcolm Edgar (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAY-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880782#action_12880782 ] 

Malcolm Edgar commented on CAY-1451:
------------------------------------

This does not appear to be solved in Cayenne 3.0, as we have been porting a large application to Oracle 10g and have found numerous issues marshalling Oracle BLOB and TIMESTAMP classes.

regards Malcolm Edgar

> Oracle specific type support for cayenne 3
> ------------------------------------------
>
>                 Key: CAY-1451
>                 URL: https://issues.apache.org/jira/browse/CAY-1451
>             Project: Cayenne
>          Issue Type: Task
>          Components: Core Library
>    Affects Versions: 3.0
>            Reporter: Frank Zhu
>             Fix For: 3.0.1
>
>         Attachments: cayenne3.01.patch
>
>
> The cayenne version 3 release doesn't support cayenne native type well. Fixed version only apply to version 3.1 
> CAY-1323 oracle.sql.TIMESTAMP in Result of query
> CAY-1336 Oracle specific type support (oracle.sql.*), add handlers.
> Since version 3.1 will deprecate a few methods and move some package around, it is necessary to provide support for oracle in the version 3.

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


[jira] Commented: (CAY-1451) Oracle specific type support for cayenne 3

Posted by "Frank Zhu (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAY-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880971#action_12880971 ] 

Frank Zhu commented on CAY-1451:
--------------------------------

Thanks for the fixes for Wrong Types mapping, Evgeny.

Maybe the patches and release note  in 3.1 confused me a bit which let me think CAY-1323 and CAY-1336 are only for 3.1 release.

Apparently, 3.0-STABLE svn branch seems to work well and resolve a lot of issues in 3.0 final. Good news to know that these features are available to version 3.

I believe this issue can be closed.

> Oracle specific type support for cayenne 3
> ------------------------------------------
>
>                 Key: CAY-1451
>                 URL: https://issues.apache.org/jira/browse/CAY-1451
>             Project: Cayenne
>          Issue Type: Task
>          Components: Core Library
>    Affects Versions: 3.0
>            Reporter: Frank Zhu
>             Fix For: 3.0.1
>
>         Attachments: cayenne3.01.patch
>
>
> The cayenne version 3 release doesn't support cayenne native type well. Fixed version only apply to version 3.1 
> CAY-1323 oracle.sql.TIMESTAMP in Result of query
> CAY-1336 Oracle specific type support (oracle.sql.*), add handlers.
> Since version 3.1 will deprecate a few methods and move some package around, it is necessary to provide support for oracle in the version 3.

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


[jira] Updated: (CAY-1451) Oracle specific type support for cayenne 3

Posted by "Frank Zhu (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAY-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Frank Zhu updated CAY-1451:
---------------------------

    Attachment: cayenne3.01.patch

Combine the following patch and add handlers for cayenne 3.0 (final) to support oracle
 
CAY-1323 oracle.sql.TIMESTAMP in Result of query
CAY-1336 Oracle specific type support (oracle.sql.*), add handlers.


> Oracle specific type support for cayenne 3
> ------------------------------------------
>
>                 Key: CAY-1451
>                 URL: https://issues.apache.org/jira/browse/CAY-1451
>             Project: Cayenne
>          Issue Type: Task
>          Components: Core Library
>    Affects Versions: 3.0
>            Reporter: Frank Zhu
>             Fix For: 3.0.1
>
>         Attachments: cayenne3.01.patch
>
>
> The cayenne version 3 release doesn't support cayenne native type well. Fixed version only apply to version 3.1 
> CAY-1323 oracle.sql.TIMESTAMP in Result of query
> CAY-1336 Oracle specific type support (oracle.sql.*), add handlers.
> Since version 3.1 will deprecate a few methods and move some package around, it is necessary to provide support for oracle in the version 3.

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


[jira] Commented: (CAY-1451) Oracle specific type support for cayenne 3

Posted by "Evgeny Ryabitskiy (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAY-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880761#action_12880761 ] 

Evgeny Ryabitskiy commented on CAY-1451:
----------------------------------------

Actually it's all was fixed in  	 CAY-1354
Where I unified Type Mapping for all Supported DBs.

Fix from CAY-1354 has handle all problems solved in CAY-1323  and CAY-1336 and lot's of others.
So... I'm even going to clean out this handlers from 3.1 as useless.

What I am going to say that this problem is solved in 3.0. 

Does your Task based on some tests or just JIRA issues analyze?  If it was tests: show logs and examples to simulate problem.

> Oracle specific type support for cayenne 3
> ------------------------------------------
>
>                 Key: CAY-1451
>                 URL: https://issues.apache.org/jira/browse/CAY-1451
>             Project: Cayenne
>          Issue Type: Task
>          Components: Core Library
>    Affects Versions: 3.0
>            Reporter: Frank Zhu
>             Fix For: 3.0.1
>
>         Attachments: cayenne3.01.patch
>
>
> The cayenne version 3 release doesn't support cayenne native type well. Fixed version only apply to version 3.1 
> CAY-1323 oracle.sql.TIMESTAMP in Result of query
> CAY-1336 Oracle specific type support (oracle.sql.*), add handlers.
> Since version 3.1 will deprecate a few methods and move some package around, it is necessary to provide support for oracle in the version 3.

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


[jira] Commented: (CAY-1451) Oracle specific type support for cayenne 3

Posted by "Andrus Adamchik (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAY-1451?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12880783#action_12880783 ] 

Andrus Adamchik commented on CAY-1451:
--------------------------------------

Most likely Evgeny refered to 3.0.1 (yet unreleased) version of Cayenne , which is developed on 3.0-STABLE svn branch

> Oracle specific type support for cayenne 3
> ------------------------------------------
>
>                 Key: CAY-1451
>                 URL: https://issues.apache.org/jira/browse/CAY-1451
>             Project: Cayenne
>          Issue Type: Task
>          Components: Core Library
>    Affects Versions: 3.0
>            Reporter: Frank Zhu
>             Fix For: 3.0.1
>
>         Attachments: cayenne3.01.patch
>
>
> The cayenne version 3 release doesn't support cayenne native type well. Fixed version only apply to version 3.1 
> CAY-1323 oracle.sql.TIMESTAMP in Result of query
> CAY-1336 Oracle specific type support (oracle.sql.*), add handlers.
> Since version 3.1 will deprecate a few methods and move some package around, it is necessary to provide support for oracle in the version 3.

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