Thanks for the idea of Endpoints. I knew that CXF supports ws-* discovery in OSGi environment with blueprint or bundle listener. If I installs those feature bundles, think that those features will be automatically added into the default bus instance. Does it mean that, if I would like to configure those things on the endpoint side, I may need to disable those kind of discovery mechanism, or all those interceptors will be added in the invocation chain ?
2012/7/5 Willem Jiang <[email protected]> > Hi, > > You may consider to configure the feature on endpoints and then share the > same bus across these endpoints. > > > On 7/4/12 11:40 PM, Ivan wrote: > >> Hi, from the design side, is it too heavy to create one bus instance for >> each web service port ? If does, let's say, I have many serviceBeans, some >> of them are required to enable ws-security, and some of them may require >> to >> enable ws-addressing, it is possible to do that with the same bus instance >> and does it mean that all those interceptors and policy builder will be >> involved in the message processing ? >> >> Thanks. >> >> > > -- > Willem > ------------------------------**---- > FuseSource > Web: http://www.fusesource.com > Blog: > http://willemjiang.blogspot.**com<http://willemjiang.blogspot.com>(English) > http://jnn.javaeye.com (Chinese) > Twitter: willemjiang > Weibo: willemjiang > > > -- Ivan
