Author: sagara
Date: Mon Jun 11 15:35:27 2012
New Revision: 1348909

URL: http://svn.apache.org/viewvc?rev=1348909&view=rev
Log:
Changes required for AXIS2-5340.

Modified:
    
axis/axis2/java/sandesha/trunk/modules/interop/src/resources/conf/sec-client-axis2.xml
    
axis/axis2/java/sandesha/trunk/modules/persistence/test-resources/client_axis2.xml
    
axis/axis2/java/sandesha/trunk/modules/persistence/test-resources/server_axis2.xml
    axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_axis2.xml
    
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_mtom_axis2.xml
    axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_axis2.xml
    
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_mtom_axis2.xml

Modified: 
axis/axis2/java/sandesha/trunk/modules/interop/src/resources/conf/sec-client-axis2.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/interop/src/resources/conf/sec-client-axis2.xml?rev=1348909&r1=1348908&r2=1348909&view=diff
==============================================================================
--- 
axis/axis2/java/sandesha/trunk/modules/interop/src/resources/conf/sec-client-axis2.xml
 (original)
+++ 
axis/axis2/java/sandesha/trunk/modules/interop/src/resources/conf/sec-client-axis2.xml
 Mon Jun 11 15:35:27 2012
@@ -56,6 +56,15 @@
     <!-- This will disable the separate servlet we have for REST handling. -->
     <parameter name="disableSeparateEndpointForREST" 
locked="true">false</parameter>
 
+    <!-- ================================================= -->
+    <!-- Deployers -->
+    <!-- ================================================= -->
+
+    <!--Service deployer , this will alow users to deploy AAR or exploded AAR 
as axis2 services-->
+    <deployer extension=".aar" directory="services" 
class="org.apache.axis2.deployment.ServiceDeployer">
+        <serviceBuilderExtension name ="jwsbuilderExt" 
class="org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension"/>
+        <serviceBuilderExtension name ="wsdlbuilderExt" 
class="org.apache.axis2.deployment.WSDLServiceBuilderExtension"/>
+    </deployer>
 
 
     <!-- ================================================= -->

Modified: 
axis/axis2/java/sandesha/trunk/modules/persistence/test-resources/client_axis2.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/persistence/test-resources/client_axis2.xml?rev=1348909&r1=1348908&r2=1348909&view=diff
==============================================================================
--- 
axis/axis2/java/sandesha/trunk/modules/persistence/test-resources/client_axis2.xml
 (original)
+++ 
axis/axis2/java/sandesha/trunk/modules/persistence/test-resources/client_axis2.xml
 Mon Jun 11 15:35:27 2012
@@ -77,6 +77,16 @@
     <!--    </listener>-->
 
     <!-- ================================================= -->
+    <!-- Deployers -->
+    <!-- ================================================= -->
+
+    <!--Service deployer , this will alow users to deploy AAR or exploded AAR 
as axis2 services-->
+    <deployer extension=".aar" directory="services" 
class="org.apache.axis2.deployment.ServiceDeployer">
+        <serviceBuilderExtension name ="jwsbuilderExt" 
class="org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension"/>
+        <serviceBuilderExtension name ="wsdlbuilderExt" 
class="org.apache.axis2.deployment.WSDLServiceBuilderExtension"/>
+    </deployer>
+
+    <!-- ================================================= -->
     <!-- Message Receivers -->
     <!-- ================================================= -->
     <!--This is the deafult MessageReceiver for the system , if you want to 
have MessageReceivers for -->

Modified: 
axis/axis2/java/sandesha/trunk/modules/persistence/test-resources/server_axis2.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/persistence/test-resources/server_axis2.xml?rev=1348909&r1=1348908&r2=1348909&view=diff
==============================================================================
--- 
axis/axis2/java/sandesha/trunk/modules/persistence/test-resources/server_axis2.xml
 (original)
+++ 
axis/axis2/java/sandesha/trunk/modules/persistence/test-resources/server_axis2.xml
 Mon Jun 11 15:35:27 2012
@@ -75,6 +75,18 @@
     <!--    <listener class="org.apache.axis2.ObserverIMPL">-->
     <!--        <parameter name="RSS_URL">http://127.0.0.1/rss</parameter>-->
     <!--    </listener>-->
+    
+    
+    <!-- ================================================= -->
+    <!-- Deployers -->
+    <!-- ================================================= -->
+
+    <!--Service deployer , this will alow users to deploy AAR or exploded AAR 
as axis2 services-->
+    <deployer extension=".aar" directory="services" 
class="org.apache.axis2.deployment.ServiceDeployer">
+        <serviceBuilderExtension name ="jwsbuilderExt" 
class="org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension"/>
+        <serviceBuilderExtension name ="wsdlbuilderExt" 
class="org.apache.axis2.deployment.WSDLServiceBuilderExtension"/>
+    </deployer>
+
 
     <!-- ================================================= -->
     <!-- Message Receivers -->

