You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Andrey Razumovsky (JIRA)" <ji...@apache.org> on 2009/09/08 17:29:57 UTC

[jira] Created: (CAY-1271) Merging does not allow schema selection

Merging does not allow schema selection
---------------------------------------

                 Key: CAY-1271
                 URL: https://issues.apache.org/jira/browse/CAY-1271
             Project: Cayenne
          Issue Type: Task
    Affects Versions: 3.0M6
            Reporter: Andrey Razumovsky


Currently merging does not allow schema selection (loadDataMapFromDb() is fired with null 'schema' argument). In such cases, when I try to migrate on Oracle, the method returns all Oracle service tables (more than 7000!) and getting columns enum from those service tables fails with ora-01424 exception.

Cayenne should somehow allow schema selection for migration process and use datamap's "default schema" property as default

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


[jira] Updated: (CAY-1271) Merging does not allow schema selection

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

Ari Maniatis updated CAY-1271:
------------------------------

      Component/s: Modeler
    Fix Version/s: Undefined future
       Issue Type: Improvement  (was: Task)

> Merging does not allow schema selection
> ---------------------------------------
>
>                 Key: CAY-1271
>                 URL: https://issues.apache.org/jira/browse/CAY-1271
>             Project: Cayenne
>          Issue Type: Improvement
>          Components: Modeler
>    Affects Versions: 3.0M6
>            Reporter: Andrey Razumovsky
>             Fix For: Undefined future
>
>
> Currently merging does not allow schema selection (loadDataMapFromDb() is fired with null 'schema' argument). In such cases, when I try to migrate on Oracle, the method returns all Oracle service tables (more than 7000!) and getting columns enum from those service tables fails with ora-01424 exception.
> Cayenne should somehow allow schema selection for migration process and use datamap's "default schema" property as default

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