Hi Brice,
I think you can try the CXF trunk's version, CXFServlet should work for
the restful http binding
with setting the http transportId. I just did some change about the
ServletTransport.
Willem.
Brice Ruth wrote:
Sure, Willem. The Filter I want to install ensures that resources that
are
injected into my ServiceImpl are scoped to an individual request (or
session, etc.), as needed.
Of course, if CXFServlet was working for restful http binding, I could
care
less about injecting anything into the Filter.
Brice
On 5/23/07, Willem Jiang <[EMAIL PROTECTED]> wrote:
Hi Brice,
I think you can't install a Filter into Jetty from the
JaxWsServiceFacotryBean.
Because the JaxWsServiceFacotryBean is decoupled of the
JettyHttpTransportFactory.
Brice, can you tell your user story of the filter?
I think we can add some configuration in the JettyHttpTransportFactory
to meet your requirement.
Cheers,
Willem.
Brice Ruth wrote:
> Hiya -
>
> How would I go about installing a Filter into Jetty when I use the
> JaxWsServerFactoryBean?
>
> Thanks!
>