Fixing startup error Signed-off-by: Lahiru Sandaruwan <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/d6e00c8d Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/d6e00c8d Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/d6e00c8d Branch: refs/heads/docker-grouping-merge Commit: d6e00c8d893577f4d8526299b436939ef281b383 Parents: 60929a1 Author: Asiri LIyana Arachchi <[email protected]> Authored: Wed Nov 5 12:56:33 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Wed Nov 5 13:22:57 2014 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/conf/siddhi/siddhi.extension | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/d6e00c8d/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension ---------------------------------------------------------------------- diff --git a/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension b/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension index 1841787..2431f41 100644 --- a/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension +++ b/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension @@ -1,5 +1,4 @@ org.apache.stratos.cep.extension.ConcatWindowProcessor -org.apache.stratos.cep.extension.MemeberRequestHandlingCapabilityWindowProcessor org.apache.stratos.cep.extension.GradientFinderWindowProcessor org.apache.stratos.cep.extension.SecondDerivativeFinderWindowProcessor org.apache.stratos.cep.extension.FaultHandlingWindowProcessor
