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

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
https://github.com/eclipse/concierge/issues/37
I created a PR for that, see https://github.com/eclipse/concierge/pull/40
@Jan can you have a look on my question at https://github.com/eclipse/concierge/pull/40/files#diff-8b5240a41a97391848ba047df76460ffR106 ?

Running Concierge on CEE-J throws a NPE in this.getClass().getClassLoader().loadCLass()
https://github.com/eclipse/concierge/issues/39
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
https://github.com/eclipse/concierge/issues/38
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