Author: veithen Date: Wed Nov 16 20:05:53 2011 New Revision: 1202869 URL: http://svn.apache.org/viewvc?rev=1202869&view=rev Log: Merged r1202867 to the 1.6 branch for inclusion in the 1.6.2 site.
Modified: axis/axis2/java/core/branches/1_6/ (props changed) axis/axis2/java/core/branches/1_6/src/site/xdoc/docs/app_server.xml Propchange: axis/axis2/java/core/branches/1_6/ ------------------------------------------------------------------------------ --- svn:mergeinfo (original) +++ svn:mergeinfo Wed Nov 16 20:05:53 2011 @@ -1 +1 @@ -/axis/axis2/java/core/trunk:1068985,1069659,1069898,1070439,1072077,1072271,1072296,1072499,1072510,1075057,1078242,1081563,1081587,1081590,1082316,1082322,1082600,1082702,1082726,1082738,1083180,1083192,1083379,1083381,1083425,1083433,1083446,1084753,1085157,1085173,1085514,1085889,1085927,1085931,1087073,1088239,1088248-1088249,1088251,1088268,1088730,1088904,1089225,1089989,1090429,1090457,1091178,1091191,1094117,1096530,1096557,1099385,1099389,1100628,1101037,1103013,1103336,1103606,1103760,1128580,1128584,1128618,1128645,1130590,1131425,1134438,1134616,1136156,1136159,1136177,1137153,1137159,1138144,1138203,1139448,1139484,1147485,1149224,1149491,1149578,1150055,1154615,1156305,1156382,1157211,1157265,1157373,1157415,1157424,1157501,1157517,1157522,1157535,1163389,1166038,1166040,1166132,1167045,1174618,1184808,1184810,1184816,1185504,1190469,1190499,1195893,1195972,1195982,1198288,1201467,1201863,1201957 +/axis/axis2/java/core/trunk:1068985,1069659,1069898,1070439,1072077,1072271,1072296,1072499,1072510,1075057,1078242,1081563,1081587,1081590,1082316,1082322,1082600,1082702,1082726,1082738,1083180,1083192,1083379,1083381,1083425,1083433,1083446,1084753,1085157,1085173,1085514,1085889,1085927,1085931,1087073,1088239,1088248-1088249,1088251,1088268,1088730,1088904,1089225,1089989,1090429,1090457,1091178,1091191,1094117,1096530,1096557,1099385,1099389,1100628,1101037,1103013,1103336,1103606,1103760,1128580,1128584,1128618,1128645,1130590,1131425,1134438,1134616,1136156,1136159,1136177,1137153,1137159,1138144,1138203,1139448,1139484,1147485,1149224,1149491,1149578,1150055,1154615,1156305,1156382,1157211,1157265,1157373,1157415,1157424,1157501,1157517,1157522,1157535,1163389,1166038,1166040,1166132,1167045,1174618,1184808,1184810,1184816,1185504,1190469,1190499,1195893,1195972,1195982,1198288,1201467,1201863,1201957,1202867 Modified: axis/axis2/java/core/branches/1_6/src/site/xdoc/docs/app_server.xml URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/src/site/xdoc/docs/app_server.xml?rev=1202869&r1=1202868&r2=1202869&view=diff ============================================================================== --- axis/axis2/java/core/branches/1_6/src/site/xdoc/docs/app_server.xml (original) +++ axis/axis2/java/core/branches/1_6/src/site/xdoc/docs/app_server.xml Wed Nov 16 20:05:53 2011 @@ -138,6 +138,20 @@ Axis2 to use a repository location outside of the <tt>installedApps</tt> directory. </p> </subsection> + <subsection name="Known issues"> + <p> + On some WAS versions the following error may occur, e.g. when accessing a WSDL exposed by Axis2: + </p> +<pre>java.lang.VerifyError: JVMVRFY013 class loading constraint violated; +class=org/apache/xerces/dom/CoreDocumentImpl, method=getDomConfig()Lorg/w3c/dom/DOMConfiguration</pre> + <p> + This is caused by the XmlBeans library + packaged with Axis2. This library contains a set of interfaces in the <code>org.w3c.dom</code> package + and this may cause issues with class loaders that don't use a simple parent-first policy. + To avoid this issue, upgrade your WAS to a more recent fix pack level, remove the XmlBeans library + from the Axis2 WAR or remove the content of the <code>org.w3c.dom</code> package from the XmlBeans library. + </p> + </subsection> </section> </body> </document>