[
https://issues.apache.org/jira/browse/CXF-7910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16763577#comment-16763577 ]
Dennis Kieselhorst commented on CXF-7910:
-----------------------------------------
Updated the branch to use the latest saaj-impl servicemix bundle.
Now STSUnitTest fails with:
{noformat}
org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=cxf-sts-service; type=karaf.feature; version="[3.3.1.SNAPSHOT,3.3.1.SNAPSHOT]"; filter:="(&(osgi.identity=cxf-sts-service)(type=karaf.feature)(version>=3.3.1.SNAPSHOT)(version<=3.3.1.SNAPSHOT))" [caused by: Unable to resolve cxf-sts-service/3.3.1.SNAPSHOT: missing requirement [cxf-sts-service/3.3.1.SNAPSHOT] osgi.identity; osgi.identity=cxf-sts; type=karaf.feature [caused by: Unable to resolve cxf-sts/3.3.1.SNAPSHOT: missing requirement [cxf-sts/3.3.1.SNAPSHOT] osgi.identity; osgi.identity=cxf-ws-security; type=karaf.feature; version="[3.3.1.SNAPSHOT,3.3.1.SNAPSHOT]" [caused by: Unable to resolve cxf-ws-security/3.3.1.SNAPSHOT: missing requirement [cxf-ws-security/3.3.1.SNAPSHOT] osgi.identity; osgi.identity=cxf-ws-addr; type=karaf.feature; version="[3.3.1.SNAPSHOT,3.3.1.SNAPSHOT]" [caused by: Unable to resolve cxf-ws-addr/3.3.1.SNAPSHOT: missing requirement [cxf-ws-addr/3.3.1.SNAPSHOT] osgi.identity; osgi.identity=cxf-bindings-soap; type=karaf.feature; version="[3.3.1.SNAPSHOT,3.3.1.SNAPSHOT]" [caused by: Unable to resolve cxf-bindings-soap/3.3.1.SNAPSHOT: missing requirement [cxf-bindings-soap/3.3.1.SNAPSHOT] osgi.identity; osgi.identity=org.apache.servicemix.bundles.saaj-impl; type=osgi.bundle; version="[1.5.1.1,1.5.1.1]"; resolution:=mandatory [caused by: Unable to resolve org.apache.servicemix.bundles.saaj-impl/1.5.1.1: missing requirement [org.apache.servicemix.bundles.saaj-impl/1.5.1.1] osgi.wiring.package; filter:="(&(osgi.wiring.package=javax.activation)(version>=1.2.0)(!(version>=2.0.0)))"]]]]]]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1343)
at org.apache.felix.resolver.ResolverImpl.doResolve(ResolverImpl.java:392)
at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:378)
at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:332)
at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:257)
at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:388)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1025)
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:964)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748){noformat}
Do we just need to add activation or what does that mean?
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)