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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/03/03 09:52:41 UTC

[jira] Resolved: (AXIS2-454) Engaging a module that does not exisits do not fail

     [ http://issues.apache.org/jira/browse/AXIS2-454?page=all ]
     
Deepal Jayasinghe resolved AXIS2-454:
-------------------------------------

    Fix Version: 0.95
     Resolution: Fixed

I have fixed , but I can not commit now since build is broken due to some other reason.

> Engaging a module that does not exisits do not fail
> ---------------------------------------------------
>
>          Key: AXIS2-454
>          URL: http://issues.apache.org/jira/browse/AXIS2-454
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>   Components: core
>     Reporter: Srinath Perera
>      Fix For: 0.95

>
> If we engage a module that do not exists, the code just continue without a error, I think we can fix it  throwing a error at the following return location!!
> public void engageModule(AxisModule moduleref, AxisConfiguration axisConfig)
>             throws AxisFault {
>         if (moduleref == null) {
>             return;
>         }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira