AdeleResearchGroup / iCasa-IDE

iCasa Integrated Development Environment.
1 stars 2 forks source link

Potential bug when an object class is used instead of an interface #17

Closed Ynn closed 11 years ago

Ynn commented 11 years ago

With OSGi, it is possible to register service with their class (instead of using an interface).

It seems like the GUI is handling this case badly : no interface is shown in the editor (a blank field). Only the properties are shown.

tleveque commented 11 years ago

Class can not be specified as a service contract. We will decide later if we allow this kind of service providing.

tleveque commented 11 years ago

This will not be implemented.