Author: keith
Date: Tue Jul 15 02:01:51 2008
New Revision: 19307
URL: http://wso2.org/svn/browse/wso2?view=rev&revision=19307

Log:
Unlocking to disableRest parameter needed for mashup-941


Modified:
   trunk/mashup/java/modules/core/conf/axis2.xml
   trunk/mashup/java/modules/core/conf/axis2alternate.xml
   trunk/mashup/java/modules/javascriptdeployer/test-resources/repo/axis2.xml
   
trunk/mashup/java/modules/javascriptdeployer/test-resources/repoWithDescriptor/axis2.xml

Modified: trunk/mashup/java/modules/core/conf/axis2.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/core/conf/axis2.xml?rev=19307&r1=19306&r2=19307&view=diff
==============================================================================
--- trunk/mashup/java/modules/core/conf/axis2.xml       (original)
+++ trunk/mashup/java/modules/core/conf/axis2.xml       Tue Jul 15 02:01:51 2008
@@ -73,7 +73,7 @@
        </parameter>
 
     <!-- Following parameter will completely disable REST handling in both the 
servlets-->
-    <parameter name="disableREST" locked="true">false</parameter>
+    <parameter name="disableREST">false</parameter>
 
     <parameter name="Sandesha2StorageManager">inmemory</parameter>
 

Modified: trunk/mashup/java/modules/core/conf/axis2alternate.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/core/conf/axis2alternate.xml?rev=19307&r1=19306&r2=19307&view=diff
==============================================================================
--- trunk/mashup/java/modules/core/conf/axis2alternate.xml      (original)
+++ trunk/mashup/java/modules/core/conf/axis2alternate.xml      Tue Jul 15 
02:01:51 2008
@@ -71,7 +71,7 @@
        </parameter>
 
     <!-- Following parameter will completely disable REST handling in both the 
servlets-->
-    <parameter name="disableREST" locked="true">false</parameter>
+    <parameter name="disableREST">false</parameter>
 
     <parameter name="Sandesha2StorageManager">inmemory</parameter>
 

Modified: 
trunk/mashup/java/modules/javascriptdeployer/test-resources/repo/axis2.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/javascriptdeployer/test-resources/repo/axis2.xml?rev=19307&r1=19306&r2=19307&view=diff
==============================================================================
--- trunk/mashup/java/modules/javascriptdeployer/test-resources/repo/axis2.xml  
(original)
+++ trunk/mashup/java/modules/javascriptdeployer/test-resources/repo/axis2.xml  
Tue Jul 15 02:01:51 2008
@@ -79,7 +79,7 @@
     <parameter name="enableRESTInAxis2MainServlet" 
locked="true">false</parameter>
 
     <!-- Following parameter will completely disable REST handling in both the 
servlets-->
-    <parameter name="disableREST" locked="true">false</parameter>
+    <parameter name="disableREST">false</parameter>
 
     <!-- This will disable the separate servlet we have for REST handling. -->
     <parameter name="disableSeparateEndpointForREST" 
locked="true">false</parameter>

Modified: 
trunk/mashup/java/modules/javascriptdeployer/test-resources/repoWithDescriptor/axis2.xml
URL: 
http://wso2.org/svn/browse/wso2/trunk/mashup/java/modules/javascriptdeployer/test-resources/repoWithDescriptor/axis2.xml?rev=19307&r1=19306&r2=19307&view=diff
==============================================================================
--- 
trunk/mashup/java/modules/javascriptdeployer/test-resources/repoWithDescriptor/axis2.xml
    (original)
+++ 
trunk/mashup/java/modules/javascriptdeployer/test-resources/repoWithDescriptor/axis2.xml
    Tue Jul 15 02:01:51 2008
@@ -79,7 +79,7 @@
     <parameter name="enableRESTInAxis2MainServlet" 
locked="true">false</parameter>
 
     <!-- Following parameter will completely disable REST handling in both the 
servlets-->
-    <parameter name="disableREST" locked="true">false</parameter>
+    <parameter name="disableREST">false</parameter>
 
     <!-- This will disable the separate servlet we have for REST handling. -->
     <parameter name="disableSeparateEndpointForREST" 
locked="true">false</parameter>

_______________________________________________
Mashup-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/mashup-dev

Reply via email to