Author: nandana
Date: Sun May 18 09:51:29 2008
New Revision: 657583
URL: http://svn.apache.org/viewvc?rev=657583&view=rev
Log:
RAMPART-167 Added info about downloading bouncy castle jars to the README.txt
Modified:
webservices/rampart/trunk/java/release-docs/README.txt
Modified: webservices/rampart/trunk/java/release-docs/README.txt
URL:
http://svn.apache.org/viewvc/webservices/rampart/trunk/java/release-docs/README.txt?rev=657583&r1=657582&r2=657583&view=diff
==============================================================================
--- webservices/rampart/trunk/java/release-docs/README.txt (original)
+++ webservices/rampart/trunk/java/release-docs/README.txt Sun May 18 09:51:29
2008
@@ -32,6 +32,12 @@
under the your JDK version as Java(TM) Cryptography Extension (JCE) Unlimited
Strength Jurisdiction Policy Files.
+Bouncy castle jars are no longer shipped with Rampart binary distribution
+due some patent issues.But as bouncy castle jars are necessary for Rampart,
users
+will have to manually download and copy the bouncy castle jar corresponding the
+relevant JDK. Bouncy castle jars can be downloaded from
+http://www.bouncycastle.org/latest_releases.html
+
Before you try any of the samples make sure you
1.) Have the Axis2 standard binary distribution downloaded and extracted.