[ http://issues.apache.org/jira/browse/AXIS2-454?page=all ]
Deepal Jayasinghe resolved AXIS2-454:
-------------------------------------
Resolution: Fixed
sorry , since build was breaking I could able to commit the code :)
Now the code is in the SVN
> 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