diff --git a/README.md b/README.md index 2fd9b35d..1b6e05f9 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ System Requirements 4. To compile and run the sample clients, an Ant version is required. Ant 1.7.0 version is recommended 5. To build WSO2 CEP from the Source distribution, it is necessary that you have JDK 1.7 version or later and Maven 3.0.4 or later -For more details see http://docs.wso2.com/display/CEP400/Installation+Prerequisites +For more details see http://docs.wso2.com/display/CEP410/Installation+Prerequisites Installation & Running ---------------------- @@ -77,7 +77,7 @@ Installation & Running username : admin password : admin -For more details see https://docs.wso2.com/display/CEP400/Installing+the+Product +For more details see https://docs.wso2.com/display/CEP410/Installing+the+Product Running Samples --------------- @@ -85,7 +85,7 @@ WSO2 CEP server can be started with the sample mode To start with sample mode run ./wso2cep-samples.sh -sn or wso2cep-samples.bat -sn in the bin directory Example, to run sample 0001: ./wso2cep-samples.sh -sn 0001 -For more details see https://docs.wso2.com/display/CEP400/Samples+Guide . +For more details see https://docs.wso2.com/display/CEP410/Samples+Guide . **For further details, see the WSO2 Complex Event Processor documentation at http://docs.wso2.com/complex-event-processor** diff --git a/modules/distribution/INSTALL.txt b/modules/distribution/INSTALL.txt index 7c11873b..3b94c9cb 100644 --- a/modules/distribution/INSTALL.txt +++ b/modules/distribution/INSTALL.txt @@ -1,7 +1,7 @@ -Installing WSO2 Complex Event Processor (CEP) 4.0.0 +Installing WSO2 Complex Event Processor (CEP) 4.1.0 =================================================================== -(1) WSO2 Complex Event Processor 4.0.0 can run in standalone mode. +(1) WSO2 Complex Event Processor 4.1.0 can run in standalone mode. Standalone Mode @@ -56,7 +56,7 @@ System Requirements JDK 1.7 version or later and Maven 3.0.4 or later For more details see -http://docs.wso2.com/display/CEP400/Installation+Prerequisites +http://docs.wso2.com/display/CEP410/Installation+Prerequisites (2) Running Samples ------------------- @@ -66,4 +66,4 @@ CEP server can also start with the sample mode (Note : dashboard will not work i Example, to run sample 0001: ./wso2cep-samples.sh -sn 0001 CEP samples are available at CARBON_HOME/samples directory. -The instructions to run sample are given at https://docs.wso2.com/display/CEP400/Samples+Guide . \ No newline at end of file +The instructions to run sample are given at https://docs.wso2.com/display/CEP410/Samples+Guide . \ No newline at end of file diff --git a/modules/distribution/README.txt b/modules/distribution/README.txt index a1cfb8b7..6977f081 100644 --- a/modules/distribution/README.txt +++ b/modules/distribution/README.txt @@ -1,8 +1,8 @@ ================================================================================ - WSO2 Complex Event Processing Server 4.0.0 + WSO2 Complex Event Processing Server 4.1.0 ================================================================================ -Welcome to the WSO2 CEP 4.0.0 release +Welcome to the WSO2 CEP 4.1.0 release WSO2 CEP is a lightweight and easy-to-use Open Source Complex Event Processing Server (CEP) is available under the Apache Software License v2.0. WSO2 Complex @@ -96,7 +96,7 @@ You can use the carbon Feature management Console and add the back end runtime f For more information on installation read INSTALL.txt. -WSO2 CEP 4.0.0 Binary Distribution Directory Structure +WSO2 CEP 4.1.0 Binary Distribution Directory Structure ========================================================== @@ -196,7 +196,7 @@ WSO2 CEP 4.0.0 Binary Distribution Directory Structure This document contains information on installing WSO2 CEP - release-notes.html - Release information for WSO2 CEP 4.0.0 + Release information for WSO2 CEP 4.1.0 Secure sensitive information in carbon configuration files @@ -298,7 +298,7 @@ Crypto Notice For further details, see theWSO2 Complex Event Processor documentation at -https://docs.wso2.com/display/CEP400/WSO2+Complex+Event+Processor+Documentation +https://docs.wso2.com/display/CEP410/WSO2+Complex+Event+Processor+Documentation --------------------------------------------------------------------------- (c) Copyright 2015 WSO2 Inc. \ No newline at end of file diff --git a/modules/distribution/release-notes.html b/modules/distribution/release-notes.html index 2f7c75dc..49ee67c4 100644 --- a/modules/distribution/release-notes.html +++ b/modules/distribution/release-notes.html @@ -17,14 +17,14 @@ - WSO2 Complex Event Processor 4.0.0 Release + <title>WSO2 Complex Event Processor 4.1.0 Release Notes -

