You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Savva Kolbachev (JIRA)" <ji...@apache.org> on 2016/11/21 10:34:58 UTC

[jira] [Closed] (CAY-2144) cdbimport fails for databases which don't support catalogs

     [ https://issues.apache.org/jira/browse/CAY-2144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Savva Kolbachev closed CAY-2144.
--------------------------------
       Resolution: Fixed
    Fix Version/s: 4.0.M4

Applied per https://github.com/apache/cayenne/commit/f527275176b650a50737cbc3d618838a6ebd3b4b

> cdbimport fails for databases which don't support catalogs
> ----------------------------------------------------------
>
>                 Key: CAY-2144
>                 URL: https://issues.apache.org/jira/browse/CAY-2144
>             Project: Cayenne
>          Issue Type: Bug
>          Components: Non-GUI Tools
>    Affects Versions: 4.0.M3
>            Reporter: Dzmitry Kazimirchyk
>            Assignee: Nikita Timofeev
>             Fix For: 4.0.M4
>
>
> cdbimport maven goal fails if database doesn't support catalogs (e.g. postgres):
> {noformat}
> [ERROR] Failed to execute goal org.apache.cayenne.plugins:maven-cayenne-plugin:4.0.M4-SNAPSHOT:cdbimport (default-cli) on project test-db: Error creating DataSource (org.apache.cayenne.datasource.DriverDataSource@4f8b4bd0) or DbAdapter (org.apache.cayenne.dba.postgres.PostgresAdapter@4e904fd5) for DataNodeDescriptor (org.apache.cayenne.configuration.DataNodeDescriptor@b18c4): Your database does not support catalogs on reverse engineering. It allows to connect to only one at the moment. Please don't note catalogs as param. -> [Help 1]
> {noformat}
> This seems to be due to this logic [https://github.com/apache/cayenne/blob/1455622fad83db8d181e2dfb0ba5f6efeeeae37e/cayenne-dbsync/src/main/java/org/apache/cayenne/dbsync/reverse/filters/FiltersConfigBuilder.java#L321] which is always adding empty catalogs to the reverse engineering configuration.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)