Author: keith
Date: Tue Jan 15 11:08:44 2008
New Revision: 12291

Log:

Adding the admin services to transport session



Modified:
   trunk/mashup/java/modules/admin/service/META-INF/services.xml

Modified: trunk/mashup/java/modules/admin/service/META-INF/services.xml
==============================================================================
--- trunk/mashup/java/modules/admin/service/META-INF/services.xml       
(original)
+++ trunk/mashup/java/modules/admin/service/META-INF/services.xml       Tue Jan 
15 11:08:44 2008
@@ -15,14 +15,14 @@
   -->
 
 <serviceGroup name="wso2mashup-adminService">
-    <service name="MashupAdminServiceUT">
+    <service name="MashupAdminServiceUT" scope="transportsession">
         <Description>
             This service holds the admin operations.
         </Description>
         <parameter 
name="ServiceClass">org.wso2.mashup.admin.service.MashupAdminService</parameter>
         <schema schemaNamespace="http://admin.mashup.wso2.org/xsd"/>
     </service>
-    <service name="MashupAdminServiceIC">
+    <service name="MashupAdminServiceIC" scope="transportsession">
         <Description>
             This service holds the admin operations.
         </Description>

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

Reply via email to