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-06-16 Thread Jim Hansen
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: @Override public Object getProperty(Object msgContext, String key) {

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

2009-04-21 Thread santhosh00724
Did any tried it. I am trying but not able to make any progress. The code that is throwing exception is in WSS4JOutInterceptor.java Line:220 doSenderAction(doAction, doc, reqData, actions, Boolean.TRUE .equals(getProperty(mc, org.apache.cxf.message.Message.REQUESTOR_ROLE

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

2009-04-01 Thread Daniel Kulp
The RECV_RESULTS is the vector of result things that should have been saved from the INCOMING message. Basically, the WSS4JInInterceptor should have saved that someplace where the OUT interceptor can grab it. Dan On Wed April 1 2009 9:31:52 am santhosh00724 wrote: > I was debugging the c

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 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 2.1.

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

2009-03-30 Thread Colm O hEigeartaigh
. -Original Message- From: santhosh00724 [mailto:santhosh00...@gmail.com] Sent: 30 March 2009 14:05 To: dev@cxf.apache.org Subject: RE: WSSecurityEngine: Callback supplied no password for: null when using useReqSigCert for encryptionUser in multiple client scenario. My Client Config

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 : http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd}Timestamp;{Element}{htt

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 usin