Claus Ibsen created SM-2899:
-------------------------------
Summary: Lucene bundle do not work
Key: SM-2899
URL: https://issues.apache.org/jira/browse/SM-2899
Project: ServiceMix
Issue Type: Bug
Components: bundles
Reporter: Claus Ibsen
The 5.4.1_1 release of lucene bundle at
mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.lucene/5.4.1_1
misses to export a packge
org.apache.lucene.search.paylods
It only export
org.apache.lucene.search
And when you install camel-lucene you get this error about that
{code}
karaf@root()> feature:install camel-lucene
Error executing command: Unable to resolve root: missing requirement [root]
osgi.identity; osgi.identity=camel-lucene; type=karaf.feature;
version="[2.17.0.SNAPSHOT,2.17.0.SNAPSHOT]";
filter:="(&(osgi.identity=camel-lucene)(type=karaf.feature)(version>=2.17.0.SNAPSHOT)(version<=2.17.0.SNAPSHOT))"
[caused by: Unable to resolve camel-lucene/2.17.0.SNAPSHOT: missing
requirement [camel-lucene/2.17.0.SNAPSHOT] osgi.identity;
osgi.identity=org.apache.camel.camel-lucene; type=osgi.bundle;
version="[2.17.0.SNAPSHOT,2.17.0.SNAPSHOT]"; resolution:=mandatory [caused by:
Unable to resolve org.apache.camel.camel-lucene/2.17.0.SNAPSHOT: missing
requirement [org.apache.camel.camel-lucene/2.17.0.SNAPSHOT]
osgi.wiring.package;
filter:="(&(osgi.wiring.package=org.apache.lucene.queryparser.classic)(version>=5.0.0)(!(version>=6.0.0)))"
[caused by: Unable to resolve
org.apache.servicemix.bundles.lucene-queryparser/5.4.1.1: missing requirement
[org.apache.servicemix.bundles.lucene-queryparser/5.4.1.1] osgi.wiring.package;
filter:="(osgi.wiring.package=org.apache.lucene.search.payloads)"]]]
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)