Hey guys, today I tried to install my custom karaf distribution on a new pc with an empty m2 repository, and failed. I got some weird exceptions and tried it on mine aswell, after removing my repository I was able to reproduce the error. I can't install cxf anymore, I tried it with cxf version: 2.7.6 and 3.0.1
I always get the same error: 16:06:22,546 | INFO | Local user karaf | res.internal.FeaturesServiceImpl 509 | 1 - org.apache.karaf.features.core - 3.0.0 | Installing feature cxf 3.0.1 16:06:22,546 | INFO | Local user karaf | res.internal.FeaturesServiceImpl 509 | 1 - org.apache.karaf.features.core - 3.0.0 | Installing feature spring 3.2.4.RELEASE 16:06:22,741 | WARN | Local user karaf | mvn.internal.AetherBasedResolver 257 | 44 - org.ops4j.pax.url.mvn - 1.6.0 | Error resolving artifactorg.springframework:org.springframework.core:jar:3.2.4.RELEASE:Could not find artifact org.springframework:org.springframework.core:jar:3.2.4.RELEASE in central (http://repo1.maven.org/maven2/) org.sonatype.aether.resolution.ArtifactResolutionException: Could not find artifact org.springframework:org.springframework.core:jar:3.2.4.RELEASE in central (http://repo1.maven.org/maven2/) the weird problem is, that I find this dependency in the maven repo, but still, cxf won't start, do you guys have a idea? karaf version 3.0.0 cxf tested with * cxf-2.7.6 | mvn:org.apache.cxf.karaf/apache-cxf/2.7.6/xml/features * cxf-3.0.1 | mvn:org.apache.cxf.karaf/apache-cxf/3.0.1/xml/features if you need any more information, please let me know cheers and thank you in advance, Philipp -- View this message in context: http://karaf.922171.n3.nabble.com/apache-cxf-problem-tp4034597.html Sent from the Karaf - User mailing list archive at Nabble.com.
