[
https://issues.apache.org/jira/browse/AXIS2-2132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Davanum Srinivas reassigned AXIS2-2132:
---------------------------------------
Assignee: Deepal Jayasinghe
> Incorrect useage of the message
> -------------------------------
>
> Key: AXIS2-2132
> URL: https://issues.apache.org/jira/browse/AXIS2-2132
> Project: Axis 2.0 (Axis2)
> Issue Type: Bug
> Components: kernel
> Environment: No special environment need
> Reporter: Ming Cheung
> Assigned To: Deepal Jayasinghe
> Priority: Trivial
>
> The Message in the
> modules\kernel\src\org\apache\axis2\i18n\resource.properties file needs 2
> inputs, however, the source code has zero input.
> Message found in the resource.properties file:
> ======================================
> invalidphase=The phases are not valid. Recheck the axis2.xml file {0} for
> the {1} handler.
> Source code which uses the message:
> ================================
> org.apache.axis2.deployment.util.PhasesInfo.java
> if (!foundDispathcPase) {
> throw new DeploymentException(
> Messages.getMessage(DeploymentErrorMsgs.INVALID_PHASE));
> }
--
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]