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 some CXF blueprint stuff with Camel and ran into a little 
> issue 
> that I want to discuss real quick.   There is a slight difference between how 
> blueprint and spring parse the namespace.   I just want to see if they should 
> be unified a bit.
> 
> Basically, the Spring namespace handler parses into a "CxfEndpointBean" (well 
> a subclass of) and then the CxfComponent then will look that up and convert 
> that into a CxfEndpoint. 
> 
> Blueprint, on the other hand, parses directly to a CxfEndpoint.  I had to 
> make 
> some slight modification to the CxfComponent to take that into account.    
> The 
> patch I stuck on CAMEL-4135 handles that.   However, I'm not sure that's the 
> best route.   Do you think the blueprint stuff should parse into a 
> CxfEndpointBean as well?    I'm still kind of digging into the camel-cxf 
> stuff 
> and haven't quite gotten a handle around the differences.
> 
> 
> -- 
> Daniel Kulp
> dk...@apache.org
> http://dankulp.com/blog
> Talend - http://www.talend.com

Reply via email to