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 returning JDBC Datasources for Derby #24

Open
7 tasks done
bindul opened this issue Feb 18, 2016 · 0 comments
Open
7 tasks done

Support returning JDBC Datasources for Derby #24

bindul opened this issue Feb 18, 2016 · 0 comments

Comments

@bindul
Copy link
Contributor

bindul commented Feb 18, 2016

Support mechanisms to create and manage Datasources from the embedded Derby instances.

  • Create DataSource factory interface and implementation to return the three kinds of DataSources
  • Support caching and new instance methods of getting the DataSources
  • Write test cases with non-pooling datasources
  • Write test cases with pooling datasources
  • Write test cases with XA datasources
  • Create Datasources documentation page

Reference Derby DataSource classes

@bindul bindul added this to the v1.0-alpha.1 milestone Feb 18, 2016
bindul added a commit that referenced this issue Feb 26, 2016
Implement a DataSource factory
Add additional unit testing

Resolves #24

Change-Id: Ic1123f4b136b71e7120c6ca3c0cef7d915edd0e1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant