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/02/21 21:40:38 UTC

svn commit: r629978 - in /webservices/axis2/trunk/java/modules/jaxws: src/org/apache/axis2/jaxws/framework/JAXWSOldDeployer.java test-resources/axis2.xml

Author: dims
Date: Thu Feb 21 12:40:37 2008
New Revision: 629978

URL: http://svn.apache.org/viewvc?rev=629978&view=rev
Log:
get rid of the old one and cleanup axis2.xml a bit

Removed:
    webservices/axis2/trunk/java/modules/jaxws/src/org/apache/axis2/jaxws/framework/JAXWSOldDeployer.java
Modified:
    webservices/axis2/trunk/java/modules/jaxws/test-resources/axis2.xml

Modified: webservices/axis2/trunk/java/modules/jaxws/test-resources/axis2.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/test-resources/axis2.xml?rev=629978&r1=629977&r2=629978&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/test-resources/axis2.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws/test-resources/axis2.xml Thu Feb 21 12:40:37 2008
@@ -60,14 +60,8 @@
     <!-- Following parameter will completely disable REST handling in Axis2-->
     <parameter name="disableREST" locked="true">false</parameter>
 
-    <!--POJO deployer , this will alow users to drop .class file and make that into a service-->
-    <deployer extension=".class" directory="pojo" class="org.apache.axis2.deployment.POJODeployer"/>
-    
-    <!--JAXWS deployer, this will allow users to drop .war files and have them deployed as a service --> 
-    <deployer extension=".war" directory="wars" class="org.apache.axis2.jaxws.framework.JAXWSDeployer"/>
-    
-    <!--JAXWSOld deployer for servicejars, this will allow users to drop .war files and have them deployed as a service -->
-    <deployer extension=".jar" directory="servicejars" class="org.apache.axis2.jaxws.framework.JAXWSOldDeployer"/>
+    <!--JAXWS deployer for servicejars, this will allow users to drop .jar files and have them deployed as a service -->
+    <deployer extension="jar" directory="servicejars" class="org.apache.axis2.jaxws.framework.JAXWSDeployer"/>
     
     <!-- Following parameter will set the host name for the epr-->
     <!--<parameter name="hostname" locked="true">myhost.com</parameter>-->



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