Skip to main content

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

Am 14.05.2012 14:59, schrieb Nick:
> 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.
> ...
This is quite probably not caused by your refactorings (-;
Make sure, that all projects are up-to-date (especially 
SMILA.extension), then open Window -> Preferences,
go to Plugin Development -> Target platform, select the active platform 
and click "Reload...". That shoud fix it.
If not: sometimes it helps to restart Eclipse ...

Regards,
Jürgen.

Back to the top