[
https://issues.apache.org/jira/browse/SMX4-1988?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15305236#comment-15305236
]
Claus Ibsen commented on SMX4-1988:
-----------------------------------
They have fixed it on their branch but have not done a 2.2.4 release
https://github.com/opentelecoms-org/jsmpp/commit/bc6207c736a474e5f0134942a3152d39faa4b962
> JSMPP 2.2.3 bundle
> ------------------
>
> Key: SMX4-1988
> URL: https://issues.apache.org/jira/browse/SMX4-1988
> Project: ServiceMix 4
> Issue Type: Task
> Components: Bundles
> Reporter: Claus Ibsen
>
> We need a new bundle of
> http://repo2.maven.org/maven2/org/apache/servicemix/bundles/org.apache.servicemix.bundles.jsmpp/
> For the 2.2.3 or newer release.
> The 2.2.3 is an OSGi bundle but its flawed/do not work. It only export the
> root package but clients need access to sub packages such as bean and whatnot.
> {code}
> org.ops4j.pax.exam.WrappedTestContainerException:
> [test(org.apache.camel.itest.karaf.CamelSmppTest): Unable to resolve root:
> missing requirement [root] osgi.identity; osgi.identity=camel-smpp;
> type=karaf.feature; version="[2.18.0.SNAPSHOT,2.18.0.SNAPSHOT]";
> filter:="(&(osgi.identity=camel-smpp)(type=karaf.feature)(version>=2.18.0.SNAPSHOT)(version<=2.18.0.SNAPSHOT))"
> [caused by: Unable to resolve camel-smpp/2.18.0.SNAPSHOT: missing
> requirement [camel-smpp/2.18.0.SNAPSHOT] osgi.identity;
> osgi.identity=org.apache.camel.camel-smpp; type=osgi.bundle;
> version="[2.18.0.SNAPSHOT,2.18.0.SNAPSHOT]"; resolution:=mandatory [caused
> by: Unable to resolve org.apache.camel.camel-smpp/2.18.0.SNAPSHOT: missing
> requirement [org.apache.camel.camel-smpp/2.18.0.SNAPSHOT]
> osgi.wiring.package; filter:="(osgi.wiring.package=org.jsmpp.bean)"]]]
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)