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 ru...@apache.org on 2006/01/10 08:12:43 UTC

svn commit: r367515 - /webservices/axis2/trunk/java/xdocs/faq.html

Author: ruchithf
Date: Mon Jan  9 23:12:39 2006
New Revision: 367515

URL: http://svn.apache.org/viewcvs?rev=367515&view=rev
Log:
Updated the FAQ

Modified:
    webservices/axis2/trunk/java/xdocs/faq.html

Modified: webservices/axis2/trunk/java/xdocs/faq.html
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/xdocs/faq.html?rev=367515&r1=367514&r2=367515&view=diff
==============================================================================
--- webservices/axis2/trunk/java/xdocs/faq.html (original)
+++ webservices/axis2/trunk/java/xdocs/faq.html Mon Jan  9 23:12:39 2006
@@ -20,6 +20,14 @@
     DOM. If you are familiar with DOM or JDOM you can soon get familiarize
     with OM quickly. For more information read<a href="OMTutorial.html">
     Axiom Tutorial</a></p>
+  </li>
+  <li><strong>Integration security tests fail with JDK 1.5</strong></a><br>
+
+    <p>You have to add Bouncy Castle as a JCE provider. Add the following entry to 
+    JDK_HOME/jre/lib/security/java.security file</p>
+    <p>security.provider.7=org.bouncycastle.jce.provider.BouncyCastleProvider</p>
+    <p>security.provider.# will have to be decided depending on the existing entries 
+    in the java.security file</p>
   </li>
 </ol>
 
@@ -56,7 +64,7 @@
     <p>Modules and services have a archive format defined and they are
     automatically picked up by Axis2 when they are copied to corresponding
     folders.</p>
-
+</ol>
     <h1>Maven</h1>
     <ol>
       <li><strong>I just installed maven and it gives an error when I was