[ 
https://issues.apache.org/jira/browse/STANBOL-1000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13615258#comment-13615258
 ] 

Rupert Westenthaler commented on STANBOL-1000:
----------------------------------------------

I will try to list the bundles that do provide the missing dependencies in 
Stanbol

com.ibm.icu.lang -- Cannot be resolved
com.ibm.icu.text -- Cannot be resolved
com.ibm.icu.util -- Cannot be resolved 

    <bundle>
      <groupId>org.apache.clerezza.ext</groupId>
      <artifactId>com.ibm.icu</artifactId>
      <version>0.5-incubating</version>
    </bundle>

com.spatial4j.core.context -- Cannot be resolved
com.spatial4j.core.distance -- Cannot be resolved
com.spatial4j.core.exception -- Cannot be resolved
com.spatial4j.core.io -- Cannot be resolved
com.spatial4j.core.shape -- Cannot be resolved 

    <bundle>
      <groupId>org.apache.servicemix.bundles</groupId>
      <artifactId>org.apache.servicemix.bundles.spatial4j</artifactId>
      <version>0.3_1</version>
    </bundle>

com.sun.management -- Cannot be resolved 

    This comes from the System bundle via the frameworkfragment

org.apache.commons.cli,version=[1.2.0,2) -- Cannot be resolved 

    <bundle>
      <groupId>commons-cli</groupId>
      <artifactId>commons-cli</artifactId>
      <version>1.2</version>
    </bundle>

org.apache.commons.codec.binary,version=[1.7.0,2) -- Cannot be resolved 

    <bundle>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.7</version>
    </bundle>

org.apache.commons.lang,version=[2.6.0,3) -- Cannot be resolved 

    <bundle>
      <groupId>commons-lang</groupId>
      <artifactId>commons-lang</artifactId>
      <version>2.6</version>
    </bundle>

org.apache.regexp -- Cannot be resolved 

    <bundle> <!-- jarkata regexp as bundle provided by servicemix.apache.org -->
      <groupId>org.apache.servicemix.bundles</groupId>
      <artifactId>org.apache.servicemix.bundles.regexp</artifactId>
      <version>1.3_3</version>
    </bundle>

org.apache.lucene.codecs.lucene41
org.apache.lucene.search.postingshighlight

    Those two should be exported by the o.a.stanbol.commons.solr.core bundle 
itself

hope this helps
                
> Missing OSGi configuration for updated Solr commons core
> --------------------------------------------------------
>
>                 Key: STANBOL-1000
>                 URL: https://issues.apache.org/jira/browse/STANBOL-1000
>             Project: Stanbol
>          Issue Type: Bug
>          Components: Commons
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>
> When trying to run commons.solr.core bundle in a custom environment the 
> following missing packages show up (apart from the optional):
> com.ibm.icu.lang -- Cannot be resolved
> com.ibm.icu.text -- Cannot be resolved
> com.ibm.icu.util -- Cannot be resolved
> com.spatial4j.core.context -- Cannot be resolved
> com.spatial4j.core.distance -- Cannot be resolved
> com.spatial4j.core.exception -- Cannot be resolved
> com.spatial4j.core.io -- Cannot be resolved
> com.spatial4j.core.shape -- Cannot be resolved
> com.sun.management -- Cannot be resolved
> org.apache.commons.cli,version=[1.2.0,2) -- Cannot be resolved
> org.apache.commons.codec.binary,version=[1.7.0,2) -- Cannot be resolved
> org.apache.commons.lang,version=[2.6.0,3) -- Cannot be resolved
> org.apache.regexp -- Cannot be resolved
> so I think that basically we should add most of them (excluding commons-xyz) 
> with an optional resolution in the Import-Package directive.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to