[
https://issues.apache.org/jira/browse/CAMEL-11433?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16057202#comment-16057202
]
ASF GitHub Bot commented on CAMEL-11433:
----------------------------------------
GitHub user johnpoth opened a pull request:
https://github.com/apache/camel/pull/1777
CAMEL-11433 Add OSGI export package and service headers to camel-box
https://issues.apache.org/jira/browse/CAMEL-11433
Thanks!
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/johnpoth/camel CAMEL-11433
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1777.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1777
----
commit c0cca9bf83a2fc271409e5c0d323656d367534e9
Author: jpoth <[email protected]>
Date: 2017-06-21T08:53:20Z
CAMEL-11433 Add OSGI export package and service headers to camel-box
----
> Unable to use camel-box in OSGI environment
> --------------------------------------------
>
> Key: CAMEL-11433
> URL: https://issues.apache.org/jira/browse/CAMEL-11433
> Project: Camel
> Issue Type: Bug
> Components: camel-box
> Affects Versions: 2.19.0
> Reporter: John Poth
>
> Using Karaf 4.1.1:
> {code}
> Unresolved requirements: osgi.wiring.package;
> (osgi.wiring.package=org.apache.camel.component.box)]
> at
> org.apache.karaf.shell.support.MultiException.throwIf(MultiException.java:61)
> ~[143:org.apache.karaf.shell.core:4.1.1]
> at org.apache.karaf.bundle.command.Install.execute(Install.java:131)
> [23:org.apache.karaf.bundle.core:4.1.1]
> at
> org.apache.karaf.shell.impl.action.command.ActionCommand.execute(ActionCommand.java:84)
> [143:org.apache.karaf.shell.core:4.1.1]
> at
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:68)
> [143:org.apache.karaf.shell.core:4.1.1]
> at
> org.apache.karaf.shell.impl.console.osgi.secured.SecuredCommand.execute(SecuredCommand.java:86)
> [143:org.apache.karaf.shell.core:4.1.1]
> at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:560)
> [143:org.apache.karaf.shell.core:4.1.1]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)