[Dev] CEP 3.1.0 ALPHA Released!

2014-03-13 Thread Sriskandarajah Suhothayan
WSO2 CEP team is pleased to announce the 3.1.0-ALPHA release. This release is now available for download at http://svn.wso2.org/repos/wso2/people/mohan/CEP_3.1.0_Alpha/wso2cep-3.1.0.zip The documentation site for this release can be found at https://docs.wso2.org/display/CEP310/WSO2+Complex+Event+P

Re: [Dev] Siddhi Query Issue

2014-03-13 Thread Sriskandarajah Suhothayan
you are referring to an older version of Siddhi, try from cseEventStream [ price >= 50] select *symbol, price* insert into StockQuote ; On Thu, Mar 13, 2014 at 4:54 PM, Seshika Fernando wrote: > > Hi Suho, > > I get the following error (copied below) when running the Siddhi > SimpleFilter sa

Re: [Dev] WSO2 BAM 2.4.1-M2

2014-03-05 Thread Sriskandarajah Suhothayan
+1 We can give the stable CEP components before 28th March without HA features Suho On Wed, Mar 5, 2014 at 10:23 PM, Anjana Fernando wrote: > Hi guys, > > So yeah, we are planning to do a Alpha release by next Monday (feature > complete), so with that, lets move forward the release date to 28'

Re: [Dev] Unified carbon component versions

2014-02-05 Thread Sriskandarajah Suhothayan
event-processing components were newly written thats why they have 1.0.x. Since in the new git repo we have to have one version +1 for platform version Suho On Feb 6, 2014 12:14 AM, "Sagara Gunathunga" wrote: > > > > On Thu, Feb 6, 2014 at 12:06 AM, Eranda Sooriyabandara wrote: > >> Hi All, >> A

Re: [Dev] [Architecture] Proposed code repository restructuring & move to GitHub

2014-01-21 Thread Sriskandarajah Suhothayan
elopers of carbon worry >> about. WDYT? > > > Let's bring these dependencies into GitHub or any other repo as & when > needed. The changes we make to such dependencies need to be minimized. > > >> >> Thanks >> Eranda >> >> >>> Th

Re: [Dev] [Architecture] Proposed code repository restructuring & move to GitHub

2014-01-21 Thread Sriskandarajah Suhothayan
How about WSO2 Commons projects, E.g Siddhi ? Currently its in commons and under dependencies/commons Where should we have this? I believe projects like Siddhi also need to be top level repos may be "commons-siddhi" and it don't need be in dependencies/commons anymore. WDYT? Suho On Tue, Jan

Re: [Dev] Expand this perhaps? :-)

2014-01-19 Thread Sriskandarajah Suhothayan
Thanks Suho On Jan 20, 2014 10:42 AM, "Jackie Wheeler" wrote: > I've taken a first crack at updating the wikipedia page and removed the > warnings at the top. Feel free to make additional tweaks. > > Cheers, > Jackie > > > On Sun, Jan 19, 2014 at 4:39

Re: [Dev] Expand this perhaps? :-)

2014-01-19 Thread Sriskandarajah Suhothayan
Thanks for pointing out. Moving to dev@ Can we update Wikipedia and point that to our docs/pages? Suho On Jan 19, 2014 11:21 AM, "Nisansa de Silva" wrote: > http://en.wikipedia.org/wiki/WSO2_Carbon > ___ Dev mailing list Dev@wso2.org http://wso2.org

Re: [Dev] [CEP]Do we have String Concatenation Functions in Siddhi?

2014-01-17 Thread Sriskandarajah Suhothayan
I have added that function in the trunk and it will be available from the next release. Suho On Fri, Jan 17, 2014 at 8:21 AM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > Hi Chamila, > > By default CEP does not contains a function for String concatenation.. But > you can achieve t

Re: [Dev] [CEP] Execution plan held in inactive state

2014-01-11 Thread Sriskandarajah Suhothayan
How many event builders do you have? In your Execution Plan your are using the input stream as "org.wso2.log_analyzer.netflow.info1" , hence you should also have a Event Builder outputting org.wso2.log_analyzer.netflow.info1 In your case Event Builder is outputting org.wso2.log_analyzer.out. There

Re: [Dev] [CEP] How to solve "Wrongly formatted event sent" error

2014-01-09 Thread Sriskandarajah Suhothayan
Great Suho On Jan 10, 2014 10:43 AM, "Lasantha Fernando" wrote: > Hi Suho, > > Mohan has already added a note to the doc. Thanks Mohan for adding to > docs.. :-) > > > On 10 January 2014 08:05, Sriskandarajah Suhothayan wrote: > >> Lasantha please add th

Re: [Dev] [CEP] How to solve "Wrongly formatted event sent" error

2014-01-09 Thread Sriskandarajah Suhothayan
Lasantha please add this to the docs too. Suho On Jan 10, 2014 1:15 AM, "Lasantha Fernando" wrote: > Hi, > > For the event builder to be active, the stream to which that builder is > publishing must be defined. Also, for WSO2 events, the incoming stream > definition also must be defined. > > You

Re: [Dev] [G-Reg] code quality improvments and maintanance tasks

2014-01-03 Thread Sriskandarajah Suhothayan
I think based on the current Carbon build model, Since your doing API changes you have to increment the minor version of the component and not the patch version. E.g *4.2.2 to 4.3.0 *and not 4.2.2 to 4.2.3 By doing this, even if your product release get delayed simple bug fixes can be allowed in

