Declarative services [message #59777] |
Mon, 06 February 2006 14:49 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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 |
Eclipse User |
|
|
|
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@
|
|
|
Powered by
FUDForum. Page generated in 0.02979 seconds