adding CEP default configs

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

Branch: refs/heads/master
Commit: 9868a683341aa1ee2ae0296be8927021ba3f405d
Parents: ebc0949
Author: Nirmal Fernando <[email protected]>
Authored: Sat Mar 22 12:56:40 2014 +0530
Committer: Nirmal Fernando <[email protected]>
Committed: Sat Mar 22 12:56:40 2014 +0530

----------------------------------------------------------------------
 .../conf/default-adaptors/DefaultWSO2EventInputAdaptor.xml  | 9 +++++++++
 .../conf/default-adaptors/DefaultWSO2EventOutputAdaptor.xml | 8 ++++++++
 .../distribution/src/main/conf/siddhi/siddhi.extension      | 1 +
 3 files changed, 18 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9868a683/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventInputAdaptor.xml
----------------------------------------------------------------------
diff --git 
a/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventInputAdaptor.xml
 
b/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventInputAdaptor.xml
new file mode 100644
index 0000000..1451b47
--- /dev/null
+++ 
b/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventInputAdaptor.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+     This adaptor is used by default to send WSO2 events to the CEP server.
+     DO NOT DELETE this file since this file is needed when event 
builder/event formatter 
+     configurations are created using default values.
+-->     
+<inputEventAdaptor name="DefaultWSO2EventInputAdaptor"
+  statistics="disable" trace="disable" type="wso2event" 
xmlns="http://wso2.org/carbon/eventadaptormanager"/>
+

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9868a683/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventOutputAdaptor.xml
----------------------------------------------------------------------
diff --git 
a/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventOutputAdaptor.xml
 
b/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventOutputAdaptor.xml
new file mode 100644
index 0000000..59ba20d
--- /dev/null
+++ 
b/products/stratos/modules/distribution/src/main/conf/default-adaptors/DefaultWSO2EventOutputAdaptor.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<outputEventAdaptor name="DefaultWSO2EventOutputAdaptor"
+  statistics="disable" trace="disable" type="wso2event" 
xmlns="http://wso2.org/carbon/eventadaptormanager";>
+  <property name="username">admin</property>
+  <property name="receiverURL">tcp://localhost:7661</property>
+  <property name="password">admin</property>
+  <property name="authenticatorURL">ssl://localhost:7761</property>
+</outputEventAdaptor>

http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/9868a683/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
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ 
b/products/stratos/modules/distribution/src/main/conf/siddhi/siddhi.extension
@@ -0,0 +1 @@
+

Reply via email to