[
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]