Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you don't need that specific version, simply use <a href="http://ebr.springsource.com/repository/app/bundle/version/detail?name=com.springsource.org.apache.poi&amp;version=3.0.2.FINAL">http://ebr.springsource.com/repository/app/bundle/version/detail?name=com.springsource.org.apache.poi&amp;version=3.0.2.FINAL</a> that page lists it's dependencies etc (which you can also download or reference if you're using Maven/Ivy)</p> <p>May be <a href="http://engroup.sourceforge.net/maven2/engroup/osgi/commons/poi-osgi/3.1/">http://engroup.sourceforge.net/maven2/engroup/osgi/commons/poi-osgi/3.1/</a> or <a href="http://ebr.springsource.com/repository/app/search?query=poi">http://ebr.springsource.com/repository/app/search?query=poi</a> can provide some inspiration (in the first link there's a maven POM that lists the (bnd) instructions in the bundle plugin section).</p> <p>Why are you merging the jars? Why not try wrapping each individually?</p> <p>A second thing to try is to use existing OSGi'd jars of <a href="http://ebr.springsource.com/repository/app/bundle/version/detail?name=com.springsource.org.apache.xmlbeans&amp;version=2.4.0&amp;searchType=bundlesByName&amp;searchQuery=xmlbeans">xmlbeans</a>, <a href="http://ebr.springsource.com/repository/app/bundle/version/detail?name=com.springsource.javax.xml.stream&amp;version=1.0.1&amp;searchType=bundlesByName&amp;searchQuery=stax">stax-api</a> and <a href="http://ebr.springsource.com/repository/app/bundle/version/detail?name=com.springsource.org.dom4j&amp;version=1.6.1&amp;searchType=bundlesByName&amp;searchQuery=dom4j">dom4j</a></p> <p>Also you can configure what the JRE (system bundle) exports using "org.osgi.framework.system.packages" - so you can choose not to export <code>org.w3c.dom</code></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload