Author: veithen
Date: Fri Apr 15 18:36:53 2016
New Revision: 1739349
URL: http://svn.apache.org/viewvc?rev=1739349&view=rev
Log:
AXIS2-5756: Merge r1739346 and r1739348 to the 1.7 branch.
Added:
axis/axis2/java/core/branches/1_7/src/site/markdown/docs/
- copied from r1739346, axis/axis2/java/core/trunk/src/site/markdown/docs/
Removed:
axis/axis2/java/core/branches/1_7/src/site/xdoc/docs/reference.xml
Modified:
axis/axis2/java/core/branches/1_7/ (props changed)
axis/axis2/java/core/branches/1_7/src/site/markdown/docs/reference.md
Propchange: axis/axis2/java/core/branches/1_7/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Apr 15 18:36:53 2016
@@ -1,4 +1,4 @@
/axis/axis2/java/core/branches/1_6:1295540
/axis/axis2/java/core/branches/AXIOM-420:1334386-1336397
/axis/axis2/java/core/branches/AXIS2-4318:1230452,1295542,1324772,1327468,1329571,1332141,1335355,1335357,1340985
-/axis/axis2/java/core/trunk:1726494,1726509,1726513,1727171,1727174,1727177,1727180,1729891,1730095,1730139,1730180,1730186,1730195,1730197,1730222,1730300,1730308,1730310,1730317,1730322,1730335,1730369,1730427,1730618,1731425,1731441,1731446,1731448,1732354,1733137,1733663,1733713,1733766,1733770,1733773,1733850,1734176,1735331,1735795,1736512,1736543,1737030,1737567,1739001,1739186
+/axis/axis2/java/core/trunk:1726494,1726509,1726513,1727171,1727174,1727177,1727180,1729891,1730095,1730139,1730180,1730186,1730195,1730197,1730222,1730300,1730308,1730310,1730317,1730322,1730335,1730369,1730427,1730618,1731425,1731441,1731446,1731448,1732354,1733137,1733663,1733713,1733766,1733770,1733773,1733850,1734176,1735331,1735795,1736512,1736543,1737030,1737567,1739001,1739186,1739346,1739348
Modified: axis/axis2/java/core/branches/1_7/src/site/markdown/docs/reference.md
URL:
http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_7/src/site/markdown/docs/reference.md?rev=1739349&r1=1739346&r2=1739349&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_7/src/site/markdown/docs/reference.md
(original)
+++ axis/axis2/java/core/branches/1_7/src/site/markdown/docs/reference.md Fri
Apr 15 18:36:53 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