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 de...@apache.org on 2005/08/15 08:02:10 UTC

svn commit: r232764 - in /webservices/axis/trunk/java/modules/core: src/org/apache/axis2/description/ServiceDescription.java webapp/HappyAxis.jsp webapp/viewphases.jsp

Author: deepal
Date: Sun Aug 14 23:01:21 2005
New Revision: 232764

URL: http://svn.apache.org/viewcvs?rev=232764&view=rev
Log:
fixing speling mistakes

Modified:
    webservices/axis/trunk/java/modules/core/src/org/apache/axis2/description/ServiceDescription.java
    webservices/axis/trunk/java/modules/core/webapp/HappyAxis.jsp
    webservices/axis/trunk/java/modules/core/webapp/viewphases.jsp

Modified: webservices/axis/trunk/java/modules/core/src/org/apache/axis2/description/ServiceDescription.java
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/src/org/apache/axis2/description/ServiceDescription.java?rev=232764&r1=232763&r2=232764&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/src/org/apache/axis2/description/ServiceDescription.java (original)
+++ webservices/axis/trunk/java/modules/core/src/org/apache/axis2/description/ServiceDescription.java Sun Aug 14 23:01:21 2005
@@ -121,8 +121,8 @@
                 ModuleDescription modu = (ModuleDescription) iterator.next();
                 if (modu.getName().equals(moduleref.getName())) {
                     throw new AxisFault(moduleref.getName().getLocalPart() +
-                            " module has alredy engaged to the seevice" +
-                            "  operation terminated !!!");
+                            " module has alredy been engaged on the service. " +
+                            " Operation terminated !!!");
                 }
 
             }

Modified: webservices/axis/trunk/java/modules/core/webapp/HappyAxis.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/webapp/HappyAxis.jsp?rev=232764&r1=232763&r2=232764&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/webapp/HappyAxis.jsp (original)
+++ webservices/axis/trunk/java/modules/core/webapp/HappyAxis.jsp Sun Aug 14 23:01:21 2005
@@ -438,8 +438,10 @@
     %>
     <p>
     <font color="blue" >
-    Found the echo service and Axis2 is working properly, and now you can drop any web service in
-    to axis2/WEB-INF/service and check it is working.and got the following result
+    Found the Axis2 default Version service and Axis2 is working properly.Now you can drop any web service in
+    to axis2/WEB-INF/service and check it is working.
+
+    While invoking the version service got the following out put.
     <br>
        <%= value%> </font>
        </p>

Modified: webservices/axis/trunk/java/modules/core/webapp/viewphases.jsp
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/webapp/viewphases.jsp?rev=232764&r1=232763&r2=232764&view=diff
==============================================================================
--- webservices/axis/trunk/java/modules/core/webapp/viewphases.jsp (original)
+++ webservices/axis/trunk/java/modules/core/webapp/viewphases.jsp Sun Aug 14 23:01:21 2005
@@ -49,33 +49,33 @@
          </blockquote>
          <b>InFaultFlow </b>
          <blockquote>
-         <%
-             tempList = (ArrayList)phases.get(1);
-             for (int i = 0; i < tempList.size(); i++) {
-                 String phase = (String) tempList.get(i);
-         %><%=phase%><br><%
-             }
-         %>
+<%--         <%--%>
+<%--             tempList = (ArrayList)phases.get(1);--%>
+<%--             for (int i = 0; i < tempList.size(); i++) {--%>
+<%--                 String phase = (String) tempList.get(i);--%>
+<%--         %><%=phase%><br><%--%>
+<%--             }--%>
+<%--         %>--%>
          </blockquote>
          <b>OutFlow </b>
          <blockquote>
-         <%
-             tempList = (ArrayList)phases.get(2);
-             for (int i = 0; i < tempList.size(); i++) {
-                 String phase = (String) tempList.get(i);
-         %><%=phase%><br><%
-             }
-         %>
+<%--         <%--%>
+<%--             tempList = (ArrayList)phases.get(2);--%>
+<%--             for (int i = 0; i < tempList.size(); i++) {--%>
+<%--                 String phase = (String) tempList.get(i);--%>
+<%--         %><%=phase%><br><%--%>
+<%--             }--%>
+<%--         %>--%>
          </blockquote>
          <b>OutFaultFlow </b>
          <blockquote>
-         <%
-             tempList = (ArrayList)phases.get(3);
-             for (int i = 0; i < tempList.size(); i++) {
-                 String phase = (String) tempList.get(i);
-         %><%=phase%><br><%
-             }
-         %>
+<%--         <%--%>
+<%--             tempList = (ArrayList)phases.get(3);--%>
+<%--             for (int i = 0; i < tempList.size(); i++) {--%>
+<%--                 String phase = (String) tempList.get(i);--%>
+<%--         %><%=phase%><br><%--%>
+<%--             }--%>
+<%--         %>--%>
          </blockquote>
          <br>
          <hr>