You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by ve...@apache.org on 2016/04/15 20:32:45 UTC

svn commit: r1739348 - /axis/axis2/java/core/trunk/src/site/markdown/docs/reference.md

Author: veithen
Date: Fri Apr 15 18:32:44 2016
New Revision: 1739348

URL: http://svn.apache.org/viewvc?rev=1739348&view=rev
Log:
AXIS2-5756: Document the -Eiu parameter on the WSDL2Java reference page. This change was part of the patch submitted by Dean Holdren for AXIS2-4859, but was never applied.

Modified:
    axis/axis2/java/core/trunk/src/site/markdown/docs/reference.md

Modified: axis/axis2/java/core/trunk/src/site/markdown/docs/reference.md
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/trunk/src/site/markdown/docs/reference.md?rev=1739348&r1=1739347&r2=1739348&view=diff
==============================================================================
--- axis/axis2/java/core/trunk/src/site/markdown/docs/reference.md (original)
+++ axis/axis2/java/core/trunk/src/site/markdown/docs/reference.md Fri Apr 15 18:32:44 2016
@@ -66,6 +66,7 @@ WSDL2Java Reference
                                    -Ejavaversion 1.5                      (for xmlbeans) - generates Java 1.5 code (typed lists instead of arrays)
                                    -Emp <package name> (for ADB) - extension mapper package name
                                    -Eosv (for ADB) - turn off strict validation.
+                                   -Eiu (for ADB) - Ignore Unexpected elements instead of throwing ADBException
                                    -Ewdc (for xmlbeans) - Generate code with a dummy schema. if someone use this option
                                       they have to generate the xmlbeans code seperately with the scomp command comes with the
                                       xmlbeans distribution and replace the Axis2 generated classes with correct classes