On Wednesday, January 25, 2012 3:34:23 PM spower wrote: > Client initialization is very slow with seconds between each "creating > service" log messages. I tried to add > System.setProperty(JAXBContextImpl.class.getName()+".fastBoot", "true") ; as > suggested in another thread but it has no effect on the runtime.
If using CXF 2.5.1 or newer, can you try adding -Dorg.apache.cxf.JDKBugHacks.defaultUsesCaches=true to the command line and seeing if that helps? If so, we may need to relook at how the url caches are handled. Dan > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Slow-client-initialization-with-creating-se > rvice-message-tp5431708p5431708.html Sent from the cxf-user mailing list > archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
