You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by de...@apache.org on 2005/12/02 12:28:35 UTC

svn commit: r351689 - in /webservices/axis2/trunk/java/modules: common/src/org/apache/axis2/i18n/resource.properties core/src/org/apache/axis2/deployment/DeploymentErrorMsgs.java

Author: deepal
Date: Fri Dec  2 03:28:20 2005
New Revision: 351689

URL: http://svn.apache.org/viewcvs?rev=351689&view=rev
Log:
adding missing properties in i18n resource file.

Modified:
    webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DeploymentErrorMsgs.java

Modified: webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties?rev=351689&r1=351688&r2=351689&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/common/src/org/apache/axis2/i18n/resource.properties Fri Dec  2 03:28:20 2005
@@ -67,6 +67,7 @@
 servicexmlnotfound=services.xml not found for service ''{0}''
 modulexmlnotfound=module.xml not found  for the module :   {0}
 classnotfound=Class Not found :  {0}
+fileNotFound=File not found , {0}
 repocannotbebull=Axis2 repository can not be null
 confignotfound=can not find org/apache/axis2/deployment/axis2.xml
 pathtoconfigcanotnull=path to axis2.xml can not be NUll
@@ -115,6 +116,8 @@
 no_dispatcher_found=No dispatcher found , can  not continue ....
 noMetaInf=In valid service META-INF file not found
 ivs=In valid service META-INF file not found
+badModuleFromOperation=Error in engagging module {0} to the operation {1} , in valid module referance at operation
+badModuleFromService=Error in engagging module {0} to the operation {1} , in valid module referance at service
 InstantiationException=InstantiationException in Axis Storage processing  {0}
 IllegalAccessException=IllegalAccessException in Axis Storage processing  {0}
 transportSenderError=TransportSEnder Implementation class is required for the transport {0}

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DeploymentErrorMsgs.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DeploymentErrorMsgs.java?rev=351689&r1=351688&r2=351689&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DeploymentErrorMsgs.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/deployment/DeploymentErrorMsgs.java Fri Dec  2 03:28:20 2005
@@ -37,7 +37,6 @@
     public static final String INFLOW_NOT_ALLOWED_IN_TRS_OUT = "inflownotallowedintrout";
     public static final String INSTANTIATION_EXCEPTION = "InstantiationException";
     public static final String INVALID_CONFIG_ATTTRIBUTE = "invalidconfigattribute";
-    public static final String INVALID_ELE_IN_MODULE = "badElementInModuleXML";
     public static final String INVALID_HANDLER = "invalidhandler";
     public static final String INVALID_HANDLER_DIF = "invalidhandlerdif";
     public static final String INVALID_MODULE = "invalidmodule";