Re: [Dev] CEP sample

2013-09-30 Thread Sriskandarajah Suhothayan
ains 2 events when the join happens. Since >>>>>> this is a unidirectional join, events arrive thru the second stream >>>>>> doesn't >>>>>> trigger the join. >>>>>> >>>>>> When the first trigger event arrives: &

Re: [Dev] Logging in CEP components is different from other products

2013-09-30 Thread Sriskandarajah Suhothayan
That was actually done for human readability since its just a console log where fully qualified names fills the screens. The carbon logs are still using the fully qualified names hence thats the one actually used for debugging purposes. Suho On Mon, Sep 30, 2013 at 8:12 PM, Nirmal Fernando wr

Re: [Dev] CEP sample

2013-09-29 Thread Sriskandarajah Suhothayan
ain == t.domain " +" select count(h.ip) as instanceCount, ip, connections insert into outStream for *all-events*"); Regards Suho On Fri, Sep 27, 2013 at 6:16 AM, Sriskandarajah Suhothayan wrote: > Srinath can you send the query and the input please I'll go thro

Re: [Dev] CEP Clearing Event tracer logs completely disable event tracing

2013-09-27 Thread Sriskandarajah Suhothayan
cer. > > > On Sat, Sep 28, 2013 at 10:18 AM, Sriskandarajah Suhothayan > wrote: > >> I think I that's the correct behavior. Can you give more insight. >> >> Suho >> On Sep 27, 2013 9:30 PM, "Nirmal Fernando" wrote: >> >>> Hi All

Re: [Dev] CEP Clearing Event tracer logs completely disable event tracing

2013-09-27 Thread Sriskandarajah Suhothayan
I think I that's the correct behavior. Can you give more insight. Suho On Sep 27, 2013 9:30 PM, "Nirmal Fernando" wrote: > Hi All, > > $Subject. > > Re-enabling tracing in InputEventAdaptor enables the logs again. > > -- > > Thanks & regards, > Nirmal > > Senior Software Engineer- Platform Tech

Re: [Dev] CEP sample

2013-09-27 Thread Sriskandarajah Suhothayan
Hi Suho, >> >> Re attaching Srinath's test case for your reference. >> >> >> Thanks >> Rajeev >> >> >> On Thu, Sep 26, 2013 at 9:03 PM, Sriskandarajah Suhothayan > > wrote: >> >>> please write a test case in siddhi and giv

Re: [Dev] CEP sample

2013-09-26 Thread Sriskandarajah Suhothayan
please write a test case in siddhi and give a patch so I/We can run and see and verify Suho On Thu, Sep 26, 2013 at 12:45 AM, Rajeev Sampath wrote: > > Copying dev list. > > -- Forwarded message -- > From: Rajeev Sampath > Date: Thu, Sep 26, 2013 at 1:12 PM > Subject: Re: CEP

[Dev] WSO2 Committers += RajeevS

2013-09-16 Thread Sriskandarajah Suhothayan
Hi All, It's my pleasure to welcome Rajeev Sampath as a WSO2 Committer. RajeevS has been a contributor to CEP over the last six months contributing greatly to both CEP and Siddhi. In acknowledgement of all his contributions, he's been voted as a WSO2 committer. RajeevS, Keep up the good work! C

[Dev] Exception in shutting down CEP server due to webapp.mgt lazyUnload

2013-09-11 Thread Sriskandarajah Suhothayan
webapp.mgt lazyUnload happens 3 times per webapp when shutting down the server (in both CEP and AS), here on the 1st two times the cleanup is called by the carbon server shutdown hock and the 3rd time by some other thread. In CEP on 3rd time a null pointer is thrown. since the tomcat service is get

[Dev] Kernel build failure