Modified: 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_axis2.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_axis2.xml?rev=1348909&r1=1348908&r2=1348909&view=diff
==============================================================================
--- 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_axis2.xml 
(original)
+++ 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_axis2.xml 
Mon Jun 11 15:35:27 2012
@@ -77,6 +77,17 @@
     <!--    </listener>-->
 
     <!-- ================================================= -->
+    <!-- Deployers -->
+    <!-- ================================================= -->
+
+    <!--Service deployer , this will alow users to deploy AAR or exploded AAR 
as axis2 services-->
+    <deployer extension=".aar" directory="services" 
class="org.apache.axis2.deployment.ServiceDeployer">
+        <serviceBuilderExtension name ="jwsbuilderExt" 
class="org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension"/>
+        <serviceBuilderExtension name ="wsdlbuilderExt" 
class="org.apache.axis2.deployment.WSDLServiceBuilderExtension"/>
+    </deployer>
+
+
+    <!-- ================================================= -->
     <!-- Message Receivers -->
     <!-- ================================================= -->
     <!--This is the deafult MessageReceiver for the system , if you want to 
have MessageReceivers for -->

Modified: 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_mtom_axis2.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_mtom_axis2.xml?rev=1348909&r1=1348908&r2=1348909&view=diff
==============================================================================
--- 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_mtom_axis2.xml
 (original)
+++ 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/client_mtom_axis2.xml
 Mon Jun 11 15:35:27 2012
@@ -56,6 +56,15 @@
     <!-- This will disable the separate servlet we have for REST handling. -->
     <parameter name="disableSeparateEndpointForREST" 
locked="true">false</parameter>
 
+    <!-- ================================================= -->
+    <!-- Deployers -->
+    <!-- ================================================= -->
+
+    <!--Service deployer , this will alow users to deploy AAR or exploded AAR 
as axis2 services-->
+    <deployer extension=".aar" directory="services" 
class="org.apache.axis2.deployment.ServiceDeployer">
+        <serviceBuilderExtension name ="jwsbuilderExt" 
class="org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension"/>
+        <serviceBuilderExtension name ="wsdlbuilderExt" 
class="org.apache.axis2.deployment.WSDLServiceBuilderExtension"/>
+    </deployer>
 
 
     <!-- ================================================= -->

Modified: 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_axis2.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_axis2.xml?rev=1348909&r1=1348908&r2=1348909&view=diff
==============================================================================
--- 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_axis2.xml 
(original)
+++ 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_axis2.xml 
Mon Jun 11 15:35:27 2012
@@ -75,6 +75,18 @@
     <!--    <listener class="org.apache.axis2.ObserverIMPL">-->
     <!--        <parameter name="RSS_URL">http://127.0.0.1/rss</parameter>-->
     <!--    </listener>-->
+    
+    
+    <!-- ================================================= -->
+    <!-- Deployers -->
+    <!-- ================================================= -->
+
+    <!--Service deployer , this will alow users to deploy AAR or exploded AAR 
as axis2 services-->
+    <deployer extension=".aar" directory="services" 
class="org.apache.axis2.deployment.ServiceDeployer">
+        <serviceBuilderExtension name ="jwsbuilderExt" 
class="org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension"/>
+        <serviceBuilderExtension name ="wsdlbuilderExt" 
class="org.apache.axis2.deployment.WSDLServiceBuilderExtension"/>
+    </deployer>
+
 
     <!-- ================================================= -->
     <!-- Message Receivers -->

Modified: 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_mtom_axis2.xml
URL: 
http://svn.apache.org/viewvc/axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_mtom_axis2.xml?rev=1348909&r1=1348908&r2=1348909&view=diff
==============================================================================
--- 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_mtom_axis2.xml
 (original)
+++ 
axis/axis2/java/sandesha/trunk/modules/tests/test-resources/server_mtom_axis2.xml
 Mon Jun 11 15:35:27 2012
@@ -56,6 +56,15 @@
     <!-- This will disable the separate servlet we have for REST handling. -->
     <parameter name="disableSeparateEndpointForREST" 
locked="true">false</parameter>
 
+    <!-- ================================================= -->
+    <!-- Deployers -->
+    <!-- ================================================= -->
+
+    <!--Service deployer , this will alow users to deploy AAR or exploded AAR 
as axis2 services-->
+    <deployer extension=".aar" directory="services" 
class="org.apache.axis2.deployment.ServiceDeployer">
+        <serviceBuilderExtension name ="jwsbuilderExt" 
class="org.apache.axis2.jaxws.framework.JAXWSServiceBuilderExtension"/>
+        <serviceBuilderExtension name ="wsdlbuilderExt" 
class="org.apache.axis2.deployment.WSDLServiceBuilderExtension"/>
+    </deployer>
 
                
 


Reply via email to