Re: Using CXF

2007-07-14 Thread Dan Diephouse
Hi Jacob, I would go with something like: dependency groupIdorg.apache.cxf/groupId artifactIdcxf-rt-frontend-jaxws/artifactId version2.0-incubator/version /dependency dependency groupIdorg.apache.cxf/groupId

Re: customizing the HTTP transport factory

2007-07-14 Thread Dan Diephouse
Hi Benson, You're very close to getting it to work :-) If you look at the cxf-extension-http-jetty.xml file you'll see that we associate several transport IDs with that transport: bean class= org.apache.cxf.transport.http_jetty.JettyHTTPTransportFactory lazy-init=true property

RE: customizing the HTTP transport factory

2007-07-14 Thread Benson Margulies
Dan, The most interesting thing that dawned on me is that a JettyHTTPHandler \is a/ Jetty \Handler/. Thus, I can instantiate Jetty's standard static content handler and call it from a subclass of JettyHTTPHandler, since the same arguments that come into JettyHTTPHandler can be delegated to the