Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Declarative services
Declarative services [message #59777] Mon, 06 February 2006 14:49 Go to next message
Eclipse UserFriend
Originally posted by: mhatem.us.ibm.com

Can someone verify if declarative services are supported in Eclipse 3.2?

Thanks
-m@
Re: Declarative services [message #60565 is a reply to message #59777] Thu, 09 February 2006 16:46 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: jeff_nospam_mcaffer.ca.ibm.com

A declarative services implementation is available in the Equinox Bundles
area. That will be part of the 3.2 release (though not part of the main
Eclipse SDK download).

Jeff
"Matthew Hatem" <mhatem@us.ibm.com> wrote in message
news:ds7nli$1m6$1@utils.eclipse.org...
> Can someone verify if declarative services are supported in Eclipse 3.2?
>
> Thanks
> -m@
Re: Declarative services [message #61179 is a reply to message #60565] Fri, 10 February 2006 17:52 Go to previous message
Eclipse UserFriend
Originally posted by: morova.bol.com.br

I am having a very good experience with Equinox declarative services
bundles. My only problem was following the OSGi documentation where some
EventHandler samples used

<property name="event.topics" value="some/topic"/>
<service>
<provide interface=
"org.osgi.service.event.EventHandler"/>
</service>

to register a handler for a topic, but it should be

<property name="event.topics">
some/topic
</property>
<service>
<provide interface=
"org.osgi.service.event.EventHandler"/>
</service>

instead. In the later case the property is registered correctly as a
String Array with EventAdmin service, and not as a String.

Gustavo

On Thu, 09 Feb 2006 11:46:37 -0500, Jeff McAffer wrote:

> A declarative services implementation is available in the Equinox Bundles
> area. That will be part of the 3.2 release (though not part of the main
> Eclipse SDK download).
>
> Jeff
> "Matthew Hatem" <mhatem@us.ibm.com> wrote in message
> news:ds7nli$1m6$1@utils.eclipse.org...
>> Can someone verify if declarative services are supported in Eclipse 3.2?
>>
>> Thanks
>> -m@
Previous Topic:Conveying OSGI runtime options to serverside OSGI
Next Topic:correct dependencies for Event Admin
Goto Forum:
  


Current Time: Wed Feb 05 19:06:33 GMT 2025

Powered by FUDForum. Page generated in 0.02979 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top