I am trying to utilize the CXF Framework to create a Digital Signature on the
client.

I am using the JaxWsProxyFactoryBean and trying to configure through the
Spring context file the wiring for the WSS4JOutInterceptor.  It's hard to
find a clear example, so I have piece together articles to resolve this and
it brings me to a ClassNotFoundException:
org.apache.security.juice.provider.JuiCEProviderOpenSSL (which appears to be
dormat since 2007).

Here is my pom
                
                        org.apache.cxf
                        cxf-rt-ws-security
                        ${cxf.version}
                        
                                
                                        org.apache.geronimo.specs
                                        geronimo-stax-api_1.0_spec
                                
                        
                
                
                        org.apache.ws.security
                        wss4j
                        1.5.8
                
                
                        org.springframework
                        spring-aop
                        3.0.5.RELEASE
                

Here is a sample of what I am trying to do:

                
            

    
            
            
            
            
                
                    
                    
                    
                
            
        

        
        
        
    
          
            
               
               
               
               
            
         
      

Any suggestions as to what is wrong here?  And why is there a request to use
JuiCEProviderOpenSSL?

Thanks for your help,

Jay

--
View this message in context: 
http://cxf.547215.n5.nabble.com/CXF-with-Digital-Signatures-tp3408690p3408690.html
Sent from the cxf-user mailing list archive at Nabble.com.

Reply via email to