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

Needs ConnectionResources type which can be initialised from a JDBC URL #69

Open
badgerwithagun opened this issue Nov 17, 2018 · 2 comments

Comments

@badgerwithagun
Copy link
Member

A JDBC URL is the normal means for configuring a database. We should accept it rather than insisting on having it broken into type/server/port/username/password.

@badgerwithagun
Copy link
Member Author

On that note, org.alfasoftware.morf.jdbc.ConnectionResourcesBean.ConnectionResourcesBean(URL) is misleading; the natural expectation would be for this to be a JDBC URL, not the URL to a config file.

@badgerwithagun
Copy link
Member Author

I don't mean route through org.alfasoftware.morf.jdbc.DatabaseType.extractJdbcUrl(String); I mean actually use the URL directly, so we don't force a particular structure on the URL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant