You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by gd...@apache.org on 2005/09/08 21:28:02 UTC

svn commit: r279602 - /webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/OMOutputImpl.java

Author: gdaniels
Date: Thu Sep  8 12:27:59 2005
New Revision: 279602

URL: http://svn.apache.org/viewcvs?rev=279602&view=rev
Log:
We need the newer version of stax-1.1.1-dev.jar for this to work without duplicated namespaces.  Backing this change out for the moment until we have access to a good version of that in a solid repository.

Modified:
    webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/OMOutputImpl.java

Modified: webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/OMOutputImpl.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/OMOutputImpl.java?rev=279602&r1=279601&r2=279602&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/OMOutputImpl.java (original)
+++ webservices/axis2/trunk/java/modules/xml/src/org/apache/axis2/om/impl/OMOutputImpl.java Thu Sep  8 12:27:59 2005
@@ -1,4 +1,4 @@
-	/*
+/*
  * Copyright 2004,2005 The Apache Software Foundation.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
@@ -86,7 +86,7 @@
             this.charSetEncoding = DEFAULT_CHAR_SET_ENCODING;
 
         XMLOutputFactory factory = XMLOutputFactory.newInstance();
-        factory.setProperty("javax.xml.stream.isRepairingNamespaces", Boolean.TRUE);
+//        factory.setProperty("javax.xml.stream.isRepairingNamespaces", Boolean.TRUE);
         if (doOptimize) {
             bufferedSoapOutStream = new ByteArrayOutputStream();
             xmlWriter = factory.createXMLStreamWriter(bufferedSoapOutStream,