I'm not sure, a JAR problem somewhere probably. Links #12, #14, and
possibly #17 here:
http://www.jroller.com/gmazza/entry/blog_article_index, which provide
recently tested & working examples, might help you.
Glen
On 10/27/2011 03:52 PM, chris snow wrote:
I am experimenting with ws-security driven from ws-policy in the wsdl. When
I use cxf 2.4.3, I get an exception:
org.apache.ws.security.components.crypto.Merlin Not Found
However, reverting to cxf 2.3.0 fixes the problem. A snippet from my
pom.xml:
<properties>
<cxf.version>2.4.3</cxf.version>
</properties>
<dependencies>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxws</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-http</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-security</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-ws-policy</artifactId>
<version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>3.0.3.RELEASE</version>
</dependency>
</dependencies>
I'm not using OSGi, but my error is exactly the same as here:
http://cxf.547215.n5.nabble.com/org-apache-ws-security-components-crypto-Merlin-Not-Found-td4823098.html
Many thanks,
Chris
--
Glen Mazza
Talend - http://www.talend.com/apache
Blog - http://www.jroller.com/gmazza/
Twitter - glenmazza