Description
The error is:
(org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.jackrabbit.oak-core [27]: Unable to resolve 27.0: missing requirement [27.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.dbcp)(version>=1.4.0)(!(version>=2.0.0)))) org.osgi.framework.BundleException: Unresolved constraint in bundle org.apache.jackrabbit.oak-core [27]: Unable to resolve 27.0: missing requirement [27.0] osgi.wiring.package; (&(osgi.wiring.package=org.apache.commons.dbcp)(version>=1.4.0)(!(version>=2.0.0)))
Looks like this was introduced when RDBDocumentStore was ported back to the 1.0 branch.
Changing the Import-Package in oak-core seems to fix it (using the same as in trunk):
<Import-Package> *;resolution:=optional </Import-Package>
Attachments
Issue Links
- relates to
-
OAK-2506 port RDB support back to Oak 1.0
- Closed