3 of us had failures :( (even after removing .maven completely) On 9/17/05, Glen Daniels <[EMAIL PROTECTED]> wrote: > Hi dims: > > This shouldn't break anymore - are you sure you were getting the latest > stax jar from dist.codehaus.org? Try cleaning out that jar from your > repo and downloading it again with maven... > > --Glen > > [EMAIL PROTECTED] wrote: > > Author: dims > > Date: Fri Sep 16 20:58:16 2005 > > New Revision: 289699 > > > > URL: http://svn.apache.org/viewcvs?rev=289699&view=rev > > Log: > > revert change that breaks org.apache.axis2.om.AttrNsTest > > > > 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=289699&r1=289698&r2=289699&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 > > Fri Sep 16 20:58:16 2005 > > @@ -87,7 +87,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, > > > > >
-- Davanum Srinivas : http://wso2.com/ - Oxygenating The Web Service Platform
