[GitHub] camel pull request: Fixes CAMEL-6716: ServiceInterfaceStrategy fai...

2014-05-19 Thread ancosen
Github user ancosen closed the pull request at: https://github.com/apache/camel/pull/148 --- 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 enab

[GitHub] camel pull request: [CAMEL-6819] Use exceptionHandler on Xmpp Cons...

2014-05-19 Thread ancosen
Github user ancosen closed the pull request at: https://github.com/apache/camel/pull/151 --- 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 enab

Re: [2/2] git commit: Upgrade CXF version to 3.0.0

2014-05-19 Thread Claus Ibsen
Hi I think the CXF upgrade broke some examples. I get this compile error now [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.5.1:compile (default-compile) on project camel-example-reportincident-wssecurity: Compilation failure: Compilation failure: [ERROR] /Users/

Re: Stream the result of a database query

2014-05-19 Thread Claus Ibsen
Hi Yeah contributions is welcome. Just mind about the stream must close the underlying ResultSet / DataSource / Connection when done, so you would need to add that logic into the iterator you provide as output. So when the iterator is closed, then it does close those resources. Also I wonder if y

Re: Test failures when building Camel

2014-05-19 Thread Claus Ibsen
Hi Ad 2) If you have a windows box, then you are welcome to work on a fix for that test failure, if it fails every time on windows. Ad 1) There is some way to check for headless / printer available or something. So the test only runs if its possible to run the test. Ad 3) Sounds like a non deter

Re: Stream the result of a database query

2014-05-19 Thread Willem Jiang
It sounds good. Please feel free to do it. -- Willem Jiang Red Hat, Inc. Web: http://www.redhat.com Blog: http://willemjiang.blogspot.com (English) http://jnn.iteye.com (Chinese) Twitter: willemjiang Weibo: 姜宁willem On May 20, 2014 at 1:00:21 AM, Antoine DESSAIGNE (antoine.dessai...@gmail.

[GitHub] camel pull request: CAMEL-7446: Fix m2e lifecycle configuration pr...

2014-05-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/157 --- 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] camel pull request: CAMEL-7446: Fix m2e lifecycle configuration pr...

2014-05-19 Thread gzurowski
GitHub user gzurowski opened a pull request: https://github.com/apache/camel/pull/157 CAMEL-7446: Fix m2e lifecycle configuration problem Fix m2e lifecycle configuration problems caused by missing lifecycle mapping details in maven-scalate-plugin_2.11. Signed-off-by: Gre

[GitHub] camel pull request: CAMEL-7445: Fix m2e lifecycle configuration pr...

2014-05-19 Thread gzurowski
Github user gzurowski closed the pull request at: https://github.com/apache/camel/pull/156 --- 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 en

Stream the result of a database query

2014-05-19 Thread Antoine DESSAIGNE
Hi everyone, I've looked into the source code and it doesn't seem like its possible to stream the result of an SQL query in camel using either the SqlComponent or the JdbcComponent. This would be really useful when reading a large DataSet. If you confirm that it's not the case right now, I would

[Confluence] camel wiki edit right request

2014-05-19 Thread Sebastian Bathke
Hi, I just stumbled over a small issue in the camel wiki and would be happy to fix it https://camel.apache.org/cxf.html#CXF-Howtoconsumeamessagefromacamel-cxfendpointinPOJOdataformat In the code example line 9: BindingOperationInfo boi = (BindingOperationInfo)exchange.getProperty(BindingOperatio