Re: CXF with own Classloader

2009-05-09 Thread Andrew Clegg
2009/5/8 ladidaaa g-...@gmx.li: Is there a way to use CXF with its own classloader which has own versions of Jars ? I came across this project yesterday, would this help? http://www.pomstrap.techlab.smk.fr/en/ Andrew. -- :: http://biotext.org.uk/ ::

CXF with own Classloader

2009-05-08 Thread ladidaaa
(org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory); c.newInstance(); which failed with a instatiation exception. Is there a way to use CXF with its own classloader which has own versions of Jars ? -- View this message in context: http://www.nabble.com/CXF-with-own-Classloader-tp23445345p23445345.html Sent

Re: CXF with own Classloader

2009-05-08 Thread Dave Stanley
=(ClassJaxWsDynamicClientFactory) urlCl.loadClass(org.apache.cxf.jaxws.endpoint.dynamic.JaxWsDynamicClientFactory); c.newInstance(); which failed with a instatiation exception. Is there a way to use CXF with its own classloader which has own versions of Jars ? -- View this message in context