Hi,
thank you for your update...

These are my step to work with Karaf, i found no alternative to work..

1) feature:install   ignite-core 
2) I don't understand because  index-osgi was not download (same issue in 3
different Karaf) .. i see your features it's ok <bundle
dependency="true">mvn:org.apache.ignite/ignite-osgi/1.7.0</bundle> ... Then
i proceed to install via install manually with install
mvn:org.apache.ignite/ignite-osgi/1.7.0.
3)With feature:install ignite-indexing everything was download as written in
your features.xml.

Problem that i have founds.
1)My Activator("org.flexvalley.ecosystem.cluster-service) extends
IgniteAbstractOsgiContextActivator.
2)"mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.lucene"
not contains "Fieldable.class" than ignite-indexing throws classnotFound.
The only way that i have found was been to download lucene-core-3.5.0.jar
and via bnd i created osgi bundle. My bnd file i also added  "Fragment -->
ignite-core."
3)When my Bundle(1) try to run a simple query on my cache i receive no
exception only that i missed "Use setIndexedTypes or setTypeMetadata"... 
4)Then i modify manfiest for H2 Database Engine ""Fragment --> ignite-core."

And now i can works with SQLQuery/SQLFieldQuery without problem

I'm working on Raspberry PI3 and Centos 6.5 
Devis




--
View this message in context: 
http://apache-ignite-users.70518.x6.nabble.com/KARAF-4-6-4-8-Snapshot-IgniteAbstractOsgiContextActivator-tp8552p8607.html
Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Reply via email to