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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2006/12/22 06:23:21 UTC

[jira] Assigned: (AXIS2-1872) Exception not thrown in AxisConfigBuilder -> processTransportSenders()

     [ http://issues.apache.org/jira/browse/AXIS2-1872?page=all ]

Deepal Jayasinghe reassigned AXIS2-1872:
----------------------------------------

    Assignee: Deepal Jayasinghe

> Exception not thrown in AxisConfigBuilder -> processTransportSenders()
> ----------------------------------------------------------------------
>
>                 Key: AXIS2-1872
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1872
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>            Reporter: sumedha rubasinghe
>         Assigned To: Deepal Jayasinghe
>            Priority: Minor
>
> 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.
>       }
>       .............
>   }
> } 

-- 
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

        

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org