Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deegree-tools-gml fails when compiling deegree without any profile enabled #1268

Closed
dstenger opened this issue Jan 19, 2022 · 1 comment · Fixed by #1275
Closed

deegree-tools-gml fails when compiling deegree without any profile enabled #1268

dstenger opened this issue Jan 19, 2022 · 1 comment · Fixed by #1275
Assignees
Labels
bug error issue and bug (fix)

Comments

@dstenger
Copy link
Contributor

Failure: deegree/deegree3/deegree-tools/deegree-tools-gml/src/main/java/org/deegree/tools/featurestoresql/config/FeatureStoreConfigWriter.java:[52,37] package org.deegree.sqldialect.oracle does not exist

Possible solutions:

  1. Enable build of deegree-tools-gml just when oracle profile is activated.
  2. Remove oracle dependency from deegree-tools-gml.
@dstenger dstenger added the bug error issue and bug (fix) label Jan 19, 2022
@stephanr
Copy link
Member

Another option would be to update the Oracle driver to 19.3 or newer.
From this version onwards, the libraries for the SQLDialect are freely available (unfortunately, non-public drivers are still required for GeoRaster, but this can be ignored here).

Either the driver update from the PR of the version update from PR #1206 could be included completely or partially, thus the SQLDialect can become a regular dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug error issue and bug (fix)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants