Re: Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked

2016-07-14 Thread lanabe
Hi, apparently I found a workaround. Axis2 1.7.3 + Rampart 1.6.4 works fine(ofc, I suspect there should be more proper way with Rampart 1.7.0). I noticed that Rampart 1.7.0 doesn't have WSDoAllHandler which processes WS-Security Header. AxisEngine#receive() will call each Phases Handlers, and Se

RE: Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked

2016-07-14 Thread Martin Gainty
From: lanabe.lan...@gmail.com Date: Thu, 14 Jul 2016 08:16:46 + Subject: Re: Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked To: java-user@axis.apache.org Hi, apparently I found a workaround. Axis2 1.7.3 + Rampart 1.6.4 works fine(ofc, I suspect there should be more proper way with Ra

Re: Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked

2016-07-14 Thread lanabe
Martin, Thank you for your reply. Before filing a issue, I have a question about missing WSDoAllHandler. The following commit deleted WSDoAllHandler says: --- Removing the deprecated basic configuration (This was deprecated since version 1.1). https://github.com/apache/rampart/commit/18633640370

RE: Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked

2016-07-14 Thread Martin Gainty
From: lanabe.lan...@gmail.com Date: Thu, 14 Jul 2016 16:39:07 + Subject: Re: Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked To: java-user@axis.apache.org Martin, Thank you for your reply. Before filing a issue, I have a question about missing WSDoAllHandler. The following commit del

Re: Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked

2016-07-14 Thread lanabe
Thanks for the information. Hmm, I'm not completely with you. At least It seems Rampart 1.7.0 has some breaking changes with no backward compatibility, so I want some docs or hints for using it :) I've created a issue as the perspective. https://issues.apache.org/jira/browse/RAMPART-436 Thanks!