RE: beginner q: classnotfoundexception using DynamicClientFactory

2007-07-25 Thread MartyH
thanks a lot my man! :-) -- View this message in context: http://www.nabble.com/beginner-q%3A-classnotfoundexception-using-DynamicClientFactory-tf4141887.html#a11783635 Sent from the cxf-user mailing list archive at Nabble.com.

RE: beginner q: classnotfoundexception using DynamicClientFactory

2007-07-25 Thread Jiang, Ning \(Willem\)
Hi, I just went through the DynamicClientFactory code, and found your code got class loader a little earlier. When the DynamicClientFactory create the client , it will setup the classpath to load the generated class. You just need to use the thread's ContextClassLoader after the dcf.createClien