On Wednesday 03 November 2010 3:20:25 pm Benson Margulies wrote:
> CXFBusImpl.getExtension -> SpringBeanLocator.getBeansOfType ->
> getBeansOfType .... ->WSDLManagerImpl constructor.
> 
> registerInitialExtensions
> 
> loading properties from XML via the Xerces DOM and the Properties system.
> 
> 10% of time in a simple client startup.
> 
> After that the next thing seems to be ASM settting up the JaxWS wrapper
> class.

The more and more I keep thinking about it, the more and more I keep thinking 
that using Spring to wire the Bus together  and using XML for ANYTHING 
required at startupis a bad idea.   Using Spring to CONFIGURE things, fine, 
but not so much for the wiring.   Sigh....



-- 
Daniel Kulp
dk...@apache.org
http://dankulp.com/blog

Reply via email to