2013-09-02 Thread Sriskandarajah Suhothayan
[INFO] Scanning for projects... [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.wso2.carbon:carbon-kernel-dependents:4.2.0 (/data/wso2/src/4.2.0/kernel/dependencies/pom.xml) has 1 error [ERROR] Child module /data/wso2/src/4.2.0/kernel/dependencies/jettis

[Dev] Welcome Lasantha Fernando as a WSO2 Committer

2013-08-26 Thread Sriskandarajah Suhothayan
Hi All, It is my pleasure to welcome Lasantha Fernando as a WSO2 Committer. Lasantha joined CEP team and have contributed a lot to CEP product, He has also worked on Siddhi adding several improvements successfully. In recognition of his commitment and contributions, he has been voted as a Commit

Re: [Dev] How to get the Hazelcast Instance in carbon

2013-08-21 Thread Sriskandarajah Suhothayan
Thanks Suho On Wed, Aug 21, 2013 at 6:22 PM, Afkham Azeez wrote: > There is a HazelcastInstance OSGi service. Look it up from the OSGi > service registry. > > > On Wed, Aug 21, 2013 at 5:40 PM, Sriskandarajah Suhothayan > wrote: > >> >> H

[Dev] How to get the Hazelcast Instance in carbon

2013-08-21 Thread Sriskandarajah Suhothayan
Hi, For $Subject can you use Hazelcast.getHazelcastInstanceByName() ? Thanks Suho -- *S. Suhothayan * Associate Technical Lead, *WSO2 Inc. *http://wso2.com * * lean . enterprise . middleware *cell: (+94) 779 756 757 | blog: http://suhothayan.blogspot.com/ twitter: http://t

Re: [Dev] Missing stubs in 4.2.0 branch

2013-08-17 Thread Sriskandarajah Suhothayan
Hi we intentionally removed them from branch as they are not used any more we have also removed them from the test.framework api CEP, broker manager and broker components, features and stubs are removed And we have also added the new CEP components Event builder, Event Formatter Event Processor, In

Re: [Dev] CEP Test failures in Branch

2013-08-16 Thread Sriskandarajah Suhothayan
We have updated Siddhi if you find this again please report Thanks Suho On Fri, Aug 16, 2013 at 6:42 PM, Shameera Rathnayaka wrote: > Hi CEP team, > > Please note $Subject > > Results : > > Failed tests: > ConvertTestCase.testConvertFunctionQuery6:249 expected:<135887940> > but was:<13588

Re: [Dev] Grouping latest CEP componets

2013-08-16 Thread Sriskandarajah Suhothayan
After team meeting we decided to move all the components to "event-processing" folder We are about to move that to the branch as CEP will be released with 4.2.1 Thanks Suho On Tue, Aug 13, 2013 at 2:17 PM, Maninda Edirisooriya wrote: > On Sat, Aug 10, 2013 at 9:04 AM, S

Re: [Dev] Is my use case suuported in WSO2 CEP (Siddhi)?

2013-08-12 Thread Sriskandarajah Suhothayan
There is two ways to solve the 1st scenario 1. write an window extension by improving the time window to only send the unique events E.g from connectionStream.window:ext:uniquetime(source_ip,destination_ip,1 min) insert into resultStream count (port) as event count source_ip a2.destination_ip as d

Re: [Dev] Grouping latest CEP componets

2013-08-09 Thread Sriskandarajah Suhothayan
Some of these components are also used by BAM, hence grouping by cep wont be the best option We cant use "event" or "eventing" as they already exist. How about event-processor ? Suho On Fri, Aug 9, 2013 at 11:31 AM, Sameera Jayasoma wrote: > CEP team, > > I've noticed that you guys have added

Re: [Dev] Siddhi QL Specification - Doc Structure

2013-08-05 Thread Sriskandarajah Suhothayan
On Aug 6, 2013 12:12 AM, "Sriskandarajah Suhothayan" wrote: > > +1 these are the things that we need to cover in the test cases > Sorry I mean in the samples > Suho > > On Aug 4, 2013 5:38 AM, "Rajeev Sampath" wrote: >> >> >> On Sat, Aug

Re: [Dev] Siddhi QL Specification - Doc Structure

2013-08-05 Thread Sriskandarajah Suhothayan
graphical content? >>>>> Do you mean like a query tree/flow diagram like thing to explain the >>>>> query? >>>>> >>>>> Yes, As Suho mentioned diagrams gives more detailed idea and also nice >>>> graphical pictures for usecases also, if w

Re: [Dev] Siddhi QL Specification - Doc Structure

2013-08-03 Thread Sriskandarajah Suhothayan
ives more detailed idea and also nice >>> graphical pictures for usecases also, if we can find.. :) >>> >>> Regards, >>> Mohan >>> >>>> Yes, I guess we can introduce something like that to some of the >>>> examples...maybe to mak

Re: [Dev] Siddhi QL Specification - Doc Structure

2013-08-02 Thread Sriskandarajah Suhothayan
ting as well, diagrams can be used to explain how Siddhi will behave when events comes in different intervals Suho > Thanks, > Lasantha > > On 2 August 2013 22:32, Mohanadarshan Vivekanandalingam wrote: > >> >> Hi, >> >> On Fri, Aug 2, 2013 at 6:06 PM, Sr

Re: [Dev] Siddhi QL Specification - Doc Structure

2013-08-02 Thread Sriskandarajah Suhothayan
On Fri, Aug 2, 2013 at 7:02 PM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > > Hi, > > On Fri, Aug 2, 2013 at 6:06 PM, Sriskandarajah Suhothayan > wrote: > >> It good to have a tutorial like structure, but covering all the query >> specifi

Re: [Dev] Improving WSO2 Management Console UI Menus

2013-08-02 Thread Sriskandarajah Suhothayan
"Topics" and call it as "Local Broker" in CEP only because topics gives a wrong meaning in the context of CEP. I think similar requirements will be there in other WSO2 products too. Rerards, Suho > On Thu, Aug 1, 2013 at 11:35 PM, Sriskandarajah Suhothayan > wrot

Re: [Dev] Siddhi QL Specification - Doc Structure

2013-08-02 Thread Sriskandarajah Suhothayan
It good to have a tutorial like structure, but covering all the query specification in that will make it not user-friendly. I think having a proper specification, and brief tutorial guide will be the best case. At the same time using samples we can demonstrate different real life use-cases WDUT?

[Dev] WSO2 Committers += Mohanadarshan Vivekanandalingam

2013-08-01 Thread Sriskandarajah Suhothayan
Hi Folks, Its my pleasure to welcome Mohanadarshan Vivekanandalingam (Mohan) as a WSO2 Committer. He has contributed alot to CEP, already written four components and driving CEP 3.0.0 release. Mohan, welcome aboard and keep up the good work. Thanks. *S. Suhothayan * Associate Technical Lead,

[Dev] Improving WSO2 Management Console UI Menus

2013-08-01 Thread Sriskandarajah Suhothayan
Hi Currently when we install a UI bundle it will automatically add its Menu links on the left hand side of the Management Console. Though this is really powerful it also have a disadvantage when it comes to the common features that are used in most of the products. E.g Eventing this creates a me

