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 "Davanum Srinivas (JIRA)" <ji...@apache.org> on 2007/05/24 16:45:16 UTC

[jira] Assigned: (AXIS2-2132) Incorrect useage of the message

     [ 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org