Hi, The question popped up in at the end of on earlier reply but somehow it stuck. Looking at the DynamicClientFactory.setupClasspath(...) implementation that constructs the cp to pass to javac, I'd say this can never be used in and OSGi context where packages are provided through OSGi ContentClassLoaders. I only found this related issue which seems to have resolved itself without actually changing anything https://issues.apache.org/jira/browse/CXF-1798.
I am sort of hoping someone can prove me wrong here? :) Also I am wondering what proper alternatives would be. Java 6 compiler support maybe but I still like java 5 :) At least making the compiler strategy pluggable would be good (JCI?)! regards, Bram -- View this message in context: http://www.nabble.com/Using-DynamicClientFactory-in-OSGi-context-tp24626046p24626046.html Sent from the cxf-user mailing list archive at Nabble.com.
