Skip to main content

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

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?



On Fri, Oct 18, 2013 at 6:13 PM, Markus Alexander Kuppe <ecf-dev_eclipse.org@xxxxxxxxxxx> wrote:
On 10/09/2013 12:12 AM, Wim Jongman wrote:
> Markus,
>
> I have uploaded the first version of the ECF Chat Client for use at ECE. If
> you run the product be sure to set the log4j configuration to the correct
> location of the config file (thanks for that tip).
>
> We have a semi-public discovery server running at yazafatutu.com but you
> can also use the ZooServer on ECF github and run it locally. It would be
> nice if you can get it to work with other discovery providers, I have no
> experience with them.
>
> I have created a preliminary ecf core feature to hold the two core bundles.
>
> I see service publications on the server. I will now try to get some
> communication going between two clients.

Hi Wim,

org.eclipse.ecf.example.chat.server.core misses its .classpath file. I
assume you forgot to commit/push it.

M.

_______________________________________________
ecf-dev mailing list
ecf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ecf-dev


Back to the top