The captured 'NoClassDefFoundError' is not thrown out in the following code.

org/apache/axis2/deployment/AxisConfigBuilder.java
{
private  void processTransportSenders(Iterator trs_senders) throws
DeploymentException
{
   .................
   .................
    try
    {
        ..........
    }
    catch (NoClassDefFoundError e){
       log.debug(Messages.getMessage("errorinloadingts", clasName), e);
       //throw statement is missing here.
      }
      .............
  }

}

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to