Hi,

We have about 15 jaxws client definitions in our application context
defined like this :

<jaxws:client id="myService" serviceClass="my.service.Service"
 address="http://....."/>

Initializing all of these during startup takes on average about 2.5 to 3
minutes. This is already after
adding -Dcom.sun.xml.bind.v2.runtime.JAXBContextImpl.fastBoot=true , before
that it was more like 5-6 minutes.

Is there a way to improve this ? We are going to add more services as the
application grows, and already now this cxf init takes up more than half of
our deployment time.

Thanks,
Jorg Heymans

Reply via email to