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/529b725a Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/529b725a Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/529b725a Branch: refs/heads/docker-grouping-merge Commit: 529b725a27ed6d50b3975b607c2e3427efee23d4 Parents: d6e00c8 Author: Asiri LIyana Arachchi <[email protected]> Authored: Wed Nov 5 12:57: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 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/529b725a/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 2431f41..1841787 100644 --- a/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension +++ b/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension @@ -1,4 +1,5 @@ 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
