Author: darran.lofthouse(a)jboss.com
Date: 2008-11-20 10:47:29 -0500 (Thu, 20 Nov 2008)
New Revision: 8768
Modified:
common/branches/jbossws-common-1.0.0.GA_CP/src/main/java/org/jboss/wsf/common/DOMUtils.java
Log:
[JBPAPP-1439] Allow the Xerces defer-node-expansion optimisation to be disabled.
Modified:
common/branches/jbossws-common-1.0.0.GA_CP/src/main/java/org/jboss/wsf/common/DOMUtils.java
===================================================================
---
common/branches/jbossws-common-1.0.0.GA_CP/src/main/java/org/jboss/wsf/common/DOMUtils.java 2008-11-20
15:42:41 UTC (rev 8767)
+++
common/branches/jbossws-common-1.0.0.GA_CP/src/main/java/org/jboss/wsf/common/DOMUtils.java 2008-11-20
15:47:29 UTC (rev 8768)
@@ -73,7 +73,7 @@
// All elements created by the same thread are created by the same builder and belong
to the same doc
private static ThreadLocal<Document> documentThreadLocal = new
ThreadLocal<Document>();
private static ThreadLocal<DocumentBuilder> builderThreadLocal = new
ThreadLocal<DocumentBuilder>() {
- protected Object initialValue()
+ protected DocumentBuilder initialValue()
{
try
{
Show replies by date