I am invoking below code from servlet(just for testing)
JaxWsDynamicClientFactory dcf = JaxWsDynamicClientFactory.newInstance();
client = dcf.createClient("/sm/ws/wsdl/DataImportUtility.wsdl",
Thread.currentThread().getContextClassLoader())
The issue is for every request to my servlet it creates the classes.
How can i cache the classes in clasLoader so its faster on the next request?
Thanks,
Sumeet
--
View this message in context:
http://cxf.547215.n5.nabble.com/CXF-dynamic-client-does-not-load-to-system-classloader-tp5782404.html
Sent from the cxf-user mailing list archive at Nabble.com.