Re: LogicalHandlerInInterceptor examples

2009-10-22 Thread Dave Stanley
There's a test here: http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxws/src/test/java/org/apache/cxf/jaxws/handler/LogicalHandlerInterceptorTest.java?view=markup Hope that helps /Dave On Thu, Oct 22, 2009 at 12:12 PM, Brenda Coulson bren...@dystech.com wrote: All Has anyone had any

Re: LogicalHandlerInInterceptor examples

2009-10-22 Thread Dave Stanley
wrote: Dave thanks - that does help to see how it is invoked, however it is being invoked from Spring for me. I actually need help writing an interceptor that derives from this interceptor. brenda Dave Stanley wrote: There's a test here: http://svn.apache.org/viewvc/cxf/trunk/rt

Re: CXF with own Classloader

2009-05-08 Thread Dave Stanley
You could try and use the FirewallClassLoader @ org.apache.cxf.common.classloader.FirewallClassLoader There is a JUnit test that shows how to use it herehttp://svn.apache.org/repos/asf/cxf/trunk/common/common/src/test/java/org/apache/cxf/common/classloader/FireWallClassLoaderTest.java Regards