Re: OSGi Support?

2016-02-20 Thread Raul Kripalani
Looks like the sun.nio.ch package is included in OpenJDK: http://hg.openjdk.java.net/jdk8/jdk8/jdk/file/tip/src/share/classes/sun/nio/ch/ServerSocketChannelImpl.java. But my bet is that Karaf doesn't export it by default because it is not part of the standard JRE spec. Raúl. On 20 Feb 2016

Re: OSGi Support?

2016-02-20 Thread Dmitriy Setrakyan
Raul, To my knowledge Ignite can run under OpenJDK as well. Would this package be required in OpenJDK? D. On Sat, Feb 20, 2016 at 11:24 AM, Raul Kripalani wrote: > Hey John, > > Yeah, this is expected. Ignite uses some packages only available in the > Oracle JDK (proprietary

Re: OSGi Support?

2016-02-20 Thread Raul Kripalani
Hey John, Yeah, this is expected. Ignite uses some packages only available in the Oracle JDK (proprietary Sun packages). Karaf doesn't export the sun.nio.ch package by default from bundle 0 (system bundle). You need to add it to the jre.properties file manually in the Karaf etc directory. Then

Re: OSGi Support?

2016-02-20 Thread Yakov Zhdanov
Raul, can you please help with the issue? --Yakov 2016-02-20 18:03 GMT+03:00 John D. Ament : > Hey guys > > I was looking at a Camel issue this morning. > > https://issues.apache.org/jira/browse/CAMEL-9458 > > It appears that camel-ignite doesn't install properly in

[jira] [Created] (IGNITE-2603) OSGi support for objects passed through CacheConfiguration

2016-02-09 Thread Denis Magda (JIRA)
Denis Magda created IGNITE-2603: --- Summary: OSGi support for objects passed through CacheConfiguration Key: IGNITE-2603 URL: https://issues.apache.org/jira/browse/IGNITE-2603 Project: Ignite