On 13/02/13 16:49, Sergey Beryozkin wrote:
Hi
On 13/02/13 16:29, geecxf wrote:
Hi Sergey,
Are sure that "cxf-rs-security-xml" is a bundle? I get the following
error
from maven:
[ERROR] Failed to execute goal
org.apache.karaf.tooling:features-maven-plugin:2.3.0:add-features-to-repo
(add-features-to-repo) on project dsp-k: Can't resolve bundle
org.apache.cxf:cxf-rs-security-xml:jar:2.7.2: Could not find artifact
org.apache.cxf:cxf-rs-security-xml:jar:2.7.2 in nexus
(http://sjc1ssadsp01.crd.ge.com:8081/nexus/content/groups/public)
Also just in case that was a typo. I already had the
"cxf-rt-rs-security-xml" installed.
Not sure I understand, I just tried Talend container, started it
and typed "features:install cxf-rs-security-xml" and then "list -t 0"
and see
[ 200] [Active ] [ ] [ ] [ 40] Apache CXF RS XML Security (2.7.4.SNAPSHOT)
and it is (version 2.7.2 as in your case) also in Central:
http://search.maven.org/#artifactdetails|org.apache.cxf|cxf-rt-rs-security-xml|2.7.2|jar
Actually, you install it as a bundle, 'cxf-rs-security-xml' but it needs
to be installed as a feature
Cheers, Sergey