Author: saminda
Date: Wed Jan  2 04:27:56 2008
New Revision: 11764

Log:

Support for jibx


Modified:
   trunk/commons/codegen/src/main/resources/codegen-options.xml
   trunk/commons/codegen/www/wsdl2code2.xsl

Modified: trunk/commons/codegen/src/main/resources/codegen-options.xml
==============================================================================
--- trunk/commons/codegen/src/main/resources/codegen-options.xml        
(original)
+++ trunk/commons/codegen/src/main/resources/codegen-options.xml        Wed Jan 
 2 04:27:56 2008
@@ -114,8 +114,7 @@
         <name>uw</name>
         <description>Switch on un-wrapping</description>
     </argument>
-    <!-- TODO This has been fixed untill proper use case will popup -->
-    <argument uiType="skip">
+    <argument uiType="text" readOnly="true" name="xsdconfig" uploadFile="true">
         <name>xsdconfig</name>
         <description>Use XMLBeans .xsdconfig file. Valid only with -d 
xmlbeans</description>
     </argument>
@@ -143,4 +142,8 @@
         <name>Eosv</name>
         <description>(for ADB) - off strict validation</description>
     </argument>
+    <argument uiType="text" readOnly="true" name="Ebindingfile" 
uploadFile="true">
+        <name>Ebindingfile</name>
+        <description>File path to your JiBX binding definition</description>
+    </argument>
 </codegen>
\ No newline at end of file

Modified: trunk/commons/codegen/www/wsdl2code2.xsl
==============================================================================
--- trunk/commons/codegen/www/wsdl2code2.xsl    (original)
+++ trunk/commons/codegen/www/wsdl2code2.xsl    Wed Jan  2 04:27:56 2008
@@ -85,6 +85,7 @@
     <xsl:template match="argument">
         <xsl:variable name="uiType" select="./@uiType"/>
         <xsl:variable name="uploadFile" select="./@uploadFile"/>
+        <xsl:variable name="readOnly" select="./@readOnly" />
         <xsl:if test="not($uiType='skip')">
             <xsl:variable name="description" 
select="normalize-space(description)"/>
             <xsl:variable name="name" select="normalize-space(name)"/>

_______________________________________________
Commons-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/commons-dev

Reply via email to