Re: [Dev] Cluster initialization delays the server start up by almost 1 minute

2013-07-25 Thread Sriskandarajah Suhothayan
In the Siddhi case its take some time at times when using in distributed set-up. And there use to be logs like [192.168.1.4]:5702 [siddhi5-cluster-1374770850615] ** setting master address to Address[192.168.1.4]:5701 [192.168.1.4]:5702 [siddhi5-cluster-1374770850615] ** setting master address to

Re: [Dev] [Architecture] WSO2 CEP 3.0.0 Milestone 2 Released!

2013-07-16 Thread Sriskandarajah Suhothayan
On Wed, Jul 17, 2013 at 8:15 AM, Samisa Abeysinghe wrote: > > > > On Tue, Jul 16, 2013 at 10:02 AM, Sriskandarajah Suhothayan > wrote: > >> >> >> >> On Tue, Jul 16, 2013 at 5:40 AM, Samisa Abeysinghe wrote: >> >>> >>> >&g

[Dev] Bringing back "carbon.registry.root" carbon property

2013-07-16 Thread Sriskandarajah Suhothayan
Hi, With CEP 3.0.0 effort we are building ESB like samples for CEP where we can up CEP with the sample numbers and run the samples. Here since CEP stores stream definitions (DataBridge Streams) in the governance registry space we are currently having issues isolating a test space from the registr

Re: [Dev] [Architecture] WSO2 CEP 3.0.0 Milestone 2 Released!

2013-07-15 Thread Sriskandarajah Suhothayan
On Tue, Jul 16, 2013 at 5:40 AM, Samisa Abeysinghe wrote: > > > > On Wed, Jul 10, 2013 at 6:31 PM, Mohanadarshan Vivekanandalingam < > mo...@wso2.com> wrote: > >> Hi Cyril, >> >> We are on the way of creating the documentation for CEP 3.0.0... >> > > If there are no docs on the features shipped w

Re: [Dev] [Architecture] WSO2 CEP 3.0.0 Milestone 2 Released!

2013-07-14 Thread Sriskandarajah Suhothayan
On Jul 12, 2013 10:00 PM, "Srinath Perera" wrote: > > Lets add a jira, and fix that. > > --Srinath > > > On Fri, Jul 12, 2013 at 9:55 PM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: >> >> Hi, >> >> Yes that's true, But at the moment we don't have any time associated with "not occurren

[Dev] Event Stats for CEP

2013-07-11 Thread Sriskandarajah Suhothayan
For input/output transport adaptors, event builder, event formatter and event processor components of CEP We are adding some simple statistics feature to monitor the following total event count max event per sec avg event per sec min evnets per sec count on last sec last min

Re: [Dev] Removing Siddhi versions from trunk

2013-07-08 Thread Sriskandarajah Suhothayan
All the commons projects go with the versions. The reason is they have a different trunk[1] [1]https://svn.wso2.org/repos/wso2/trunk/commons/ On Jul 8, 2013 1:02 PM, "Kasun Gajasinghe" wrote: > Hi, > > Currently, Siddhi has 2.0.0-wso2v1 and 2.0.0-wso2v4 versions in trunk. Can > we remove one p

Re: [Dev] [Test Failures] Siddhi-core in trunk

2013-07-05 Thread Sriskandarajah Suhothayan
Working on this Suho On Jul 6, 2013 10:06 AM, "Sameera Jayasoma" wrote: > Please fix. > > Results : > > Failed tests: > TraceTestCase.testFilterQuery1:102 null > SnapshotOutputRateLimitTestCase.testSnapshotOutputRateLimitQuery1:79 > Event arrived expected: but was: > SnapshotOutputRateLimi

Re: [Dev] Icons for modules in CEP 3.0.0

2013-07-05 Thread Sriskandarajah Suhothayan
Thanks they were great Suho On Fri, Jul 5, 2013 at 10:31 PM, Chanaka Jayasena wrote: > Sorry.. missed that. > > thanks, > Chanaka > > > On Fri, Jul 5, 2013 at 8:36 PM, Sriskandarajah Suhothayan > wrote: > >> Thanks for the icons >> >> You have mis

Re: [Dev] Icons for modules in CEP 3.0.0

2013-07-05 Thread Sriskandarajah Suhothayan
Thanks for the icons You have missed the 6) Event Tracer - Magnifier on top of a star Thanks Suho On Fri, Jul 5, 2013 at 8:22 PM, Chanaka Jayasena wrote: > Hi Suho, > > The icons are attached. > > thanks, > Chanaka > > [image: Inline image 8] > -- *S. Suhothayan * Associate Technical Lea

Re: [Dev] Icons for modules in CEP 3.0.0

2013-07-04 Thread Sriskandarajah Suhothayan
On Thu, Jul 4, 2013 at 6:38 PM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > > Hi Chanaka, > > As per the offline chat, I'm sending the details about the icons that we > need for the CEP 3.0.0.. > > 1) Input Transport Adaptor - Transport Icon that we used in ESB, A piczo > puzzle an

Re: [Dev] Hazelcast instance available as an OSGi service

2013-07-02 Thread Sriskandarajah Suhothayan
On Jul 2, 2013 4:12 PM, "Afkham Azeez" wrote: > > I have exposed the System Hazelcast instance as an OSGi service. This HazelcastInstance is the one which is created when clustering is enabled. > > Please make sure you use this instance if you want to use Hazelcast in your components. The service

[Dev] WSO2 CEP 3.0.0 Milestone 1 Released!

