Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [concierge-dev] Running Concierge on Skelmir CEE-J

Meanwhile I fixed the failed test cases: a test support class to run code in classloader of a bundle was wrong.
Fixed in https://github.com/eclipse/concierge/pull/41, Travis build is green again.

Bye, Jochen

On Sat, Nov 18, 2017 at 12:56 PM Jochen Hiller <jo.hiller@xxxxxxxxxxxxxx> wrote:
Hi all,

meanwhile I worked on the issues for CEE-J, mainly added test cases for these scenarios.

Running Concierge on CEE-J results on NPE
I created a PR for that, see https://github.com/eclipse/concierge/pull/40

Running Concierge on CEE-J throws a NPE in this.getClass().getClassLoader().loadCLass()
I created a PR for that, see https://github.com/eclipse/concierge/pull/41 
The Travis build did fail, but the failed tests are not related to that change. (I will check about them separately)

For
org.eclipse.concierge.service.xmlparser does not run on CEE-J
I propose to change that in R6 as this would break existing users of that bundle.

Bye, Jochen


On Sat, Nov 11, 2017 at 1:37 PM Jochen Hiller <jo.hiller@xxxxxxxxxxxxxx> wrote:
I had the opportunity to try to run Concierge on CEE-J, the JVM clean room implementation of Skelmir, optimized for Embedded devices.

Some minor issues raised up when doing first tests. I created corresponding bugs for them:

Bye, Jochen


Back to the top