You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/12/21 12:54:28 UTC

svn commit: r489333 - /webservices/axis2/branches/java/1_1/xdocs/faq.html

Author: thilina
Date: Thu Dec 21 03:54:24 2006
New Revision: 489333

URL: http://svn.apache.org/viewvc?view=rev&rev=489333
Log:
Addding the "running Axis2 with java6 section"

Modified:
    webservices/axis2/branches/java/1_1/xdocs/faq.html

Modified: webservices/axis2/branches/java/1_1/xdocs/faq.html
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/xdocs/faq.html?view=diff&rev=489333&r1=489332&r2=489333
==============================================================================
--- webservices/axis2/branches/java/1_1/xdocs/faq.html (original)
+++ webservices/axis2/branches/java/1_1/xdocs/faq.html Thu Dec 21 03:54:24 2006
@@ -29,9 +29,9 @@
   <li>General
     <ul>
       <li><a href="#a1">I'm having a problem using Axis2. What should I do?</a></li>
-      <li><a href="#a2">What is OMElement, What does it represents?</a></li>
-      <li><a href="#a3">Integration security tests fail with JDK 1.5<br>
-        </a></li>
+      <!--li><a href="#a2">What is OMElement, What does it represents?</a></li-->
+      <li><a href="#a3">Integration security tests fail with JDK 1.5</a></li>
+       <li><a href="#a4">Axis2 is not working with Java 6</a></li>
         
     </ul>
   </li>
@@ -108,6 +108,15 @@
     <p>NOTE: For Windows XP the correct version can be found using 'java
     -version'. The correct file is JRE (typically c:\Program
     Files\Java\jre&lt;version&gt;\lib\security\java.security.</p>
+  </li>
+    <li><a name="a4"></a><strong>Axis2 is not working with Java 6</strong><br>
+
+    <p>You have to copy the stax-api jar in the axis2 distribution
+     into your JRE's endorsed directory (see info on endorsed directory
+     here -<a href="http://java.sun.com/j2se/1.4.2/docs/guide/standards/">
+     http://java.sun.com/j2se/1.4.2/docs/guide/standards/</a>).</p>
+    <p>This issue can also be resolved by copying the stax-api jar to tomcat's 
+    common/endorsed folder, when deploying Axis2 in tomcat,</p>
   </li>
 </ol>
 



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org