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

Support JavaEE DataSources in JdbcWriter #31

Closed
pmwmedia opened this issue May 1, 2016 · 2 comments
Closed

Support JavaEE DataSources in JdbcWriter #31

pmwmedia opened this issue May 1, 2016 · 2 comments
Milestone

Comments

@pmwmedia
Copy link
Member

pmwmedia commented May 1, 2016

Data sources are an alternative way to declare JDBC database connection for Java EE. On the most web servers, the classic way of creating database connections via DriverManager.getConnection() works as well as via data sources. But tomcat, for example, doesn't support loading JDBC drivers as services out of the box. A clearcut solution would be to support data sources in JdbcWriter.

Data sources in Tomcat: https://wiki.apache.org/tomcat/UsingDataSources
Standard way: http://stackoverflow.com/questions/2279913/is-there-a-standard-way-to-define-a-jdbc-datasource-for-java-ee-containers#16261491

@pmwmedia pmwmedia added this to the 1.2 milestone May 1, 2016
@pmwmedia pmwmedia changed the title Support for JavaEE DataSources in JdbcWriter Support JavaEE DataSources in JdbcWriter May 1, 2016
@pmwmedia
Copy link
Member Author

pmwmedia commented May 1, 2016

Done in commit 7fa8c1e

@github-actions
Copy link

github-actions bot commented Oct 9, 2022

This closed issue has been locked automatically. However, please feel free to file a new issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

1 participant