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/401ac386 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/401ac386 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/401ac386 Branch: refs/heads/docker-grouping-merge Commit: 401ac386f224226af91a5a11a6fff3691cba2c12 Parents: 529b725 Author: Asiri LIyana Arachchi <[email protected]> Authored: Wed Nov 5 13:12:46 2014 +0530 Committer: Lahiru Sandaruwan <[email protected]> Committed: Wed Nov 5 13:22:57 2014 +0530 ---------------------------------------------------------------------- .../modules/distribution/src/main/conf/siddhi/siddhi.extension | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/401ac386/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..896d92f 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,6 @@ -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 +org.apache.stratos.cep.extension.ConcatWindowProcessor +org.apache.stratos.cep.extension.MemeberRequestHandlingCapabilityWindowProcessor +
