You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Zack Jones (JIRA)" <ji...@apache.org> on 2010/08/26 15:16:02 UTC

[jira] Created: (CXF-2960) Loading of Signature and Encryption property files not trimming trailing whitespace - Leads to ClassNotFoundException

Loading of Signature and Encryption property files not trimming trailing whitespace - Leads to ClassNotFoundException
---------------------------------------------------------------------------------------------------------------------

                 Key: CXF-2960
                 URL: https://issues.apache.org/jira/browse/CXF-2960
             Project: CXF
          Issue Type: Bug
          Components: WS-* Components
    Affects Versions: 2.2.10
            Reporter: Zack Jones
            Priority: Minor


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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.