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