You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by re...@apache.org on 2014/01/09 17:29:31 UTC

[1/2] git commit: adding InstanceCleanupNotificationService as soap service

Updated Branches:
  refs/heads/master be7764ef3 -> a87541e1c


adding InstanceCleanupNotificationService as soap service


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/96825e1d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/96825e1d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/96825e1d

Branch: refs/heads/master
Commit: 96825e1d167a0017144fa90d3d5e0c523734dafc
Parents: 19d9500
Author: rekathiru <rt...@gmail.com>
Authored: Thu Jan 9 21:51:10 2014 +0530
Committer: rekathiru <rt...@gmail.com>
Committed: Thu Jan 9 21:51:10 2014 +0530

----------------------------------------------------------------------
 .../src/main/resources/META-INF/services.xml      | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/96825e1d/components/org.apache.stratos.manager/src/main/resources/META-INF/services.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.manager/src/main/resources/META-INF/services.xml b/components/org.apache.stratos.manager/src/main/resources/META-INF/services.xml
index d317f85..8435bf7 100644
--- a/components/org.apache.stratos.manager/src/main/resources/META-INF/services.xml
+++ b/components/org.apache.stratos.manager/src/main/resources/META-INF/services.xml
@@ -73,4 +73,22 @@
     	</parameter>
 	</service>
 
+    <service name="InstanceCleanupNotificationService" scope="transportsession">
+		<schema schemaNamespace="http://org.apache.axis2/xsd"
+			elementFormDefaultQualified="true" />
+		<transports>
+			<transport>https</transport>
+		</transports>
+		<description>
+			Instance cleanup notification
+        </description>
+		<parameter name="ServiceClass">org.apache.stratos.manager.service.InstanceCleanupNotificationService</parameter>
+		<parameter name="enableMTOM">true</parameter>
+		<parameter name="adminService" locked="true">false</parameter>
+		<parameter name="hiddenService" locked="true">false</parameter>
+		<parameter name="AuthorizationAction" locked="false">
+			/permission/admin/manage/modify/webapp
+    	</parameter>
+	</service>
+
 </serviceGroup>


[2/2] git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos

Posted by re...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-stratos


Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/a87541e1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/a87541e1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/a87541e1

Branch: refs/heads/master
Commit: a87541e1c2faf6325fa3a7b8536e012cfc305a9b
Parents: 96825e1 be7764e
Author: rekathiru <rt...@gmail.com>
Authored: Thu Jan 9 21:59:28 2014 +0530
Committer: rekathiru <rt...@gmail.com>
Committed: Thu Jan 9 21:59:28 2014 +0530

----------------------------------------------------------------------
 .../stratos/messaging/event/topology/ClusterRemovedEvent.java  | 2 +-
 .../health/stat/GradientOfLoadAverageMessageProcessor.java     | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------