Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [concierge-dev] GSoC Eclipse project - Port Kura over Concierge

Hi Harini,

I am (also) trying to run Kura on Concierge, as part of testing some Eclipse IoT projects running on Concierge, e.g mainly for Eclipse SmartHome.
I added two bugs, see https://bugs.eclipse.org/bugs/show_bug.cgi?id=433624 for tracking issues with Kura/Concierge.

And: you are right: there is the bundle org.eclipse.kura.core.configuration which refers directly to org.apache.felix.scr.
I dont know why, but it seems for me that it should better to refer to OSGi DeclarativeServices, so either Equinox DS or Apache Felix SCR could be used as implementation. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=436729

See also the attached test cases: I have JUnit test cases which are installing and starting bundle directly into Concierge, with xargs needs.
Simply clone Concierge, put the files to test/target folders and run it.

Also are there any tests for measuring the performance of a bundle running over concierge? 
Maybe Jan/Tim can answer here better

Bye, Jochen




On Thu, Jun 5, 2014 at 4:52 PM, Harini Sirisena <harini.sirisena@xxxxxxxxx> wrote:
Hi,

I am currently working on the GSoC project Port Eclipse Kura over Concierge . I am using the code from http://git.eclipse.org/c/concierge/org.eclipse.concierge.git to build my concierge runtime bundle. There are a few issues I come across when porting the kura application from equinox over to concierge. Hope someone here can help me.

- Bundle start order : I have configured my init.xargs file to start bundles using -istart property. However I find that the kura bundles install but do not start until i issue the start command in the concierge shell. Is this due to a concierge implementation to conserve resources?
- Declarative services : Kura uses org.apache.felix.scr for implementing declarative services. How can I best port that implementation over to concierge?

Also are there any tests for measuring the performance of a bundle running over concierge?


Thanks in advance.

Harini Sirisena
Postgraduate student,
MSc. in AI, University of Moratuwa, Sri Lanka.

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



Back to the top