WSO2 Complex Event Processor(WSO2 CEP) 4.0.0 +

WSO2 Complex Event Processor(WSO2 CEP) 4.1.0 Release Notes

18 Sep 2015

@@ -60,8 +60,8 @@

18 Sep 2015

The WIKI based documentation is available at - - https://docs.wso2.com/display/CEP400/WSO2+Complex+Event+Processor+Documentation + + https://docs.wso2.com/display/CEP410/WSO2+Complex+Event+Processor+Documentation

diff --git a/modules/distribution/src/assembly/filter.properties b/modules/distribution/src/assembly/filter.properties index 935440c1..0a6776c4 100644 --- a/modules/distribution/src/assembly/filter.properties +++ b/modules/distribution/src/assembly/filter.properties @@ -17,6 +17,6 @@ product.name=WSO2 Complex Event Processor product.key=CEP default.server.role=ComplexEventProcessor -product.version=4.0.0 +product.version=4.1.0 carbon.version=4.4.0-SNAPSHOT -cep.version=4.0.0 +cep.version=4.1.0 diff --git a/modules/integration/tests-integration/tests/src/test/java/org/wso2/carbon/integration/test/client/util/BasicDataSource.java b/modules/integration/tests-integration/tests/src/test/java/org/wso2/carbon/integration/test/client/util/BasicDataSource.java index 2812fb73..e7c5b42b 100644 --- a/modules/integration/tests-integration/tests/src/test/java/org/wso2/carbon/integration/test/client/util/BasicDataSource.java +++ b/modules/integration/tests-integration/tests/src/test/java/org/wso2/carbon/integration/test/client/util/BasicDataSource.java @@ -38,7 +38,7 @@ public Connection getConnection() throws SQLException { //String prefix = FrameworkPathUtil.getCarbonHome(); // H2_CONNECTION_URL = "jdbc:h2:"+prefix+"/repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000"; - //H2_CONNECTION_URL = "jdbc:h2:/home/mohan/SVN_Files/git-repo/product-cep/modules/distribution/target/wso2cep-4.0.0-SNAPSHOT/repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000;AUTO_SERVER=TRUE"; + //H2_CONNECTION_URL = "jdbc:h2:/home/mohan/SVN_Files/git-repo/product-cep/modules/distribution/target/wso2cep-4.1.0-SNAPSHOT/repository/database/WSO2CARBON_DB;DB_CLOSE_ON_EXIT=FALSE;LOCK_TIMEOUT=60000;AUTO_SERVER=TRUE"; try { Class.forName(H2_DRIVER_CLASS); diff --git a/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/StormTestCase/ManagerServiceTestCase/axis2.xml b/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/StormTestCase/ManagerServiceTestCase/axis2.xml index c0130bf4..312dc8eb 100644 --- a/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/StormTestCase/ManagerServiceTestCase/axis2.xml +++ b/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/StormTestCase/ManagerServiceTestCase/axis2.xml @@ -69,10 +69,10 @@ axis2modules - WSO2 Complex Event Processor-4.0.0 + WSO2 Complex Event Processor-4.1.0 - WSO2 Complex Event Processor-4.0.0 + WSO2 Complex Event Processor-4.1.0 diff --git a/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/metrics/carbon.xml b/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/metrics/carbon.xml index 9cbd9aaf..5be73257 100644 --- a/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/metrics/carbon.xml +++ b/modules/integration/tests-integration/tests/src/test/resources/artifacts/CEP/metrics/carbon.xml @@ -37,7 +37,7 @@ - 4.0.0 + 4.1.0