[jboss-cvs] JBossAS SVN: r82326 - projects/docs/enterprise/4.3.4/readme/en-US.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Tue Dec 16 19:08:16 EST 2008


Author: irooskov at redhat.com
Date: 2008-12-16 19:08:16 -0500 (Tue, 16 Dec 2008)
New Revision: 82326

Modified:
   projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml
Log:
updated Release Notes with new JIRAs


Modified: projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml
===================================================================
--- projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml	2008-12-16 23:26:20 UTC (rev 82325)
+++ projects/docs/enterprise/4.3.4/readme/en-US/Release_Notes_CP04.xml	2008-12-17 00:08:16 UTC (rev 82326)
@@ -330,8 +330,14 @@
 				<itemizedlist>
 					<listitem>
 						<para>
-						<!--	<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1439">JBPAPP-1439</ulink>: -->
+							<ulink url="http://jira.jboss.com/jira/browse/JBPAPP-1439">JBPAPP-1439</ulink>: The component <emphasis>Xerces</emphasis> of JBoss Web Services has a feature that optimises the parsing of messages called <methodname>Deffered Node Expansion</methodname>.This defers node expansion until the nodes are accessed, improving performance where not all nodes need to be visited. However memory overheads are increased, which can be considerable for large messages. 
 						</para>
+						<para>
+							This release grants the user an option to disable the <methodname>Deffered Node Expansion</methodname> feature and have all nodes expand. To achieve this the following system property needs to be set:
+						</para>
+<programlisting>
+-Dorg.jboss.ws.disable_deferred_node_expansion=true
+</programlisting>
 					</listitem>
 				</itemizedlist> 
 			</para>




More information about the jboss-cvs-commits mailing list