You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Sanjiva Weerawarana <sa...@opensource.lk> on 2005/10/13 08:08:22 UTC

Re: svn commit: r320644 - in /webservices/axis2/trunk/java/modules/core: src/org/apache/axis2/engine/AxisEngine.java src/org/apache/axis2/util/Utils.java webapp/Login.jsp

On Thu, 2005-10-13 at 04:13 +0000, deepal@apache.org wrote:
> -        pr.buildchains();
> +        //todo we do not need this
> +//        PhaseResolver pr = new PhaseResolver(axisconfig, serviceDesc);
> +//        pr.buildchains();
> +        // fixing the BUG AXIS2-278
> +        // we do not need to  do this , since when adding a service this automatically done

ARGH! Please remove the offending lines and put the comment in the
commit message rather than leaving dead code ..

Sanjiva.