2013-06-26 Thread Sriskandarajah Suhothayan
*WSO2 Complex Event Processor 3.0.0 Milestone 1 Released!* Date : 27th Jun 2013 This milestone is available at : https://svn.wso2.org/repos/wso2/people/suho/packs/cep/3.0.0/wso2cep-3.0.0-M1.zip To run the samples please follow the read-me, wso2cep-2.0.0/samples/cep-samples/ReadMe.txt *Following

Re: [Dev] [Architecture] Improving Data Publisher Mediator to replace BAM Mediator

2013-06-17 Thread Sriskandarajah Suhothayan
t; +1 > > > On Sun, Jun 16, 2013 at 5:56 PM, Maninda Edirisooriya wrote: > >> >> On Sun, Jun 16, 2013 at 3:21 PM, Sriskandarajah Suhothayan > > wrote: >> >>> >>> >>> >>> On Sun, Jun 16, 2013 at 12:11 PM, Maninda Edirisoori

Re: [Dev] Improving Data Publisher Mediator to replace BAM Mediator

2013-06-16 Thread Sriskandarajah Suhothayan
to the UI and there is no way to automate this process 4. Improve the usability in UI and configurations I might be wrong, sometime eventing might not fall under BAM mediator at all, in that case we can have two mediators solving two scenarios. Suho >> >> On Fri, Jun 14, 2013 at 9:3

Re: [Dev] Improving Data Publisher Mediator to replace BAM Mediator

2013-06-14 Thread Sriskandarajah Suhothayan
ESB. Could Suho and >> you can have a chat? >> >> If it has all functionalities of the other, then it can replace. >> Otherwise, we have to merge. >> >> --Srinath >> >> >> On Thu, Jun 13, 2013 at 12:45 PM, Maninda Edirisooriya >> wrote

[Dev] Improving Data Publisher Mediator to replace BAM Mediator

2013-06-12 Thread Sriskandarajah Suhothayan
Currently there are lots of usability issues with BAM mediator, hence as an alternative we came up with the Data Publisher Mediator[1] as part of a client engagement. Data Publisher Mediator uses LoadBalancingDataPublisher to send events to BAM/CEP endpoints and it also supports XML configuration.

Re: [Dev] Using Hazelcast in the Carbon platform

2013-06-11 Thread Sriskandarajah Suhothayan
siddhi-core uses Hazelcast, In Siddhi we also need to improve the way we use cache We can have a discussion on this Suho On Tue, Jun 11, 2013 at 7:20 PM, Afkham Azeez wrote: > Folks, > If you have components which use Hazelcast or are planning on using > Hazelcast, please make sure that you us

Re: [Dev] Need to add Hazelcast 2.5.wso2v1 to orbit

2013-06-10 Thread Sriskandarajah Suhothayan
On Mon, Jun 10, 2013 at 1:48 PM, Afkham Azeez wrote: > Folks, > Can somebody let me know how to do this? I seem to have forgotten the > process, and everuthing looks very confusing. Some orbit bundles are in > trunk, some are in different branches... it is not easy to find where the > Hazelcast o

[Dev] Statue of Event Processor Component

2013-06-06 Thread Sriskandarajah Suhothayan
Hi Rajeev, Please update $Subject please Thanks Suho -- *S. Suhothayan * Associate Technical Lead, Management Committee Member, Data Technologies Team, *WSO2 Inc. *http://wso2.com * * lean . enterprise . middleware *cell: (+94) 779 756 757 | blog: http://suhothayan.blogspot

Re: [Dev] WSO2 Committers += Gihan Anuruddha

2013-05-20 Thread Sriskandarajah Suhothayan
Congratz ! Suho On Tue, May 21, 2013 at 12:04 PM, Inosh Goonewardena wrote: > Congratz Gihan.. > > > On Tue, May 21, 2013 at 11:49 AM, Ananda Manoj Kumara wrote: > >> Congratz Gihan .. >> >> Best Regards.. >> >> >> Manoj Kumara >> Software Engineer >> WSO2, Inc.; http://wso2.com >> >> Twitter:

Re: [Dev] Data publisher publish method wait forever without publishing.

2013-05-19 Thread Sriskandarajah Suhothayan
On Sun, May 19, 2013 at 11:19 PM, Kasun Weranga wrote: > > > > On Sun, May 19, 2013 at 9:32 PM, Sriskandarajah Suhothayan > wrote: > >> This can occur if you are passing Agent into the data-publisher when >> initializing the data-publisher. Currently we have imp

Re: [Dev] Data publisher publish method wait forever without publishing.

2013-05-19 Thread Sriskandarajah Suhothayan
This can occur if you are passing Agent into the data-publisher when initializing the data-publisher. Currently we have improved the code in such away that you don’t need to pass the Agent object at all. If you pass the agent then is might lead to an error condition If that is not the case then we

Re: [Dev] InputTransportMessageConfiguration with exact same parameters can give different objects

2013-05-10 Thread Sriskandarajah Suhothayan
Moving to Dev I found InputTransportMessageConfiguration using ConcurrentHashMap() by default, In my opinion this is over kill we can just go with the HashMap(), If the map implementation also plays a role here, then we have to fix the equal method to handle this appropriately Suho On Sat, May

Re: [Dev] WSO2 Committers += Isuru Haththotuwa

