Re: WSSecurityEngine: Callback supplied no password for: null when using useReqSigCert for encryptionUser in multiple client scenario.

2009-06-17 Thread Daniel Kulp
Log a JIRA with a patch? :-) Dan On Tue June 16 2009 1:05:01 pm Jim Hansen wrote: I did some debugging and discovered that the RECV_RESULTS are not found in the right place. My fix (probably not the best fix) is to override getProperty() on the WSS4JOutInterceptor class as follows:

RE: WSSecurityEngine: Callback supplied no password for: null when using useReqSigCert for encryptionUser in multiple client scenario.

2009-04-01 Thread santhosh00724
I was debugging the code with WSS4J 1.5.6 version. When the control goes into the WSHandler's function private void handleSpecialUser(RequestData reqData) { if (!WSHandlerConstants.USE_REQ_SIG_CERT.equals(reqData.getEncUser())) { return; } Vector results =

RE: WSSecurityEngine: Callback supplied no password for: null when using useReqSigCert for encryptionUser in multiple client scenario.

2009-03-30 Thread Colm O hEigeartaigh
Could you attach the WSS4J config you're using on both the client and server side? Colm. -Original Message- From: santhosh00724 [mailto:santhosh00...@gmail.com] Sent: 27 March 2009 17:30 To: dev@cxf.apache.org Subject: WSSecurityEngine: Callback supplied no password for: null when

RE: WSSecurityEngine: Callback supplied no password for: null when using useReqSigCert for encryptionUser in multiple client scenario.

2009-03-30 Thread santhosh00724
My Client Config : bean id=wss4jOut class=org.apache.cxf.ws.security.wss4j.WSS4JOutInterceptor constructor-arg map entry key=action value=Timestamp Signature Encrypt/ entry key=user value=myclientkey/ entry key=signaturePropFile

RE: WSSecurityEngine: Callback supplied no password for: null when using useReqSigCert for encryptionUser in multiple client scenario.

2009-03-30 Thread santhosh00724
Thank you for reply, This is what I am getting now. I am using CXF 2.1.3. is this a problem. I tried using CXF 2.2 2.1.4 I am getting : java.lang.ClassNotFoundException: org.springframework.context.support.AbstractRefres hableConfigApplicationContext Santhosh. Original Exception with CXF

WSSecurityEngine: Callback supplied no password for: null when using useReqSigCert for encryptionUser in multiple client scenario.

2009-03-27 Thread santhosh00724
I am getting following error while running a service with multiple clients with Timestamp Signature Encrypt action for the interceptor entry key=encryptionUser value=useReqSigCert/ It works fine for single client scenario. but not for multiple clients. I looked into many mailing lists but