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 sumedha rubasinghe <su...@gmail.com> on 2006/12/08 05:21:57 UTC

[Axis2] AxisConfigBuilder -> processTransportSenders()

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org