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 (JIRA)" <ji...@apache.org> on 2006/12/14 10:51:21 UTC

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

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


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

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS2-1872?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe resolved AXIS2-1872.
--------------------------------------

    Resolution: Fixed

issue is fixed in the code base

> Exception not thrown in AxisConfigBuilder -> processTransportSenders()
> ----------------------------------------------------------------------
>
>                 Key: AXIS2-1872
>                 URL: https://issues.apache.org/jira/browse/AXIS2-1872
>             Project: 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.
-
You can reply to this email to add a comment to the issue online.


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


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

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ 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