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

Add support for spring data access with jdbc #846

Closed
tdiesler opened this issue Sep 8, 2015 · 2 comments
Closed

Add support for spring data access with jdbc #846

tdiesler opened this issue Sep 8, 2015 · 2 comments
Assignees
Labels
Milestone

Comments

@tdiesler
Copy link
Contributor

tdiesler commented Sep 8, 2015

See: Data access with JDBC

CrossRef: https://issues.jboss.org/browse/ENTESB-3953

@tdiesler tdiesler added this to the 3.2.0 milestone Sep 8, 2015
@tdiesler tdiesler changed the title Add support for spring jdbc data access Add support for spring data access with jdbc Sep 8, 2015
@jamesnetherton jamesnetherton self-assigned this Oct 15, 2015
@jamesnetherton
Copy link
Collaborator

I'm in two minds as to what we support for this.

Adding support for the Spring JDBC XML namespaces is fine. But, opening up all of Spring JDBC is potentially not a good idea.

Once access to JDBC is open, the next request will be for Spring transaction namespace support then for Spring AOP, etc, etc. We should be clear about drawing the line somewhere, ultimately we're targeting JEE as our platform and not Spring. Similarly, partial support for Spring features feels wrong. How do we define what is and is not supported?

If folks really want to develop on the full Spring stack, then the underlying modules are available. These could be included through manifest dependencies or deployment descriptors.

@jamesnetherton
Copy link
Collaborator

I think we should limit the scope of this task to adding support for the Spring JDBC XML namespace. Unless we come across specific use cases where folks need direct access to spring-jdbc, we should leave the majority of the API unexposed for now.

jamesnetherton added a commit to jamesnetherton/wildfly-camel that referenced this issue Nov 3, 2015
jamesnetherton added a commit to jamesnetherton/wildfly-camel that referenced this issue Nov 3, 2015
tdiesler pushed a commit to tdiesler/wildfly-camel that referenced this issue Apr 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants