Re: camel-cxf: exception when parsing cxf:schemaLocation element | 2.6-SNAPSHOT maven problem

2010-11-18 Thread Marco Zapletal
Hi Willem, thanks for the solution. For the moment, I had to step back to 2.5/2.2.11, but I will try your fix next week. On 17.11.2010 14:32, Willem Jiang wrote: Hi Marco, I played with your test case and found something interesting, The issue is related to CXF bus initiation. I managed

Re: camel-cxf: exception when parsing cxf:schemaLocation element | 2.6-SNAPSHOT maven problem

2010-11-17 Thread Willem Jiang
Hi Marco, I played with your test case and found something interesting, The issue is related to CXF bus initiation. I managed to run the test with CXF 2.3.0 by changing the camel-conf-test.xml like this !-- import resource=classpath:META-INF/cxf/cxf.xml /-- import

Re: camel-cxf: exception when parsing cxf:schemaLocation element | 2.6-SNAPSHOT maven problem

2010-11-14 Thread Willem Jiang
I can't see any strange CXF bus setting from your configuration, So there must be some change in CXF 2.3.0 cause this issue. It's hard to trace the error without a test case :( On 11/12/10 7:21 PM, Marco Zapletal wrote: sure. this is a condensed version of one of my tests

Re: camel-cxf: exception when parsing cxf:schemaLocation element | 2.6-SNAPSHOT maven problem

2010-11-12 Thread Marco Zapletal
Just something I wanted to add. The patch is working and when deploying my camel/cxf app to tomcat everything goes fine (the services are deployed and the schemas are appropriately referenced). however, when running my Junit tests with CXF 2.6-SNAPSHOT and CXF 2.3.0, I am getting NPEs as

Re: camel-cxf: exception when parsing cxf:schemaLocation element | 2.6-SNAPSHOT maven problem

2010-11-12 Thread Willem Jiang
Can I have a look at your Junit tests code? I just want to asked the same thing in the CXF mailing list. On 11/12/10 6:05 PM, Marco Zapletal wrote: Just something I wanted to add. The patch is working and when deploying my camel/cxf app to tomcat everything goes fine (the services are deployed

Re: camel-cxf: exception when parsing cxf:schemaLocation element | 2.6-SNAPSHOT maven problem

2010-11-12 Thread Marco Zapletal
sure. this is a condensed version of one of my tests http://pastebin.com/3u7q84ES this is the camel-config.xml file. http://pastebin.com/1UhDV7rw It is referenced from my JunitSpringConfig, which is a Spring JavaConfig @Configuration instance. I am using the latest snapshots of Camel

Re: camel-cxf: exception when parsing cxf:schemaLocation element | 2.6-SNAPSHOT maven problem

2010-11-11 Thread Marco Zapletal
Hi, using 2.6-SNAPSHOT together with CXF 2.3.0 seems to work fine. thanks. On 10.11.2010 09:11, Willem Jiang wrote: Hi, Current camel-cxf is using CXF 2.3.0. It should be better if you try to run the test with CXF 2.3.0. If you can't use CXF 2.3.0, please make sure you are using CXF 2.2.11,

Re: camel-cxf: exception when parsing cxf:schemaLocation element | 2.6-SNAPSHOT maven problem

2010-11-11 Thread Willem Jiang
Thanks for your report, it good to know the patch is working :) On 11/11/10 10:05 PM, Marco Zapletal wrote: Hi, using 2.6-SNAPSHOT together with CXF 2.3.0 seems to work fine. thanks. On 10.11.2010 09:11, Willem Jiang wrote: Hi, Current camel-cxf is using CXF 2.3.0. It should be better if

Re: camel-cxf: exception when parsing cxf:schemaLocation element | 2.6-SNAPSHOT maven problem

2010-11-10 Thread Willem Jiang
Hi, Current camel-cxf is using CXF 2.3.0. It should be better if you try to run the test with CXF 2.3.0. If you can't use CXF 2.3.0, please make sure you are using CXF 2.2.11, and there is no other version of CXF in you classpath. On 11/9/10 10:40 PM, Marco Zapletal wrote: Hi, I am

Re: camel-cxf: exception when parsing cxf:schemaLocation element | 2.6-SNAPSHOT maven problem

2010-11-09 Thread Marco Zapletal
Hi, I am having again problems with the maven snapshot repo, which prevents me to try it with CXF 2.3.0. Below you see which versions of the camel jars are downloaded today for 2.6-SNAPSHOT using the -U or even after purging the 2.6-SNAPSHOT from my local repo: o

Re: Maven problem

2009-12-16 Thread Mond Ray Mond
in context: http://old.nabble.com/Maven-problem-tp26796124p26796124.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Cheers, Jon Camel in Action: http://manning.com/ibsen Blog: http://janstey.blogspot.com -- Cheers, Jon Camel in Action: http

Maven problem

2009-12-15 Thread Mond Ray Mond
stopped on END_TAG seen ...version${spring-integration-version}/version\n ... @114:6' for project org.apache.camel:camel-spring-integration Thanks Ray -- View this message in context: http://old.nabble.com/Maven-problem-tp26796124p26796124.html Sent from the Camel - Users mailing list archive

Re: Maven problem

2009-12-15 Thread Jon Anstey
-- View this message in context: http://old.nabble.com/Maven-problem-tp26796124p26796124.html Sent from the Camel - Users mailing list archive at Nabble.com. -- Cheers, Jon Camel in Action: http://manning.com/ibsen Blog: http://janstey.blogspot.com

Re: Maven problem

2009-12-15 Thread Jon Anstey
line 101 and start tag project from line 18, parser stopped on END_TAG seen ...version${spring-integration-version}/version\n ... @114:6' for project org.apache.camel:camel-spring-integration Thanks Ray -- View this message in context: http://old.nabble.com/Maven-problem