|
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 |
|
Hi,
you have to use the etc/jre.properties.cxf instead of the default etc/jre.properties. Regards JB On 04/27/2012 08:35 PM, [hidden email] wrote: > 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 > -- Jean-Baptiste Onofré [hidden email] http://blog.nanthrax.net Talend - http://www.talend.com |
|
Hi,
thanks for the short answer, but like I noted before, I have allready used etc/jre.properties.cxf when I get this error. regards Martin On 04/28/2012 08:13 AM, Jean-Baptiste Onofré wrote: > Hi, > > you have to use the etc/jre.properties.cxf instead of the default > etc/jre.properties. > > Regards > JB > > On 04/27/2012 08:35 PM, [hidden email] wrote: >> 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 >> > |
|
Oops, sorry I missed this part.
Let me try on my side. Regards JB On 04/28/2012 05:22 PM, [hidden email] wrote: > Hi, > thanks for the short answer, but like I noted before, I have allready > used etc/jre.properties.cxf when I get this error. > > regards > Martin > > > On 04/28/2012 08:13 AM, Jean-Baptiste Onofré wrote: >> Hi, >> >> you have to use the etc/jre.properties.cxf instead of the default >> etc/jre.properties. >> >> Regards >> JB >> >> On 04/27/2012 08:35 PM, [hidden email] wrote: >>> 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 >>> >> > -- Jean-Baptiste Onofré [hidden email] http://blog.nanthrax.net Talend - http://www.talend.com |
|
Hello,
I am experiencing the same issue with Karaf 2.2.7 karaf@root> features: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 karaf@root> features:listrepositories Repository karaf-2.2.7 karaf-enterprise-2.2.7 camel-2.8.2 karaf-cave-3.0.0-SNAPSHOT cxf-2.4.3 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 Thanks MHR |
| Powered by Nabble | Edit this page |
