[
https://issues.apache.org/jira/browse/TIKA-1799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15047097#comment-15047097
]
Tim Allison commented on TIKA-1799:
-----------------------------------
I'm sure this is user error.. my tika-bundle build is failing after the upgrade
to 3.14-beta1 (see error below). Any recommendations for which new
dependencies I have to embed or make optional in the import-package section?
Is this related to [58617|https://bz.apache.org/bugzilla/show_bug.cgi?id=58617]?
For POI in our {{<Embed-Dependency>}}, I added the {{curvesapi}}, and we still
have {{poi-ooxml-schemas}}:
{noformat}
poi,poi-scratchpad,poi-ooxml,poi-ooxml-schemas,
xmlbeans,
curvesapi,
{noformat}
In our {{<Import-Package>}}, we have (among others):
{noformat}
org.openxmlformats.schemas.officeDocument.x2006.math;resolution:=optional,
org.openxmlformats.schemas.schemaLibrary.x2006.main;resolution:=optional,
...
schemasMicrosoftComOfficePowerpoint;resolution:=optional,
schemasMicrosoftComOfficeWord;resolution:=optional,
{noformat}
and the error:
{noformat}
ERROR: Bundle org.apache.tika.bundle [17] Error starting
file:/C:/Users/tallison/Idea%20Projects/tika-github/tika-bundle/target/test-bundles/tika-bundle.jar
(org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.tika.bundle [17]: Unable to resolve 17.0: missing requirement [17.0]
osgi.wiring.package;
(osgi.wiring.package=com.microsoft.schemas.office.powerpoint))
org.osgi.framework.BundleException: Unresolved constraint in bundle
org.apache.tika.bundle [17]: Unable to resolve 17.0: missing requirement [17.0]
osgi.wiring.package;
(osgi.wiring.package=com.microsoft.schemas.office.powerpoint)
{noformat}
> Upgrade to POI 3.14-Beta1 when available
> ----------------------------------------
>
> Key: TIKA-1799
> URL: https://issues.apache.org/jira/browse/TIKA-1799
> Project: Tika
> Issue Type: Improvement
> Reporter: Tim Allison
> Priority: Minor
>
> Should be out in the next week or two.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)