[
https://issues.apache.org/jira/browse/SM-2899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15195256#comment-15195256
]
Andrea Cosentino commented on SM-2899:
--------------------------------------
That package doesn't exist anymore starting from lucene-queryparser 5.4.0.
Fixed in Lucene-queryparser 5.4.0, 5.4.1 and 5.5.0
for 5.4.0 and 5.4.1 we will release 5.4.0_2 and 5.4.1_2 bundle.
Thanks for spotting this [~davsclaus]
> 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
> Assignee: Andrea Cosentino
>
> 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)