You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cxf.apache.org by cogitate <mo...@gmail.com> on 2013/06/06 07:24:15 UTC

spring WebApplicationContext and CXF SpringBus

we have a module that uses cxf as a client to call services.it's worked out
great.
the module uses a spring-context file to configure apis for various types of
payloads and essentially wraps JaxWsClientProxy. 

when this library is used within a spring webapp it seems the
JaxWsClientProxy has references to org.apache.cxf.spring.SpringBus that in
turn refers to the entire WebApplicationContext!

the library provides a proxy for every type of endpoint. the proxy is
configured by address(protocol://host:port/baseuri). and for reducing
creation time we cache it. 

you can see where this is leading.

is there a way to not let this happen?

regards,
-cogitate



--
View this message in context: http://cxf.547215.n5.nabble.com/spring-WebApplicationContext-and-CXF-SpringBus-tp5728816.html
Sent from the cxf-user mailing list archive at Nabble.com.