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 di...@apache.org on 2006/06/06 18:06:20 UTC

svn commit: r412158 - in /webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl: i18n/resource.properties util/XSLTIncludeResolver.java

Author: dims
Date: Tue Jun  6 09:06:19 2006
New Revision: 412158

URL: http://svn.apache.org/viewvc?rev=412158&view=rev
Log:
fix 1 typo, change output message and add jaxbri to the list of databindings

Modified:
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties
    webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/util/XSLTIncludeResolver.java

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties?rev=412158&r1=412157&r2=412158&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/i18n/resource.properties Tue Jun  6 09:06:19 2006
@@ -23,7 +23,7 @@
 wsdl2code.arg7=\t  -t                       Generate a test case for the generated code.
 wsdl2code.arg8=\t  -ss                      Generate server side code (i.e. skeletons) (Default: off).
 wsdl2code.arg9=\t  -sd                      Generate service descriptor (i.e. services.xml). (Default: off). Valid with -ss.
-wsdl2code.arg10=\t  -d <databinding>         Valid databinding(s) are adb, xmlbeans, jibx and jaxme (Default: adb).
+wsdl2code.arg10=\t  -d <databinding>         Valid databinding(s) are adb, xmlbeans, jibx, jaxme and jaxbri (Default: adb).
 wsdl2code.arg11=\t  -g                       Generates all the classes. Valid only with -ss.
 wsdl2code.arg12=\t  -pn <port_name>          Choose a specific port when there are multiple ports in the wsdl.
 wsdl2code.arg13=\t  -sn <service_name>       Choose a specific service when there are multiple multiple services in the wsdl.
@@ -40,12 +40,12 @@
 propfileload.generalException=Exception while loading the property file
 
 #################  template resolver #################################
-reslover.templateNotFound={0} template not found!
+resolver.templateNotFound={0} template not found!
 
 ################### Codegen engine ###################################
 engine.wsdlParsingException=Error parsing WSDL
 engine.invalidWsdlLocation=Invalid WSDL Location
-engine.noProperDatabindingException=No proper databinding has taken place
+engine.noProperDatabindingException=Unable to use specified databinding!
 engine.emitterMissing=Emitter class not found!
 engine.wrongEmitter=Non emitter class found!
 engine.extensionLoadProblem=Extension class loading problem

Modified: webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/util/XSLTIncludeResolver.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/util/XSLTIncludeResolver.java?rev=412158&r1=412157&r2=412158&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/util/XSLTIncludeResolver.java (original)
+++ webservices/axis2/trunk/java/modules/codegen/src/org/apache/axis2/wsdl/util/XSLTIncludeResolver.java Tue Jun  6 09:06:19 2006
@@ -80,7 +80,7 @@
             supporterTemplateStream = getClass().getResourceAsStream(templateName);
             return new StreamSource(supporterTemplateStream);
         } else{
-            throw new TransformerException(CodegenMessages.getMessage("reslover.templateNotFound",templateName));
+            throw new TransformerException(CodegenMessages.getMessage("resolver.templateNotFound",templateName));
         }
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org