Questions tagged [eclipse-ecf]

Eclipse Communication Framework

ECF is a framework for building distributed servers, applications, and tools. It provides a modular implementation of the OSGi 4.2 Remote Services standard, along with support for REST-based and SOAP-based remote services, and asynchronous messaging for remote services.

Homepage

22 questions
3
votes
2 answers

Eclipse hangs after installing egit

I am using Eclipse Indigo. Today I tried to install egit plugin using link "http://download.eclipse.org/releases/indigo". While installing the egit, my proxy got squished and the install was stuck. I then logged in from a different proxy. The thing…
prathmesh.kallurkar
  • 5,468
  • 8
  • 39
  • 50
3
votes
0 answers

Skype in Eclipse via ECF

I am looking for a skype provider plugin to work with Eclipse ECF in Helios version of Eclipse. There is only one Skype provider so far and the update site for it is down for very long. Has any one connected or code shared via any Skype provider…
Abhishek
  • 6,862
  • 22
  • 62
  • 79
3
votes
2 answers

Using ECF shared editing with Python

I can use the shared editing feature of ECF with Java fine perfectly fine. When I try to do it with Python files it also works, but there is no syntax highlighting. I installed PyDev to get syntax highlighting, but then the context menu does not…
hekevintran
  • 22,822
  • 32
  • 111
  • 180
2
votes
1 answer

Collaborative Modeling Editor Plugin

I need to develop an eclipse plugin for developing Collaborative Modeling Editor. I have only basic eclipse knowledge. How can I develop collaborative editors in Eclipse? Can I use ECF for doing this? If so, Anyone please give me a hint, how to…
Uma Shankar Subramani
  • 1,925
  • 2
  • 12
  • 12
2
votes
1 answer

Eclipse ECF Vs Apache CXF

I'm trying to come up with an architecture which allows me to have OSGi bundles distributed remotely which get discovered dynamically etc. After some time spent looking at what's out there I am oriented at using the following: Apache CXF (as OSGi…
Tarelli
  • 634
  • 7
  • 18
2
votes
1 answer

How do I add a Skype provider into Eclipse Communication Framework?

I have installed the Eclipse Communication Framework and now I am wanting to add a Skype Provider. I have downloaded the Skype Provider source and have placed it in /eclipse/ECF-Skype/eclipse/ as stated by the third method here, now I expect for a…
liamzebedee
  • 14,010
  • 21
  • 72
  • 118
1
vote
1 answer

How to evaluate Eclipse RCP for an in-house project?

I have only a basic understanding of Eclipse RCP. I am about to start an in-house application for our technical support team, that will likely grow over time. The team is distributed across continents so I would like to be able to auto-update the…
Tahir Akhtar
  • 11,385
  • 7
  • 42
  • 69
1
vote
0 answers

How to set different ECF distribution providers in the Component Definition of a Declarative Service?

I have to test the performance of all the remote service providers present in ECF (or at least, the common ones: generic, r-osgi, SOAP and REST), so changing from one provider to another in an easy way would help a lot. I know how to set the…
Pablo García
  • 237
  • 1
  • 10
1
vote
1 answer

Changing the server address ECF uses when it looks up remote services?

In my rich client application there is a setting to change the server address. When the server address changes I want to be able to change where ECF looks for remote services (R-OSGI). It looks like ECF supports two mechanisms for finding an ECF…
rancidfishbreath
  • 3,944
  • 2
  • 30
  • 44
1
vote
2 answers

Install DocShare for Eclipse

I am trying to install DocShare for Eclipse. I installed the ECF but how do I install the DocShare plugin? I know this is a repeat question but the other one wasn't answered and was posted nearly a year ago. Please help, thank you!
Blockhead7360
  • 145
  • 10
1
vote
0 answers

Eclipse ECF Generic / Zoodiscover (Zookeeper) remote service gets lost after a period of time

As described in the header I want to use remote services in an OSGI environment. So I decided to handle this with eclipse ECF. In my opinion a very good project to deal with OSGI remote services. So for the discovery provider I use Zoodiscovery. The…
1
vote
1 answer

Remote Declarative Services In Equinox

I'm trying to provide a remote declarative service using Eclipse ECF. In the service provider component definition, I have set the following properties: service.exported.interfaces = * service.exported.configs =…
Utku Ufuk
  • 318
  • 1
  • 10
  • 24
1
vote
1 answer

Getting NPE at p2.console

I am getting NPE exception for p2.console while accessing it. osgi> provaddrepo http://localhost:8080/Site gogo: NullPointerException: null osgi> provaddmetadatarepo http://localhost:8080/Site gogo: NullPointerException: null osgi> provinstall…
sailor
  • 753
  • 1
  • 6
  • 17
0
votes
1 answer

Does the Eclipse Communication Framework (ECF) require an OSGI container or can it run w/out?

I recently heard a podcast from the Eclipse people and there was interesting attributes/ abilities discussed about ECF. I have not been able to find a definitive article in the online documentation that discusses the required runtime. It seems from…
mP.
  • 18,002
  • 10
  • 71
  • 105
0
votes
4 answers

Osgi REST API service using ECF and bndtools is not accessible

I'm currently trying to expose restful webservice using OSGI remote services, but it seems that i'm missing something from ECF tutorial. below the details here is the impl class: import javax.ws.rs.GET; import javax.ws.rs.Path; import…
Yazid
  • 108
  • 3
  • 12
1
2