Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[smila-user] Unresolved constraints issue

Hi,

other issue, after the refactoring...
I have a bundle that reimplements the search servlet, as for the previous pipelet, it is not found at runtime. I checkek the bundle state from the SMILa console and I found this:

diag cubrikproject.servlet.eng.LogoDetectionServlet
initial@reference:file:../../../cubrikproject.servlet.eng.LogoDetectionServlet/ [17]
  Direct constraints which are unresolved:
    Missing imported package org.eclipse.smila.search.servlet_1.0.0.
    Missing imported package org.eclipse.smila.solr_1.0.0.
  Leaf constraints in the dependency chain which are unresolved:
    initial@reference:file:org.apache.solr.core_3.5.0.201203281222.jar/ [7]
      Missing optionally imported package org.apache.lucene.spatial.tier.projections_3.5.0.
    initial@reference:file:org.apache.solr.core_3.5.0.201203281222.jar/ [7]
      Missing optionally imported package org.apache.commons.csv_[1.0.0,2.0.0).
    initial@reference:file:org.apache.solr.core_3.5.0.201203281222.jar/ [7]
      Missing imported package org.apache.lucene.search.grouping_3.5.0.
    initial@reference:file:org.apache.solr.core_3.5.0.201203281222.jar/ [7]
      Missing optionally imported package org.apache.lucene.spatial.geohash_3.5.0.
    initial@reference:file:org.apache.solr.core_3.5.0.201203281222.jar/ [7]
      Missing optionally imported package org.apache.lucene.spatial.tier_3.5.0.
    initial@reference:file:org.apache.solr.core_3.5.0.201203281222.jar/ [7]
      Missing optionally imported package org.apache.lucene.spatial_3.5.0.
    initial@reference:file:org.apache.solr.core_3.5.0.201203281222.jar/ [7]
      Missing optionally imported package org.apache.lucene.spatial.geometry.shape_3.5.0.
    initial@reference:file:org.apache.solr.core_3.5.0.201203281222.jar/ [7]
      Missing optionally imported package org.apache.lucene.spatial.geometry_3.5.0.

This time those bundles are needed...

Thank you,

Nicolò

Back to the top