Re: camel 2.4 and cxf issue - works in 2.2

2010-11-01 Thread Willem Jiang
Hi Hossein Thanks for reporting this, it save lots of time to dig the issue. I will make sure the patch to be a part of Camel 2.6.0. On 11/1/10 7:35 PM, Hossein wrote: Willem, On 9/24/2010, I put-in a JIRA with FUSESOURCE; DEV-2729. This problem had to do with camel-2.4.0-fuse-01-00-features.

Re: camel 2.4 and cxf issue - works in 2.2

2010-11-01 Thread Hossein
Willem, On 9/24/2010, I put-in a JIRA with FUSESOURCE; DEV-2729. This problem had to do with camel-2.4.0-fuse-01-00-features.xml file and I was able to do a workaround on it. Here is a snippet of the JIRA "...the problem appears to be due to wrong version of http being used in camel-2.4.0-fuse-01

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-31 Thread Willem Jiang
It looks like the spring namespace handler of "http://camel.apache.org/schema/cxf"; can't not be loaded rightly. This namespace handler is part of camel-cxf, please check the installed bundles to make sure camel-cxf bundle is installed rightly. On 10/24/10 2:05 AM, Hossein wrote: Hello, We

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-25 Thread Claus Ibsen
On Mon, Oct 25, 2010 at 9:49 PM, Krsmanovic, Dragisa wrote: > > I thought Camel 2.x supports Spring 2.5 and 3.0 and we can still use Spring > 2.5 in Camel 2.4 and Spring 3.0 features will later be used by Camel 3.0. Is > this incorrect? > Yes > --- > Hossein. > -- > View this message in context:

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-25 Thread Krsmanovic, Dragisa
I thought Camel 2.x supports Spring 2.5 and 3.0 and we can still use Spring 2.5 in Camel 2.4 and Spring 3.0 features will later be used by Camel 3.0. Is this incorrect? --- Hossein. -- View this message in context: http://camel.465427.n5.nabble.com/camel-2-4-and-cxf-issue-works-in-2-2-tp3233662

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-24 Thread Willem Jiang
Hi, Can I have a look at the bundle that you installed ? Please make sure camel-cxf bundle is started rightly. On 10/24/10 2:05 AM, Hossein wrote: Hello, We were using fusesource 4.2 SP 1 and have some cxf endpoint that can be deployed into SMX 4.2 SP 1 with no problem. Just switching to fus

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-24 Thread Christian Müller
Its possible, but your stack trace looks like you use Spring 3.0.3 and not 2.5.x... Christian Am 24.10.2010 02:32 schrieb "Hossein" : I thought Camel 2.x supports Spring 2.5 and 3.0 and we can still use Spring 2.5 in Camel 2.4 and Spring 3.0 features will later be used by Camel 3.0. Is this inc

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-24 Thread Claus Ibsen
On Sun, Oct 24, 2010 at 2:32 AM, Hossein wrote: > > I thought Camel 2.x supports Spring 2.5 and 3.0 and we can still use Spring > 2.5 in Camel 2.4 and Spring 3.0 features will later be used by Camel 3.0. Is > this incorrect? > Yeah it should be possible to use the 2.5 version of the XSD. Then the

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-23 Thread Hossein
I thought Camel 2.x supports Spring 2.5 and 3.0 and we can still use Spring 2.5 in Camel 2.4 and Spring 3.0 features will later be used by Camel 3.0. Is this incorrect? --- Hossein. -- View this message in context: http://camel.465427.n5.nabble.com/camel-2-4-and-cxf-issue-works-in-2-2-tp3233662

Re: camel 2.4 and cxf issue - works in 2.2

2010-10-23 Thread Christian Müller
Not sure if this resolve the issue, but you should remove the '-2.5' in your Spring bean schema location (because you use Spring 3). Christian Am 23.10.2010 20:05 schrieb "Hossein" : Hello, We were using fusesource 4.2 SP 1 and have some cxf endpoint that can be deployed into SMX 4.2 SP 1 with

camel 2.4 and cxf issue - works in 2.2

2010-10-23 Thread Hossein
Hello, We were using fusesource 4.2 SP 1 and have some cxf endpoint that can be deployed into SMX 4.2 SP 1 with no problem. Just switching to fusesource 4.3 which includes camel 2.4 and running into issue deploying into SMX. I think this has to do with schema being used, but don't really know how