Please use the user mailing list.
And try whether it's working with plain JDBC. I don't think it's an Camel
issue.
Best,
Christian
Am 26.08.2014 13:57 schrieb "Thomas Elavarasu" :
> Hi,
>
> I am using camel 2.13.0 and try to run this query via Spring DSL. its not
> working while comparing two tab
Github user asfgit closed the pull request at:
https://github.com/apache/camel/pull/254
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
GitHub user kevinearls opened a pull request:
https://github.com/apache/camel/pull/254
Fix for CAMEL-7749 restore @Ignore on testTXForceShutdown
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/kevinearls/camel CAMEL-7749
Alterna
Github user asfgit closed the pull request at:
https://github.com/apache/camel/pull/253
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabl
GitHub user kevinearls opened a pull request:
https://github.com/apache/camel/pull/253
Fix for CAMEL-7748 Test was failing because of change in returning json ...
...schema object types.
You can merge this pull request into a Git repository by running:
$ git pull https://gi
Hi,
I am using camel 2.13.0 and try to run this query via Spring DSL. its not
working while comparing two tables with same field. for example ID field is
available in both tables ,
Query :
select * from table1 a, table2 b where a.ID = b.ID;
Am getting following exception :
com.microsoft.sqlser