On Thu July 23 2009 9:42:47 am Bram de Kruijff wrote: > 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?)!
I'm not sure either. I suppose one option would be allow use of the eclipse compiler. That's probably an OSGi bundle already. I've never looked into it though. A patch to make things more pluggable would be more than welcome. :-) -- Daniel Kulp [email protected] http://www.dankulp.com/blog
