Re: CAMEL-4135/4109 and Spring and Blueprint namespace things....

2011-06-22 Thread Daniel Kulp
I've started a bit of this in CAMEL-4139 I got rid of the CxfEndpointBean (and the spring subclass) and updated the spring stuff to parse directly into the CxfEndpoint.I've added setters/getters for the various things that the parsers need to support. This now unifies the Blueprint and S

Re: CAMEL-4135/4109 and Spring and Blueprint namespace things....

2011-06-21 Thread Willem Jiang
CxfEndpointBean is used to take the configuration of CXF ServiceFactoryBean which is used to configure CXF endpoints. In this way, the user can reuse their knowledge of CXF client or server configuration on the configuration of camel-cxf endpoint. You can configure interceptor, features, h

Re: CAMEL-4135/4109 and Spring and Blueprint namespace things....

2011-06-21 Thread Daniel Kulp
On Tuesday, June 21, 2011 3:47:48 PM Johan Edstrom wrote: > At the time I wrote that, > I was trying to get around what was happening on the > Spring side, and cut it down as much as possible. > > I am pretty sure that I had sane reasoning at some point :) ... Looking into it a little bit more, I

Re: CAMEL-4135/4109 and Spring and Blueprint namespace things....

2011-06-21 Thread Johan Edstrom
At the time I wrote that, I was trying to get around what was happening on the Spring side, and cut it down as much as possible. I am pretty sure that I had sane reasoning at some point :) ... /je On Jun 21, 2011, at 3:34 PM, Daniel Kulp wrote: > > Just a quick question... > > I'm working on