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 di...@apache.org on 2008/04/18 15:06:22 UTC

svn commit: r649515 - in /webservices/axis2/trunk/java/modules: distribution/pom.xml jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/MethodMarshallerUtils.java

Author: dims
Date: Fri Apr 18 06:06:20 2008
New Revision: 649515

URL: http://svn.apache.org/viewvc?rev=649515&view=rev
Log:
sync with branch

Modified:
    webservices/axis2/trunk/java/modules/distribution/pom.xml
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/MethodMarshallerUtils.java

Modified: webservices/axis2/trunk/java/modules/distribution/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/distribution/pom.xml?rev=649515&r1=649514&r2=649515&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/distribution/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/distribution/pom.xml Fri Apr 18 06:06:20 2008
@@ -331,7 +331,6 @@
                                 <mkdir dir="target/tmp-repository"/>
                                 <mkdir dir="target/tmp-repository/modules"/>
                                 <mkdir dir="target/tmp-repository/services"/>
-                                <mkdir dir="target/tmp-repository/rmiservices"/>
 
                                 <copy file="../../modules/soapmonitor/target/soapmonitor-${version}.mar"
                                       tofile="target/tmp-repository/modules/soapmonitor-${soapmonitor.mar.version}.mar"/>

Modified: webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/MethodMarshallerUtils.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/MethodMarshallerUtils.java?rev=649515&r1=649514&r2=649515&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/MethodMarshallerUtils.java (original)
+++ webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/marshaller/impl/alt/MethodMarshallerUtils.java Fri Apr 18 06:06:20 2008
@@ -1338,7 +1338,7 @@
                                  TreeSet<String> packages, 
                                  String packagesKey) throws AxisFault {
         
-        // The information is registered on the AxisService.
+        // The information is registered on the AxisOperation.
         if (mc == null ||
             mc.getAxisMessageContext() == null ||
             mc.getAxisMessageContext().getAxisService() == null ||



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