Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [equinox-dev] Declarative component services support


Help would be appreciated.  There are a few bugs open against DS that need some work.  Bug 124740 is the timing/threading issue that needs some focus.  If you want to contribute just attach a patch to that bug.  If you find other issues please open a bug and include the patch if you have a fix.  We can then evaluate the fix and release if appropriate.  Here is a list of current DS bugs ...

https://bugs.eclipse.org/bugs/show_bug.cgi?id=124740
https://bugs.eclipse.org/bugs/show_bug.cgi?id=144792

There may be others, but those are the two I found so far.

Thanks for your interest to contribute.

Tom





Ravindar Reddy <rroopreddy@xxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

06/08/2006 12:07 PM

Please respond to
Ravindar Reddy <rroopreddy@xxxxxxxxx>; Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>

To
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
cc
Subject
Re: [equinox-dev] Declarative component services support





Thanks for the reply. I forgot to include "ds" bundle. The component is activated after this. I will play with it a bit more. Is there any help needed in this area? If needed I  can contribute some cycles towards this effort.

-Ravi

----- Original Message ----
From: John Wells <jwells@xxxxxxx>
To: Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
Sent: Thursday, June 8, 2006 9:43:52 AM
Subject: RE: [equinox-dev] Declarative component services support

Be careful with that.  The threading issues made us stop using it.  (Well, along with other things).  It works fine as long as you don't have more than about three bundles using it (with services coming and going dynamically).
 
John Wells (Aziz)

jwells@bea.comNOSPAM

 
 


From: equinox-dev-bounces@xxxxxxxxxxx [mailto:equinox-dev-bounces@xxxxxxxxxxx] On Behalf Of Jeff McAffer
Sent:
Thursday, June 08, 2006 10:05 AM
To:
Equinox development mailing list
Subject:
Re: [equinox-dev] Declarative component services support



just to be clear, the Equinox DS implementation does work.  It is after all the spec reference implementation.  However, as Tom pointed out, there are some threading and performance issues.  So, if you have something that is not working and you've sorted through the configuration/setup details, please enter bug reports in Eclipse/Equinox/Bundles.


Jeff



Thomas Watson <tjwatson@xxxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

06/08/2006 09:31 AM

Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>


To
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>
cc
Subject
Re: [equinox-dev] Declarative component services support








Hi Ravi,


We are investigating what it will take to make declarative services ready for 3.3, but the 3.3 plan has not be done yet.  The DS implementation currently has a few issues (related to performance and threading problems).


When you tried the hello.component.log example did you make sure the org.eclipse.equinox.ds bundle was installed and active?  If you think everything is setup correctly then I recommend you open a bug describing how to reproduce.


Thanks.


Tom



Ravindar Reddy <rroopreddy@xxxxxxxxx>
Sent by: equinox-dev-bounces@xxxxxxxxxxx

06/07/2006 11:07 PM

Please respond to
Ravindar Reddy <rroopreddy@xxxxxxxxx>; Please respond to
Equinox development mailing list <equinox-dev@xxxxxxxxxxx>


To
equinox-dev@xxxxxxxxxxx
cc
Subject
[equinox-dev] Declarative component services support










What is the state of declarative services (org.eclipse.equinox.ds) support? Tried "hello.component.log" from  "eclipsecon06 - tutorial" without much success. I see the bundle getting started but does not show the service that is specified declaratively

Thanks,
-Ravi





_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx

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

https://dev.eclipse.org/mailman/listinfo/equinox-dev

_______________________________________________________________________
Notice:  This email message, together with any attachments, may contain
information  of  BEA Systems,  Inc.,  its subsidiaries  and  affiliated
entities,  that may be confidential,  proprietary,  copyrighted  and/or
legally privileged, and is intended solely for the use of the individual
or entity named in this message. If you are not the intended recipient,
and have received this message in error, please immediately return this
by email and then delete it.

_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx

https://dev.eclipse.org/mailman/listinfo/equinox-dev_______________________________________________
equinox-dev mailing list
equinox-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/equinox-dev


Back to the top