Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ecf-dev] ECF ChatClient

On 10/18/2013 07:38 PM, Wim Jongman wrote:
> Thanks. I pushed it.
> 
> Markus, while implementing the chat server, I discovered that the Discovery
> server is unable to consume remote services itself. In other words, if a
> client publishes a remote service, it is not proxied into the Discovery
> Server.
> 
> To make it work we would need another server to host the chat server. Since
> we already have a working discovery server I was thinking to remove the
> discovery server part from our server.
> 
> Any thoughts on this?

Hi Wim,

you commented the startZooKeeper() call in
org.eclipse.ecf.example.chat.bot.ChatBotActivator.start(BundleContext).
If this is intentional, how do you start ZooDiscovery?

M.


Back to the top