RE: Using Local Transport for JUnit Tests

2007-07-18 Thread Benson Margulies
I recommend stealing code from AbstractAegisTest. Since I use Aegis, I can just use that class. -Original Message- From: Liu, Jervis [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 10:40 PM To: cxf-user@incubator.apache.org Subject: RE: Using Local Transport for JUnit Tests

Re: Using Local Transport for JUnit Tests

2007-07-17 Thread Julio Arias
Hi Christopher - If you are using maven you need to add this dependency: dependency groupIdorg.apache.cxf/groupId artifactIdcxf-rt-transports-http-jetty/artifactId version${cxf.version}/version /dependency If your not using maven just add that jar to your application

Re: Using Local Transport for JUnit Tests

2007-07-17 Thread Willem Jiang
Here is another way to add the LocalTransport by adding these in your spring.xml instead of including META-INF/cxf/cxf-extension-local.xml bean class=org.apache.cxf.transport.local.LocalTransportFactory lazy-init=false property name=transportIds list