new String[] {ConversationalClient.class.getName(), ConversationalCallback.class.getName()},
statefulClientFactory2,
serviceProps);
serviceProps.put("component.name", "ConversationalReferenceClient");
ConversationalReferenceClientImpl refClient = new ConversationalReferenceClientImpl();
bundleContext.registerService(ConversationalReferenceClient.class.getName(), refClient, serviceProps);
serviceProps = new Hashtable<String, Object>();
serviceProps.put("component.name", "ConversationalServiceStateful");
Object statefulService =