You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2010/06/13 14:58:24 UTC

svn commit: r954216 - /webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml

Author: veithen
Date: Sun Jun 13 12:58:24 2010
New Revision: 954216

URL: http://svn.apache.org/viewvc?rev=954216&view=rev
Log:
Some minor improvements to the User Guide.

Modified:
    webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml

Modified: webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml?rev=954216&r1=954215&r2=954216&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml Sun Jun 13 12:58:24 2010
@@ -596,13 +596,13 @@ System.out.println(documentElement.toStr
             </para>
             <caution>
                 <para>
-                    Axiom implicitly assumes that <classname>XMLInputFactory</classname> and
+                    Axiom 1.2.8 implicitly assumed that <classname>XMLInputFactory</classname> and
                     <classname>XMLOutputFactory</classname> instances are thread safe. This is the case
                     for Woodstox (which is the default StAX implementation used by Axiom), but not
                     e.g. for the StAX implementation shipped with Sun's Java 6 runtime environment.
-                    Therefore you should avoid using <classname>StAXUtils</classname>
+                    Therefore, when using Axiom versions prior to 1.2.9, you should avoid using <classname>StAXUtils</classname>
                     together with a StAX implementation other than Woodstox, especially in a highly
-                    concurrent environment. See
+                    concurrent environment. The issue has been fixed in Axiom 1.2.9. See
                     <ulink url="https://issues.apache.org/jira/browse/WSCOMMONS-489">WSCOMMONS-489</ulink>
                     for more details.
                 </para>
@@ -855,7 +855,7 @@ while (navigator.isNavigable()) {
 <programlisting><![CDATA[<repository>
     <id>apache.snapshots</id>
     <name>Apache Snapshot Repository</name>
-    <url>http://people.apache.org/repo/m2-snapshot-repository</url>
+    <url>http://repository.apache.org/snapshots/</url>
     <releases>
         <enabled>false</enabled>
     </releases>