[ http://issues.apache.org/jira/browse/AXIS2-454?page=all ] Srinath Perera reopened AXIS2-454: ----------------------------------
Please close this only when the code is commited .. ( lets use this principal, JIRA always represents code on 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
