You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stratos.apache.org by im...@apache.org on 2013/12/18 19:35:52 UTC

[1/2] git commit: Temp. fix to change port separate in event subscriber

Updated Branches:
  refs/heads/master 360e0ca9a -> 13a672acf


Temp. fix to change port separate in event subscriber


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

Branch: refs/heads/master
Commit: 0cf2a8a39e8c145e809f23d15ff047289c2133d5
Parents: b38067f
Author: Imesh Gunaratne <im...@apache.org>
Authored: Thu Dec 19 00:05:29 2013 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Thu Dec 19 00:05:29 2013 +0530

----------------------------------------------------------------------
 .../org/apache/stratos/cartridge/agent/event/subscriber/Main.java   | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/0cf2a8a3/products/cartridge-agent/modules/event-subscriber/src/main/java/org/apache/stratos/cartridge/agent/event/subscriber/Main.java
----------------------------------------------------------------------
diff --git a/products/cartridge-agent/modules/event-subscriber/src/main/java/org/apache/stratos/cartridge/agent/event/subscriber/Main.java b/products/cartridge-agent/modules/event-subscriber/src/main/java/org/apache/stratos/cartridge/agent/event/subscriber/Main.java
index 2914eec..0cd1d2f 100644
--- a/products/cartridge-agent/modules/event-subscriber/src/main/java/org/apache/stratos/cartridge/agent/event/subscriber/Main.java
+++ b/products/cartridge-agent/modules/event-subscriber/src/main/java/org/apache/stratos/cartridge/agent/event/subscriber/Main.java
@@ -119,6 +119,7 @@ public class Main {
         if (StringUtils.isBlank(ports)) {
             throw new RuntimeException("No ports found");
         }
+        ports = ports.replace("|", ",");
         String[] portsArray = ports.split(",");
 
         long startTime = System.currentTimeMillis();


[2/2] git commit: Merge remote-tracking branch 'origin/master'

Posted by im...@apache.org.
Merge remote-tracking branch 'origin/master'


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

Branch: refs/heads/master
Commit: 13a672acf2566949ede983eb4bce936c235d0d79
Parents: 0cf2a8a 360e0ca
Author: Imesh Gunaratne <im...@apache.org>
Authored: Thu Dec 19 00:05:45 2013 +0530
Committer: Imesh Gunaratne <im...@apache.org>
Committed: Thu Dec 19 00:05:45 2013 +0530

----------------------------------------------------------------------
 .../stratos/cli/RestCommandLineService.java     | 24 ++++++++++----------
 .../extension/FaultHandlingWindowProcessor.java |  2 +-
 2 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------