You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ru...@apache.org on 2006/05/04 19:28:18 UTC

svn commit: r399782 - in /webservices/axis2/trunk/java/modules: core/src/org/apache/axis2/description/AxisService2OM.java samples/resources/security/README.txt

Author: ruchithf
Date: Thu May  4 10:28:14 2006
New Revision: 399782

URL: http://svn.apache.org/viewcvs?rev=399782&view=rev
Log:
- Added instructions in the README.txt to get the security sample working on JDK 1.5
- Corrected a typo


Modified:
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService2OM.java
    webservices/axis2/trunk/java/modules/samples/resources/security/README.txt

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService2OM.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService2OM.java?rev=399782&r1=399781&r2=399782&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService2OM.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/description/AxisService2OM.java Thu May  4 10:28:14 2006
@@ -802,7 +802,7 @@
                 Policy p = reg.lookup(policyURIString);
                 
                 if(p == null) {
-                    throw new Exception("POlicy not found for uri : " + policyURIString);
+                    throw new Exception("Policy not found for uri : " + policyURIString);
                 }
                 
                 ByteArrayOutputStream baos = new ByteArrayOutputStream();

Modified: webservices/axis2/trunk/java/modules/samples/resources/security/README.txt
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/samples/resources/security/README.txt?rev=399782&r1=399781&r2=399782&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/samples/resources/security/README.txt (original)
+++ webservices/axis2/trunk/java/modules/samples/resources/security/README.txt Thu May  4 10:28:14 2006
@@ -40,4 +40,7 @@
 BUILD SUCCESSFUL
 Total time: XX seconds
 
+If you are using JDK 1.5, please download and copy xalan-2.7.0.jar to axis2/WEB-INF/lib/ and samples/security/lib.
+xalan-2.7.0 - http://www.apache.org/dist/java-repository/xalan/jars/xalan-2.7.0.jar
+
 If you want to see the signed and encrypted messages fireup tcpmon and change the securitySample ant task in the samples directory to set the required port number.