You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by "Dzmitry Kazimirchyk (JIRA)" <ji...@apache.org> on 2016/11/15 17:44:59 UTC

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

Dzmitry Kazimirchyk created CAY-2144:
----------------------------------------

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


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)