Hello,
I have a problem, when I try to activate the feature cxf or
cave-obr-server on a freshly installed karaf 2.2.6 instance.
karaf@root> feature:install cxf
Error executing command: Can not resolve feature:
Unsatisfied requirement(s):
---------------------------
package:(&(package=javax.xml.soap)(version>=1.3.0))
Apache Geronimo JAX-WS Spec 2.2
karaf@root> feature:install cave-obr-server
Error executing command: Can not resolve feature:
Unsatisfied requirement(s):
---------------------------
package:(&(package=javax.xml.soap)(version>=1.3.0))
Apache Geronimo JAX-WS Spec 2.2
Here are some additional infos:
karaf@root> features:listrepositories
Repository
karaf-cave-3.0.0-SNAPSHOT
cxf-2.4.3
karaf-2.2.6
karaf-enterprise-2.2.6
karaf@root> features:listurl
Loaded URI
true
mvn:org.apache.karaf.cave/apache-karaf-cave/3.0.0-SNAPSHOT/xml/features
true mvn:org.apache.cxf.karaf/apache-cxf/2.4.3/xml/features
true
mvn:org.apache.karaf.assemblies.features/standard/2.2.6/xml/features
true
mvn:org.apache.karaf.assemblies.features/enterprise/2.2.6/xml/features
karaf@root> features:listversions cave-obr-server
Version Repository Repository URL
[3.0.0-SNAPSHOT] karaf-cave-3.0.0-SNAPSHOT
mvn:org.apache.karaf.cave/apache-karaf-cave/3.0.0-SNAPSHOT/xml/features
karaf@root> features:listversions cxf
Version Repository Repository URL
[2.4.3 ] cxf-2.4.3 mvn:org.apache.cxf.karaf/apache-cxf/2.4.3/xml/features
I have already tried to change the config.properties to include
jre.properties.cxf instead of jre.properties, but this hasnt`t removed
the problem.
Am I missig some dependencies ? Any hints are welcome.
rgds
Martin Neimeier