2013-05-09 Thread Sriskandarajah Suhothayan
Congrats :) Suho On Thu, May 9, 2013 at 2:42 PM, Supun Malinga wrote: > Congrats IsuruH! > > > On Thu, May 9, 2013 at 2:39 PM, Maninda Edirisooriya wrote: > >> Condratulations Isuru :-) >> >> * >> Maninda Edirisooriya* >> Software Engineer >> *WSO2, Inc. >> *lean.enterprise.middlew

Re: [Dev] [CEP] Siddhi's current limitations - "Siddhi will not support joining multiple streams." ?

2013-04-10 Thread Sriskandarajah Suhothayan
Thanks for notifying I have edited to "Siddhi does not support joining three or more stream in a single query." Suho On Tue, Apr 9, 2013 at 9:33 PM, Nirmal Fernando wrote: > http://docs.wso2.org/wiki/display/CEP210/Current+Limitations > > AFAIU the wording here is wrong. Siddhi in fact can join

Re: [Dev] Transport Adaptor (Broker) In CEP

2013-04-04 Thread Sriskandarajah Suhothayan
wheel, hence the questions... > > > > On Thu, Apr 4, 2013 at 10:13 PM, Sriskandarajah Suhothayan > wrote: >> >> Further Transport Adopter will also be extended to use other Axis2 >> transports >> >> >> On Thu, Apr 4, 2013 at 10:09 PM, Sriskandarajah

Re: [Dev] Transport Adaptor (Broker) In CEP

2013-04-04 Thread Sriskandarajah Suhothayan
No it will not be Transport Adapter will be using that too Suho On Thu, Apr 4, 2013 at 10:07 PM, Tharindu Mathew wrote: > Will the data bridge be deprecated? > > Sent from my Samsung Galaxy S3 > > On Apr 4, 2013 9:36 PM, "Sriskandarajah Suhothayan" wrote: >> >

Re: [Dev] Transport Adaptor (Broker) In CEP

2013-04-04 Thread Sriskandarajah Suhothayan
Further Transport Adopter will also be extended to use other Axis2 transports On Thu, Apr 4, 2013 at 10:09 PM, Sriskandarajah Suhothayan wrote: > No it will not be Transport Adapter will be using that too > > Suho > > On Thu, Apr 4, 2013 at 10:07 PM, Tharindu Mathew wrote: &

Re: [Dev] Transport Adaptor (Broker) In CEP

2013-04-04 Thread Sriskandarajah Suhothayan
any type of messages > refer the mail in Architecture "CEP 3.0 towards a Complete eventing > solution to the platform" > for more info > > Suho > > On Wed, Apr 3, 2013 at 5:48 PM, Tharindu Mathew wrote: >> Is this going to be part of the data bridge?

Re: [Dev] Transport Adaptor (Broker) In CEP

2013-04-03 Thread Sriskandarajah Suhothayan
e part of the data bridge? > > > On Wed, Apr 3, 2013 at 10:58 AM, Sriskandarajah Suhothayan > wrote: >> >> Thanks Kishanthan for the idea >> We'll give a try to use the appropriate TransportServices to enable the >> user to configure the Axis2 transport via U

Re: [Dev] Transport Adaptor (Broker) In CEP

2013-04-02 Thread Sriskandarajah Suhothayan
Thanks Kishanthan for the idea We'll give a try to use the appropriate TransportServices to enable the user to configure the Axis2 transport via UI at startup/runtime Suho On Wed, Apr 3, 2013 at 9:49 AM, Mohanadarshan Vivekanandalingam < mo...@wso2.com> wrote: > Hi Kishanthan, > > No, we are no

Re: [Dev] [Architecture] [Carbon5] JSON syntax for config files?

2013-03-23 Thread Sriskandarajah Suhothayan
I think Google Gson[1] is a very good choice here, where its very handy when converting back and forth between Config Objects & JSON, with this we don’t need to write the config builder/formatter logic, and it also supports parity printing JSON. Suho [1] http://code.google.com/p/google-gson/ On

Re: [Dev] Managing WSO2 GPL Repo

2013-03-18 Thread Sriskandarajah Suhothayan
ome questions : > Which is the trunk for development? > carbon/platform/trunk How do we build this? > It adheres to the 4.0.0 carbon build structure so same as the main repo > Why there are branches for carbon 3.1.0 and 3.2.0? > Those are the old GPL branches of Carbon 3.x Suh

Re: [Dev] Test failure in Siddhi 2.0.0-wso2v1 in 4.1.0 branch

2013-03-13 Thread Sriskandarajah Suhothayan
der. Can't we fix this to work in any time >>> zone?. >>> >>> thanks, >>> >>> >>> On Wed, Mar 13, 2013 at 12:30 AM, Sriskandarajah Suhothayan < >>> s...@wso2.com> wrote: >>> >>>> >>>> >>&

Re: [Dev] Test failure in Siddhi 2.0.0-wso2v1 in 4.1.0 branch

2013-03-12 Thread Sriskandarajah Suhothayan
Hi Can you get me the full logs Suho On Wed, Mar 13, 2013 at 8:44 AM, Supun Malinga wrote: > Hi Suho, > > Yes. this was in the builder. Can't we fix this to work in any time zone?. > > thanks, > > > On Wed, Mar 13, 2013 at 12:30 AM, Sriskandarajah Suhothayan &g

Re: [Dev] Test failure in Siddhi 2.0.0-wso2v1 in 4.1.0 branch

2013-03-12 Thread Sriskandarajah Suhothayan
On Wed, Mar 13, 2013 at 12:04 AM, Sagara Gunathunga wrote: > > > On Wed, Mar 13, 2013 at 12:01 AM, Sriskandarajah Suhothayan > wrote: > >> I checked out the code from 4.1.0 and ran the build, no issues in my >> machine. >> Are you running this in this builder

