Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5.8
-
None
Description
I was getting a "org.apache.ws.security.components.crypto.Merlin Not Found" error while trying to configure the WSS4J interceptors. I found a post with no resolution here:
http://mail-archives.apache.org/mod_mbox//cxf-users/201003.mbox/%3C27766194.post@talk.nabble.com%3E
I think what this user was experiencing is the same as I was seeing in my case.
It turned out that I had a trailing space after:
org.apache.ws.security.crypto.provider=org.apache.ws.security.components.crypto.Merlin
which was causing the class to not be found.