done https://issues.apache.org/jira/browse/AXIS2-454

much easier to fix than recreate, just have to thorw a excpetion
rather than return when module is null. (but I am positive some test
case will fail once this is done :) )

public void engageModule(AxisModule moduleref, AxisConfiguration axisConfig)
            throws AxisFault {
        if (moduleref == null) {
            return;
        }

..
}

Thanks
Srinath

On 2/17/06, Sanjiva Weerawarana <[EMAIL PROTECTED]> wrote:
> On Fri, 2006-02-17 at 13:16 -0500, Srinath Perera wrote:
> > Team;
> >
> > If we engage a module that does not exists, it returns without a
> > error, and continue as usual?
> > Is there a specific reason to do this? (IHMO this is bad, sorry if I
> > sound gloomy on all these mails, trying to port my code to service
> > clients ect .. and unfortunately having a bad time.
>
> Nope that should certainly cause an error .. please open an issue
> ideally with a test case ;-).
>
> > trying to give feedback as they come on my way!)
>
> +1!
>
> Sanjiva.
>
>


--
============================
Srinath Perera:
   http://www.cs.indiana.edu/~hperera/
   http://www.bloglines.com/blog/hemapani

Reply via email to