Re: CXF cellar

2017-12-11 Thread abdulrazak
Yes, I have deployed Bundle in cluster group. public class Activator extends BaseActivator implements BundleActivator{ private ServiceRegistration registration; @Override public void start(BundleContext context)

Re: CXF cellar

2017-12-11 Thread abdulrazak
Yes, I deployed bundle in cluster. Implemented BundleConext, methods as below. Do i miss any thing to this. public void start(BundleContext context) throws Exception { // TODO Auto-generated method stub ClusterManager clusterManager =

CXF cellar

2017-12-06 Thread abdulrazak
I am having bundle which is configured CXF using spring dsl. Now, i need to install in cluster using cellar. Could you please share an example link. -- Sent from: http://karaf.922171.n3.nabble.com/Karaf-Dev-f930721.html