Re: [Dev] Test failure in Siddhi 2.0.0-wso2v1 in 4.1.0 branch

2013-03-12 Thread Sriskandarajah Suhothayan
I checked out the code from 4.1.0 and ran the build, no issues in my machine. Are you running this in this builder ? Suho On Tue, Mar 12, 2013 at 10:48 PM, Supun Malinga wrote: > Hi, > > Please have a look urgently. > > Results : > Failed tests: > testQuery2(org.wso2.siddhi.test.clustered.Windo

[Dev] [ANN]WSO2 CEP 2.1.0 Released

2013-02-26 Thread Sriskandarajah Suhothayan
WSO2 Complex Event Processor(WSO2 CEP) 2.1.0 Release Notes 11 Feb 2013 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 Event Processor identifies the most meaningful events within the event

Re: [Dev] [Bamboo-Build] WSO2 Carbon 4.0.x > Products 4.0.7 > #78 has FAILED. Change made by Hasini Gunasinghe, Ruchira Wageesha and Lalaji Sureshika.

2013-02-26 Thread Sriskandarajah Suhothayan
On Wed, Feb 27, 2013 at 7:10 AM, Amila Maha Arachchi wrote: > Also, aren't we done with 4.0.7 release? > > > On Wed, Feb 27, 2013 at 7:09 AM, Amila Maha Arachchi wrote: > >> This build failure complains AM's p2-profile-gen failure due to missing >> carbon.core 4.0.7 jar. Don't we have it? >> > We

Re: [Dev] Fixing DevStudio 3.0.0 CEP plugin.

2013-02-22 Thread Sriskandarajah Suhothayan
prove the existing plugin to support CEP 2.1.0. Suho > On Fri, Feb 22, 2013 at 9:39 PM, Sriskandarajah Suhothayan > wrote: > >> >> Lasantha is working on the $Subject. >> >> Harshana please assign one of your forks to assist him. >> >> Thanks >&g

[Dev] Fixing DevStudio 3.0.0 CEP plugin.

2013-02-22 Thread Sriskandarajah Suhothayan
Lasantha is working on the $Subject. Harshana please assign one of your forks to assist him. Thanks Suho -- *S. Suhothayan * Software Engineer, Data Technologies Team, *WSO2, Inc. **http://wso2.com * *lean.enterprise.middleware.* *email: **s...@wso2.com* * cell: (+94) 779 7

Re: [Dev] Adding registry based stream definition store and making the stream id as :

2013-02-04 Thread Sriskandarajah Suhothayan
hange in the data receiver side. This is totally backward completable with data agents. Suho > > > On Tue, Feb 5, 2013 at 9:26 AM, Buddhika Chamith wrote: > >> >> >> On Tue, Feb 5, 2013 at 1:11 AM, Sriskandarajah Suhothayan >> wrote: >> >>> &g

Re: [Dev] Adding registry based stream definition store and making the stream id as :

2013-02-04 Thread Sriskandarajah Suhothayan
On Tue, Feb 5, 2013 at 1:09 AM, Sriskandarajah Suhothayan wrote: > > > On Mon, Feb 4, 2013 at 7:42 PM, Buddhika Chamith wrote: > >> I have done the required changes. Will commit after doing some testing. >> (Unit tests are passing. There is some issue with integration test

Re: [Dev] Adding registry based stream definition store and making the stream id as :

2013-02-04 Thread Sriskandarajah Suhothayan
On Mon, Feb 4, 2013 at 7:42 PM, Buddhika Chamith wrote: > I have done the required changes. Will commit after doing some testing. > (Unit tests are passing. There is some issue with integration tests). > > Great Suho > Regards > Buddhika > > > On Sun, Feb 3, 2013

Re: [Dev] Build Error - 4.0.7 patch-release - could not find "org.wso2.carbon:org.wso2.carbon.cep.siddhi:jar:4.0.5"

2013-02-03 Thread Sriskandarajah Suhothayan
On Mon, Feb 4, 2013 at 2:08 AM, Hasini Gunasinghe wrote: > I got a similar build error due to cep/org.wso2.carbon.cep.siddhi/4.0.7 > not in the patch release pom. Fixed it with r160741. > > My bad, Thanks for the fix Suho Thanks, > Hasini. > > > On Sat, Feb 2, 2013 at

Re: [Dev] Build Error - 4.0.7 patch-release - could not find "org.wso2.carbon:org.wso2.carbon.cep.siddhi:jar:4.0.5"

2013-02-01 Thread Sriskandarajah Suhothayan
Thanks for reporting Fixed the issue in r160231. Suho On Fri, Feb 1, 2013 at 4:54 PM, Dulanja Liyanage wrote: > Hi, > > $subject. Maven error log is. > > ERROR] Failed to execute goal on project > org.wso2.carbon.cep.server.feature: Could not resolve dependencies for > project org.wso2.carbon:o

Re: [Dev] Why synapse-2.1.1-wso2v3 is in 4.0.7 patch release pom?

2013-01-29 Thread Sriskandarajah Suhothayan
On Tue, Jan 29, 2013 at 4:55 PM, Nuwan Dias wrote: > API Manager is being released as well. It needs synapse-2.1.1-wso2v3. > > +1 thanks for the info Suho > Thanks, > NuwanD. > > > On Tue, Jan 29, 2013 at 4:46 PM, Sriskandarajah Suhothayan > wrote: > >>

[Dev] Why synapse-2.1.1-wso2v3 is in 4.0.7 patch release pom?

2013-01-29 Thread Sriskandarajah Suhothayan
$Subject. I found only IS,BAM,MB & CEP is being released under 4.0.7 do we need synapse-2.1.1-wso2v3 too? Suho -- *S. Suhothayan * Software Engineer, Data Technologies Team, *WSO2, Inc. **http://wso2.com * *lean.enterprise.middleware.* *email: **s...@wso2.com* * cell: (+94)

Re: [Dev] [BUILD FAILED] WSO2 Carbon 4.0.x - Products 4.0.6 build #60

2013-01-17 Thread Sriskandarajah Suhothayan
Though bamboo says its new failures They are not because of our commit. It looks like those tests are related to ESB and they are failing randomly EBS forks please do have a look Thanks, Suho On Fri, Jan 18, 2013 at 10:30 AM, Maheshika Goonetilleke wrote: > Hi Suho & Lakmali > > Products 4.0.6

Re: [Dev] Where to put a new Axis2 transport in a carbon server

2013-01-14 Thread Sriskandarajah Suhothayan
On Tue, Jan 15, 2013 at 4:18 AM, Srinath Perera wrote: > Hi All, > > I am writting a new Axis2 transport for CEP server. Where should I put it? > > Should I create a carbon component or should put > to repository/ component/lib? It will go in axis2.xml, so I think it is > needed in the classpath

Re: [Dev] [Bamboo-Build] WSO2 Carbon 4.0.x > Platform 4.0.6 > #30 has FAILED (1 tests failed, no failures were new). Change made by hasithah and dushan.

2013-01-09 Thread Sriskandarajah Suhothayan
On Wed, Jan 9, 2013 at 9:38 PM, Amila Maha Arachchi wrote: > Hi Suho, > > multipleDefnConversionFromJSON test is failing. Please have a look. > > Thanks, I have fixed it. Suho > On Wed, Jan 9, 2013 at 9:22 PM, Bamboo wrote: > >> [image: Failed] WSO2 Carbon >> 4.0.x

Re: [Dev] [Architecture] Sending arbitrary key value pairs via data publishers

2013-01-02 Thread Sriskandarajah Suhothayan
alue pair belongs to. I have implemented the above, and now this need to be integrated with BAM and CEP, Note, this is backward completable and it has no changes to the definition Regards, Suho On Wed, Jan 2, 2013 at 12:11 PM, Sriskandarajah Suhothayan wrote: > > > On Mon, Dec 10, 20

[Dev] WSO2 Complex Event Processor 2.0.1 Released

2012-12-18 Thread Sriskandarajah Suhothayan
WSO2 Complex Event Processor (WSO2 CEP) 2.0.1 Release Notes 18 Dec 2012 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 Event Processor identifies the most meaningful events within the even

Re: [Dev] Build break @ org.wso2.carbon.cep.server.feature

2012-12-13 Thread Sriskandarajah Suhothayan
Fixed in r 151723. Suho On Fri, Dec 14, 2012 at 9:50 AM, Muhammed Shariq wrote: > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time: 24:

Re: [Dev] Build Failure - Broker Manager Feature

2012-12-12 Thread Sriskandarajah Suhothayan
fixed thanks for reporting Suho On Thu, Dec 13, 2012 at 11:52 AM, Isuru Udana wrote: > [INFO] > > [INFO] BUILD FAILURE > [INFO] > > [INFO] Total time

Re: [Dev] [Bamboo-Build] WSO2 Carbon 4.0.x - Nightly > Kernel_4.0.5 > #20 has FAILED

2012-12-03 Thread Sriskandarajah Suhothayan
This issue is their form build #16 Dushan is looking into this Suho On Tue, Dec 4, 2012 at 10:15 AM, Krishantha Samaraweera wrote: > Axis2 integration tests are failing. Can someone please have a look. > > Thanks, > Krishantha. > > On Tue, Dec 4, 2012 at 2:48 AM, Bamboo wrote: > >> [image

Re: [Dev] Build failure in Components

2012-11-22 Thread Sriskandarajah Suhothayan
The bamboo is building fine Are you building 4.0.5 ? Suho On Fri, Nov 23, 2012 at 9:43 AM, Ishan Somasiri wrote: > Some import statements are missing. > > > > [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile >> (default-compile) on project org.wso2.

Re: [Dev] siddhi-core build fails

2012-10-09 Thread Sriskandarajah Suhothayan
There have been no changes in the Siddhi code for a long time. I believe this test failure is at a time based test case Please send me the surefire-reports reports to better understand this. Thanks Suho On Wed, Oct 10, 2012 at 11:43 AM, Samisa Abeysinghe wrote: > [ERROR] Failed to execute goal

Re: [Dev] [Bamboo-Build] WSO2 Carbon BRANCH > Platform_4.0.2 > #459 has FAILED. Change made by eranda and amilam.

2012-10-09 Thread Sriskandarajah Suhothayan
On Wed, Oct 10, 2012 at 9:29 AM, Samisa Abeysinghe wrote: > > > On Wed, Oct 10, 2012 at 9:10 AM, Amila Maha Arachchi wrote: > >> I see some modules as 'SKIPPED' in the middle of the list. Normally if a >> module breaks the build, build should stop and all the modules scheduled >> after that shoul

<    1   2   3   4   5   >