Re: [Dev] Two coordinators in one cluster.

2014-09-21 Thread Mohanadarshan Vivekanandalingam
On Sun, Sep 21, 2014 at 7:05 PM, Sajini De Silva saj...@wso2.com wrote: Hi Aruna, Seems like that is the issue. I changed localhost in the axis2.xml file with ip address and now it is working. It is a known bug in latest hazelcast..See mail thread [1] for more info.. [1] [Dev] Hazelcast

Re: [Dev] Why do we have MySQL output event adaptor rather common RDBMS output adaptor?

2014-10-02 Thread Mohanadarshan Vivekanandalingam
On Thu, Oct 2, 2014 at 11:27 AM, Sinthuja Ragendran sinth...@wso2.com wrote: Hi, In CEP, we have MySQL input adaptor [1] to write the event streams to MySQL. But why this is specific to MySQL, and why not have something as common RDBMS? If I want to push my events to H2, or MSSQL, then

Re: [Dev] Custome Function in siddhi query

2014-10-15 Thread Mohanadarshan Vivekanandalingam
On Wed, Oct 15, 2014 at 5:52 PM, Shashika Karunatilaka shashi...@wso2.com wrote: Hi, Hi Shashika, I'm in the process of creating siddhi custom function, its like an aggregate function which inputs a set of data returns a single value. Is there a way i can send data array to my custom

[Dev] Please verify commit the patch

2014-10-17 Thread Mohanadarshan Vivekanandalingam
Hi Team, Can you please verify and commit the patch in [1].. [1] https://wso2.org/jira/browse/APIMANAGER-2830 Thanks, Mohan -- *V. Mohanadarshan* *Software Engineer,* *Data Technologies Team,* *WSO2, Inc. http://wso2.com http://wso2.com * *lean.enterprise.middleware.* email: mo...@wso2.com

Re: [Dev] Frequency extension for CEP - TopK Capacity and processing time relation

2014-10-19 Thread Mohanadarshan Vivekanandalingam
On Sun, Oct 19, 2014 at 8:15 PM, Asok Perera as...@wso2.com wrote: Hi All, I ran several test runs for getting the correlation between 'event processing time' and 'TopK capacity' for Frequency implementation (transformer extension). I have put the stats for each test runs below (Graphs are

Re: [Dev] Please verify commit the patch

2014-10-20 Thread Mohanadarshan Vivekanandalingam
. On Mon, Oct 20, 2014 at 2:50 PM, Kasun Indrasiri ka...@wso2.com wrote: @Chanaka : Can you please check this. On Fri, Oct 17, 2014 at 3:22 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Team, Can you please verify and commit the patch in [1].. [1] https://wso2.org/jira/browse

Re: [Dev] Siddhi Transforemer init() method is get invoked two times

2014-10-23 Thread Mohanadarshan Vivekanandalingam
On Thu, Oct 23, 2014 at 11:36 AM, Rajeevan Vimalanathan rajeev...@wso2.com wrote: Hi, We have written a custom Siddhi transformer for Top-K implementation. When I deploy it with CEP, I could notice that init() method is get called two times. Why is that? Rajeevan, It is a known issue in

[Dev] Add poi-ooxml-3.9.0.wso2v1.jar in to patch 0009 distribution

2014-10-23 Thread Mohanadarshan Vivekanandalingam
Hi Team, poi-ooxml-3.9.0.wso2v1.jar is missed in the patch 0009 distribution and it causes some issues in APIM nightly build pack.. Can you please add it in the patch 0009 bin.xml file [1].. [1] https://svn.wso2.org/repos/wso2/carbon/kernel/branches/4.2.0/patches/patch0009/distribution/bin.xml

Re: [Dev] Add poi-ooxml-3.9.0.wso2v1.jar in to patch 0009 distribution

2014-10-23 Thread Mohanadarshan Vivekanandalingam
Thanks Sameera.. On Thu, Oct 23, 2014 at 4:49 PM, Sameera Jayasoma same...@wso2.com wrote: Fixed. Sameera. On Thu, Oct 23, 2014 at 1:10 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Team, poi-ooxml-3.9.0.wso2v1.jar is missed in the patch 0009 distribution and it causes

Re: [Dev] [CEP] Sending messages to multiple email addresses using CEP output email adapter

2014-10-29 Thread Mohanadarshan Vivekanandalingam
On Thu, Oct 30, 2014 at 1:03 AM, Madhawa Gunasekara madha...@wso2.com wrote: Hi All, Hi Madhawa, I'm working on a traffic analysis project. I just need to send traffic alert messages to subscribers. But email addresses vary according to their subscribed location. As per my understanding

Re: [Dev] Writing a CEP extension to receive a video or image

2014-11-12 Thread Mohanadarshan Vivekanandalingam
On Thu, Nov 13, 2014 at 8:32 AM, Srinath Perera srin...@wso2.com wrote: Adding dev@ Hi Suho, Mohan, Open CV (computer vision library) let you train and build a model that generates an XML file that can be used from a java program to classify video streams (e.g. detect an human, vehicle).

Re: [Dev] Write OMElement to xml with proper indentation

2014-11-17 Thread Mohanadarshan Vivekanandalingam
Can you check the code in [1].. It will help you.. [1] https://svn.wso2.org/repos/wso2/carbon/platform/branches/turing/components/event-stream/event-formatter/org.wso2.carbon.event.formatter.core/1.0.1/src/main/java/org/wso2/carbon/event/formatter/core/internal/util/helper/XmlFormatter.java

Re: [Dev] Getting available CEP streams definitions vai admin services

2014-06-09 Thread Mohanadarshan Vivekanandalingam
Hi Anuruddha, You can get those information from below admin service 1) From Event Stream Manager admin service (use getAllEventStreamInfoDto )

Re: [Dev] Thrift python client for CEP

2014-06-17 Thread Mohanadarshan Vivekanandalingam
Hi Dinesh, Is it possible to share SVN location of the code or point to the relevant code segment .. Thanks, Mohan On Tue, Jun 17, 2014 at 1:34 PM, Dinesh Bandara dine...@wso2.com wrote: Hi, Problem solved. I have used secure implementation and used the 'TSSLSocket' instead of

Re: [Dev] [CEP] Error while dispatching events java.lang.NullPointerException

2014-06-18 Thread Mohanadarshan Vivekanandalingam
Hi Gayashan, Can you meet me Now.. We'll debug and see what went wrong.. Thanks, Mohan On Wed, Jun 18, 2014 at 12:06 PM, Gayashan Amarasinghe gayas...@wso2.com wrote: Hi all, I've been using the CEP to do some time batch processing with a query similar to this, from

Re: [Dev] [CEP] Error while dispatching events java.lang.NullPointerException

2014-06-18 Thread Mohanadarshan Vivekanandalingam
instance, so i'm not sure whether we can remote debug. :( Gayashan Amarasinghe (sent from mobile) On 18 Jun 2014 12:20, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Gayashan, Can you meet me Now.. We'll debug and see what went wrong.. Thanks, Mohan On Wed, Jun 18, 2014

Re: [Dev] [CEP] Error while dispatching events java.lang.NullPointerException

2014-06-18 Thread Mohanadarshan Vivekanandalingam
: ​The input event stream that is fed to the CEP is not available outside. On Wed, Jun 18, 2014 at 12:28 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Oh i see.. No issue we'll chat later.. Hmm, Is it not reproducible in your local environment?? On Wed, Jun 18, 2014 at 12:26 PM

Re: [Dev] Thrift python client for CEP

2014-06-18 Thread Mohanadarshan Vivekanandalingam
PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Dinesh, Is it possible to share SVN location of the code or point to the relevant code segment .. Thanks, Mohan On Tue, Jun 17, 2014 at 1:34 PM, Dinesh Bandara dine...@wso2.com wrote: Hi, Problem solved. I have used

Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-06-24 Thread Mohanadarshan Vivekanandalingam
Hi Prabath, Are there any issues in merging these changes.. It is one of a blocker to build a proper pack from github.. Appreciate for a quick response.. Thanks, Mohan On Fri, Jun 6, 2014 at 8:17 AM, Prabath Abeysekera praba...@wso2.com wrote: Hi Lasantha, Will do. Cheers, Prabath

[Dev] Fwd: Issue in Identity components

2014-06-24 Thread Mohanadarshan Vivekanandalingam
Hi Team, I am getting below issue, Is it possible to fix it [INFO] Command line: /bin/sh -c cd /home/mohan/SVN_Files/git-repo/product-cep/modules/p2-profile-gen /usr/local/jdk1.6.0_38/jre/bin/java -jar

Re: [Dev] Fwd: Issue in Identity components

2014-06-24 Thread Mohanadarshan Vivekanandalingam
not upload the artifact - amber-0.22.1358727.wso2v4-20140623.200914-6.jar On Tue, Jun 24, 2014 at 2:47 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Team, I am getting below issue, Is it possible to fix it [INFO] Command line: /bin/sh -c cd /home/mohan/SVN_Files/git-repo

Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-06-24 Thread Mohanadarshan Vivekanandalingam
Thanks a lot Prabath.. Regards, Mohan On Wed, Jun 25, 2014 at 8:51 AM, Prabath Abeysekera praba...@wso2.com wrote: Hi Mohan, This is done. Please check and verify. Cheers, Prabath On Tue, Jun 24, 2014 at 12:05 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Prabath

Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-06-26 Thread Mohanadarshan Vivekanandalingam
Vivekanandalingam mo...@wso2.com wrote: Thanks a lot Prabath.. Regards, Mohan On Wed, Jun 25, 2014 at 8:51 AM, Prabath Abeysekera praba...@wso2.com wrote: Hi Mohan, This is done. Please check and verify. Cheers, Prabath On Tue, Jun 24, 2014 at 12:05 PM, Mohanadarshan Vivekanandalingam mo

Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-06-30 Thread Mohanadarshan Vivekanandalingam
PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Prabath, Sorry, we are still encountering the same issue. It seems issue is not fixed (I have checkout the carbon-storage-management repo and built it).. Is it possible to look into this when you got some time.. Thanks, Mohan

Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-07-02 Thread Mohanadarshan Vivekanandalingam
Hi Prabath Dhanuka, Above changes are not merged to carbon-storage-management of wso2 repo yet... Can you guys please merge those.. Thanks, Mohan On Mon, Jun 30, 2014 at 2:23 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Prabath, I have re checked the changes that you

Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-07-02 Thread Mohanadarshan Vivekanandalingam
Thanks Prabath.. It seems changes are merged to the repo now... Regards, Mohan On Wed, Jul 2, 2014 at 7:22 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Prabath Dhanuka, Above changes are not merged to carbon-storage-management of wso2 repo yet... Can you guys please

[Dev] Java 1.7 support for github repo

2014-07-04 Thread Mohanadarshan Vivekanandalingam
Hi All, Are we planning to do $subject.. ? In CEP, we have developed an adptor which supports for websocket. Here we are using latest jetty version which only supports Java 1.7 according to [1].. But since we have configured jenkins only with java 1.6, this components is getting failed. Is it

[Dev] WSO2 Complex Event Processor 4.0.0-M1 Released

2014-07-04 Thread Mohanadarshan Vivekanandalingam
*WSO2 Complex Event Processor 4.0.0-M1 Released!* WSO2 CEP Team is pleased to announce the release of WSO2 Complex Event Processor (Version - 4.0.0 Milestone 1 ) The Milestone-1 pack is available at [1] Please follow the documentation for more info (which is working in progress) in [2]

Re: [Dev] Please review and merge PR carbon-storage-management#2

2014-07-06 Thread Mohanadarshan Vivekanandalingam
On Thu, Jul 3, 2014 at 12:31 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Thanks Prabath.. It seems changes are merged to the repo now... Regards, Mohan On Wed, Jul 2, 2014 at 7:22 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Prabath Dhanuka, Above

Re: [Dev] Need a suitable java web-socket client library

2014-07-10 Thread Mohanadarshan Vivekanandalingam
[Adding Sagara] Hi Sagara, Can you please comment on Lasantha's Concern. Do we have any issues in using tyrus client because of this license ? Thanks, Mohan On Thu, Jul 10, 2014 at 5:03 PM, Lasantha Fernando lasan...@wso2.com wrote: Hi Dilini, It seems tyrus is licensed under CDDL 1.1

Re: [Dev] Server Startup Error

2014-07-11 Thread Mohanadarshan Vivekanandalingam
Hi, Have you tried by adding below command in wso2server.sh start up script. -javaagent:$CARBON_HOME/repository/components/plugins/jamm_0.2.5.wso2v2.jar \ Refer attached wso2server.sh ... Thanks, Mohan On Fri, Jul 11, 2014 at 2:39 PM, Denuwanthi De Silva denuwan...@wso2.com wrote: Hi,

Re: [Dev] org.wso2.carbon.databridge.cassandra.feature do not have a 4.3.0 counterpart in Github

2014-07-15 Thread Mohanadarshan Vivekanandalingam
Hi Udara, I think there are some databridge features not moved to github. Not only databridge.cassandra.feature, some other databridge features are also missing. Above features are actually required for BAM product. Since BAM team is not doing any active development in github, these are not

Re: [Dev] WSO2 Committers += Sajith Ravindra

2014-07-23 Thread Mohanadarshan Vivekanandalingam
Congrats Sajith..! On Wed, Jul 23, 2014 at 4:49 PM, Rajeev Sampath raje...@wso2.com wrote: Congrats Sajith...! On Wed, Jul 23, 2014 at 3:42 PM, Sriskandarajah Suhothayan s...@wso2.com wrote: Hi All, It's my pleasure to announce Sajith Ravindra as a WSO2 Committer. SajithR has been a

Re: [Dev] ES 1.2.0 server hang-on intermittently - with Carbon 4.3.0

2014-08-14 Thread Mohanadarshan Vivekanandalingam
Hi Chamil, Whether this fix is merged in the git repo.. Above issue is still available in ES latest build packs.. Do you have any idea about this ?? @Ruchira, Is it possible to check on this.. Thanks, Mohan On Tue, Jul 8, 2014 at 11:32 AM, Chamil Jeewantha cha...@wso2.com wrote: Hi Ayesha,

Re: [Dev] WSO2 Committers += Ishara Premadasa

2013-06-21 Thread Mohanadarshan Vivekanandalingam
Congrats Ishara... Regards, Mohan On Fri, Jun 21, 2013 at 10:21 AM, Shammi Jayasinghe sha...@wso2.com wrote: Hi, Its my pleasure to welcome Ishara Premadasa as WSO2 Committer. Ishara has been an excellent contributor for MB 2.1.0 and other related projects over the last few months and

[Dev] Whiteboard pattern sample

2013-06-21 Thread Mohanadarshan Vivekanandalingam
Hi, Is there any code reference where can find proper OSGI white board pattern implemented (serviceTracker) ?? I have got this http://www.osgi.org/wiki/uploads/Links/whiteboard.pdf Is this correct approach (create a thread and running continuously)... Thanks, Mohan -- *V. Mohanadarshan*

Re: [Dev] Whiteboard pattern sample

2013-06-21 Thread Mohanadarshan Vivekanandalingam
, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi, Is there any code reference where can find proper OSGI white board pattern implemented (serviceTracker) ?? I have got this http://www.osgi.org/wiki/uploads/Links/whiteboard.pdf Is this correct approach (create a thread and running continuously

Re: [Dev] Whiteboard pattern sample

2013-06-22 Thread Mohanadarshan Vivekanandalingam
could be done in the Bundle Activator or in the activate method of another Service component. Please feel free to ask any questions if anything is not clear you need further clarifications Azeez On Sat, Jun 22, 2013 at 11:21 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi

Re: [Dev] Whiteboard pattern sample

2013-06-22 Thread Mohanadarshan Vivekanandalingam
service pattern, your blogpost is easily found. Azeez On Sun, Jun 23, 2013 at 10:30 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi, After going through the code... I got the idea and it is working fine... even-though we have implemented this pattern in our code already i

Re: [Dev] Whiteboard pattern sample

2013-06-23 Thread Mohanadarshan Vivekanandalingam
Written a blog post with basic details : http://mohanadarshan.wordpress.com/2013/06/23/osgi-white-board-pattern-with-a-sample/ Regards, Mohan On Sun, Jun 23, 2013 at 10:51 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Oh i see... Thanks... Will write a blog ASAP since i couldn't

Re: [Dev] WSO2 Committers += Inosh Goonewardena

2013-06-27 Thread Mohanadarshan Vivekanandalingam
Congrats Inosh... :) Regards, Mohan On Thu, Jun 27, 2013 at 10:27 AM, Kasun Weranga kas...@wso2.com wrote: Hi all, Its my pleasure to welcome Inosh Goonewardena as a WSO2 Committer. He has made great contributions to WSO2 BAM and other projects during the last few months, Thank you so much

Re: [Dev] Red or Blue ?

2013-07-03 Thread Mohanadarshan Vivekanandalingam
Hi, +1 for blue, since as a typical user when i see red it gives a intention that there is a error or failure.. Regards, Mohan On Wed, Jul 3, 2013 at 11:34 AM, Dimuthu Leelarathne dimut...@wso2.comwrote: Hi, Please give comments. Added screenshots. thanks, dimuthu -- Dimuthu

Re: [Dev] WSO2 Committers += Shafreen Anfar

2013-07-03 Thread Mohanadarshan Vivekanandalingam
Congrats Shafreen : ) Regards, Mohan On Wed, Jul 3, 2013 at 2:07 PM, Vanjikumaran Sivajothy va...@wso2.comwrote: Congrats shafreen :) On Wed, Jul 3, 2013 at 2:03 PM, Kasun Indrasiri ka...@wso2.com wrote: Hi Folks, Its my pleasure to welcome Shafreen Anfar as a WSO2 Committer. He is

Re: [Dev] Icons for modules in CEP 3.0.0

2013-07-05 Thread Mohanadarshan Vivekanandalingam
Thanks a lot Chanaka :) Regards, Mohan On Fri, Jul 5, 2013 at 10:31 PM, Chanaka Jayasena chan...@wso2.com wrote: Sorry.. missed that. thanks, Chanaka On Fri, Jul 5, 2013 at 8:36 PM, Sriskandarajah Suhothayan s...@wso2.comwrote: Thanks for the icons You have missed the 6)

[Dev] WSO2 CEP 3.0.0 Milestone 2 Released!

2013-07-05 Thread Mohanadarshan Vivekanandalingam
*WSO2 Complex Event Processor 3.0.0 Milestone 2 Released!* Date :5th July 2013 This milestone is available at : https://svn.wso2.org/repos/wso2/people/suho/packs/cep/3.0.0/wso2cep-3.0.0-M2.zip To run the samples please follow the read-me, wso2cep-3.0.0/samples/cep-samples/ReadMe.txt Following

Re: [Dev] Transport adaptors code review notes

2013-07-10 Thread Mohanadarshan Vivekanandalingam
HI All, As per the review, we have done some improvements to the Transport Adaptor Component and wiring between the components. 1) We have done the deployment time wiring between the components and so far it is working fine and we are testing the approach further... 2) We have merge the

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

2013-07-10 Thread Mohanadarshan Vivekanandalingam
the cost of this requirement, so feel free to turn it down if it is prohibitive. Maybe eventTables will allow one to simulate this ? thanks, Cyril On Fri, Jul 5, 2013 at 10:47 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: *WSO2 Complex Event Processor 3.0.0 Milestone 2

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

2013-07-12 Thread Mohanadarshan Vivekanandalingam
Perera srin...@wso2.com wrote: Hi Mohan, Is there a time period associated with not occurrence? I think we need to have that or we will fill up the disk and slow it down as time passes. --Srinath On Wed, Jul 10, 2013 at 6:31 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Cyril

[Dev] Build Failure - kernal/trunk/core/org.wso2.carbon.registry.api

2013-07-25 Thread Mohanadarshan Vivekanandalingam
Hi, I'm getting the following exception when building the kernal in clean repo. java.lang.NoClassDefFoundError: org/sonatype/aether/graph/DependencyFilter at java.lang.Class.getDeclaredConstructors0(Native Method) at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389) at

Re: [Dev] WSO2 Committers += Vanjikumaran Sivajothy

2013-07-26 Thread Mohanadarshan Vivekanandalingam
Congrats... :) Regards, Mohan ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Can we compile DevS with maven3?

2013-07-29 Thread Mohanadarshan Vivekanandalingam
Hi, There are some compatibility issues with the maven 3.1.0 which released on July... We have mentioned regarding this, in the following Dev mail thread [Dev] Build Failure - kernal/trunk/core/org.wso2.carbon.registry.api It is a known compatibility issue with the Sonatype Aether Regards,

[Dev] Axis2 SMS Transport

2013-08-01 Thread Mohanadarshan Vivekanandalingam
Hi, Is any WSO2 product using Axis2 SMS transport ?? Or any idea about, whether this transport works.. I have found the link [1] but it is not updated after Dec 2009.. [1] http://axis.apache.org/axis2/java/transports/sms.html Or Any suggestions regarding SMS transport that we can use ??

Re: [Dev] Axis2 SMS Transport

2013-08-01 Thread Mohanadarshan Vivekanandalingam
. On Thu, Aug 1, 2013 at 7:21 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi, Is any WSO2 product using Axis2 SMS transport ?? Or any idea about, whether this transport works.. I have found the link [1] but it is not updated after Dec 2009.. [1] http://axis.apache.org/axis2

Re: [Dev] Siddhi QL Specification - Doc Structure

2013-08-02 Thread Mohanadarshan Vivekanandalingam
Hi, On Fri, Aug 2, 2013 at 6:06 PM, Sriskandarajah Suhothayan s...@wso2.comwrote: It good to have a tutorial like structure, but covering all the query specification in that will make it not user-friendly. +1. Yes, That's right... It is better to add some graphical content without only going

Re: [Dev] Siddhi QL Specification - Doc Structure

2013-08-02 Thread Mohanadarshan Vivekanandalingam
to understand some concepts like sequences/partitions etc.? Thanks, Lasantha On 2 August 2013 22:32, Mohanadarshan Vivekanandalingam mo...@wso2.comwrote: Hi, On Fri, Aug 2, 2013 at 6:06 PM, Sriskandarajah Suhothayan s...@wso2.comwrote: It good to have a tutorial like structure

Re: [Dev] Siddhi QL Specification - Doc Structure

2013-08-03 Thread Mohanadarshan Vivekanandalingam
August 2013 23:17, Mohanadarshan Vivekanandalingam mo...@wso2.comwrote: On Fri, Aug 2, 2013 at 10:47 PM, Lasantha Fernando lasan...@wso2.comwrote: +1 for the brief tutorial + full specification approach. That will give the best of both... @Mohan, can you elaborate on how we should provide

[Dev] Crucible Project for Code-Review

2013-08-08 Thread Mohanadarshan Vivekanandalingam
Hi Maheshika, Can you please create separate crucible projects for the following SVN locations. Event Builder - https://svn.wso2.org/repos/wso2/carbon/platform/trunk/components/event-builder/ Event Processor - https://svn.wso2.org/repos/wso2/carbon/platform/trunk/components/event-processor/

[Dev] Invitation: Code Review - Event Builder Event Formatter @ Mon Aug 12, 2013 2:30pm - 5:30pm (mo...@wso2.com)

2013-08-08 Thread Mohanadarshan Vivekanandalingam
BEGIN:VCALENDAR PRODID:-//Google Inc//Google Calendar 70.9054//EN VERSION:2.0 CALSCALE:GREGORIAN METHOD:REQUEST BEGIN:VEVENT DTSTART:20130812T09Z DTEND:20130812T12Z DTSTAMP:20130809T055359Z ORGANIZER;CN=Mohanadarshan Vivekanandalingam:mailto:mo...@wso2.com

Re: [Dev] Invitation: Code review - Siddhi event tables @ Tue Aug 13, 2013 3pm - 4pm (mo...@wso2.com)

2013-08-13 Thread Mohanadarshan Vivekanandalingam
Fernando • Prabath Abeysekera • Sriskandarajah Suhothayan • Mohanadarshan Vivekanandalingam • Anjana Fernando Going? ***Yeshttps://www.google.com/calendar/event?action=RESPONDeid=bDRkaWgwamxraDBtdDF1Mm92Mzh2dGkxcjggbW9oYW5Ad3NvMi5jb20rst=1tok

[Dev] Exception when running samples related to databridge

2013-08-15 Thread Mohanadarshan Vivekanandalingam
Hi, I'm getting the following exception when trying to run a sample in newly build CEP 3.0.0... [2013-08-16 10:33:47,274] ERROR {org.apache.thrift.server.TThreadPoolServer} - Error occurred during processing of message. java.lang.NullPointerException: Tenant domain has not been set in

Re: [Dev] Exception when running samples related to databridge

2013-08-16 Thread Mohanadarshan Vivekanandalingam
an associated CC. Azeez On Fri, Aug 16, 2013 at 11:11 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi, I'm getting the following exception when trying to run a sample in newly build CEP 3.0.0... [2013-08-16 10:33:47,274] ERROR {org.apache.thrift.server.TThreadPoolServer

Re: [Dev] Missing stubs in 4.2.0 branch

2013-08-17 Thread Mohanadarshan Vivekanandalingam
Hi, CEP 3.0.0 which is going to release with 4.2.1 branch is a complete re-write.. It is completely have new components... Those components are not using these service stubs.. I think we can remove these stubs from the test framework... Regards, Mohan On Sat, Aug 17, 2013 at 1:49 PM,

Re: [Dev] COMPILATION ERROR : carbon/platform/branches/4.2.0/components/event-processing/event-processor

2013-08-18 Thread Mohanadarshan Vivekanandalingam
Hi Bhathiya, Have you build siddhi component which is inside the platform/dependencies/commons/siddhi/2.0.0-wso2v4... Please get an up and build that... It will solve the issue... Regards, Mohan On Sun, Aug 18, 2013 at 11:31 AM, Bhathiya Jayasekara bhath...@wso2.comwrote: [ERROR]

Re: [Dev] Welcome Rajeeva Uthayasangar as a WSO2 Committer

2013-08-25 Thread Mohanadarshan Vivekanandalingam
Congrats Rajeeva !!! Regards, Mohan On Mon, Aug 26, 2013 at 10:11 AM, Sinthuja Ragendran sinth...@wso2.comwrote: Congratz rajeeva!! :) Thanks, Sinthuja. On Mon, Aug 26, 2013 at 2:00 AM, Harshana Martin harsh...@wso2.comwrote: Hi All, It is our pleasure to welcome Rajeeva

Re: [Dev] WSO2 Committers += Gokul

2013-08-28 Thread Mohanadarshan Vivekanandalingam
Congrats Gokul !!! Regards, Mohan On Wed, Aug 28, 2013 at 6:11 PM, Manoj Kumara ma...@wso2.com wrote: Congratulations Gokul ... Best Regards.. Manoj Kumara Software Engineer WSO2, Inc.; http://wso2.com Twitter: http://twitter.com/ManKuma Mobile: +94713448188 On Wed, Aug 28,

[Dev] Meeting Notes - Product Review of CEP

2013-08-29 Thread Mohanadarshan Vivekanandalingam
Hi All, We (CEP Team) had a product review meeting with Paul regarding the CEP 3.0.0 and future on 29th August 2013. Please find the meeting notes below.. *Things Discussed* - Architecture of CEP 3.0.0 - User interfaces of the CEP 3.0.0 - Naming conventions used in CEP -

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

2013-09-12 Thread Mohanadarshan Vivekanandalingam
Hi All, Above issue is occurring in the lazyUnload method in webapp-mgt. This occurs because of not properly unloading the osgi bundles. After having a offline chat with Azeez, We have put a simple null check before unload the the webapp and commit a new version of org.wso2.carbon.webapp.mgt

Re: [Dev] Chunk-02 build failure in components/event-processing/event-output-adaptor

2013-09-13 Thread Mohanadarshan Vivekanandalingam
Hi Bhathiya, Have you got an svn up in the stubs.. If not please take an up and see.. We have done a clean repo build yesterday in builder machine but it is working.. Regards, Mohan.. On Fri, Sep 13, 2013 at 12:05 PM, Bhathiya Jayasekara bhath...@wso2.com wrote: [INFO] BUILD FAILURE [INFO]

Re: [Dev] Cant assign more than one role to a user.

2013-09-13 Thread Mohanadarshan Vivekanandalingam
Hi All, CEP 3.0.0 RC3 pack also contains similar issue... Chathurika has reported this issue in https://wso2.org/jira/browse/CEP-427. Thanks Regards, Mohan On Wed, Aug 7, 2013 at 3:07 PM, Asela Pathberiya as...@wso2.com wrote: We did not found this issue in the AS pack in here[1]. I do not

Re: [Dev] WSO2 Committers += RajeevS

2013-09-16 Thread Mohanadarshan Vivekanandalingam
Congrats Rajeev !!!... Regards, Mohan On Tue, Sep 17, 2013 at 12:05 AM, Lasantha Fernando lasan...@wso2.comwrote: Congrats Rajeev!... :-) On 16 September 2013 23:40, Sriskandarajah Suhothayan s...@wso2.comwrote: Hi All, It's my pleasure to welcome Rajeev Sampath as a WSO2 Committer.

[Dev] Exception when Shutdown server in Forced mode and Graceful mode from UI

2013-09-18 Thread Mohanadarshan Vivekanandalingam
Hi All, I have observed some errors when shutdown the carbon servers in graceful mode and forced mode from UI. (Not happened when Ctrl + C ). I can see these errors in Greg, CEP and also in APIM (not in graceful mode). I think root cause should be same. *In Forced mode below errors are coming.*

Re: [Dev] Where should I use BURL with MB topics

2013-09-19 Thread Mohanadarshan Vivekanandalingam
Hi, Thanks for pointing this out.. I have made the necessary changes in the doc and sorry for late reply.. Regards, Mohan On Thu, Sep 19, 2013 at 11:44 AM, Srinath Perera srin...@wso2.com wrote: Resolved. It worked after adding the queue do jndi.properties file. As per docs, it is Burl : not

[Dev] Is there any way to check whether Cassandra is up

2013-09-22 Thread Mohanadarshan Vivekanandalingam
Hi All, Is there any way to check whether Cassandra is up or not?? At the moment I have used following method to check for pool hosts and verify Cassandra up or not. Set knownPools = cluster.getKnownPoolHosts(false); But this hector API method continuously retrying to connect with Cassandra and

Re: [Dev] Is there any way to check whether Cassandra is up

2013-09-22 Thread Mohanadarshan Vivekanandalingam
none, you can simply try to connect to the Cassandra port and check whether it's up or not. On Sun, Sep 22, 2013 at 9:36 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi All, Is there any way to check whether Cassandra is up or not?? At the moment I have used following method

Re: [Dev] Where should I use BURL with MB topics

2013-09-26 Thread Mohanadarshan Vivekanandalingam
to the jndi.properties file. On Thu, Sep 19, 2013 at 12:38 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi, Thanks for pointing this out.. I have made the necessary changes in the doc and sorry for late reply.. Regards, Mohan On Thu, Sep 19, 2013 at 11:44 AM, Srinath Perera

Re: [Dev] Where should I use BURL with MB topics

2013-09-27 Thread Mohanadarshan Vivekanandalingam
Hi, On Fri, Sep 27, 2013 at 4:16 PM, Srinath Perera srin...@wso2.com wrote: Shammi, I thought we fixed this. Mohan can you check with Shammi. OK sure.. will check with Shammi.. Regards, Mohan --Srinath On Thu, Sep 26, 2013 at 3:29 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com

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

2013-09-28 Thread Mohanadarshan Vivekanandalingam
Hi, Will check that and confirm.. Regards, Mohan On Sat, Sep 28, 2013 at 11:25 AM, Sriskandarajah Suhothayan s...@wso2.comwrote: Ha then it looks like a bug, ! @CEP folks can you please verify Suho On Fri, Sep 27, 2013 at 10:45 PM, Nirmal Fernando nir...@wso2.com wrote: Suho,

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

2013-09-28 Thread Mohanadarshan Vivekanandalingam
fix for that.. will apply that after proper testing.. @Nirmal - I think you are expecting that tracer logs needs to be removed (That is not the actual behavior) and hope, you are not experienced that.. Thanks Regards, Mohan On Sat, Sep 28, 2013 at 2:39 PM, Mohanadarshan Vivekanandalingam mo

Re: [Dev] Refactoring CarbonContext.getCurrentContext()

2013-09-29 Thread Mohanadarshan Vivekanandalingam
Hi, Updated the document.. Done changes to most of the CEP components.. Will commit it after doing the testing with updated kernal patch.. Thanks, Mohan On Mon, Sep 30, 2013 at 10:42 AM, Nandika Jayawardana nand...@wso2.comwrote: Updated the document. I made the necessary changes to bps

Re: [Dev] Where should I use BURL with MB topics

2013-09-30 Thread Mohanadarshan Vivekanandalingam
documentation on these parameters. Please refer [1] for some information [1]. https://bugzilla.redhat.com/show_bug.cgi?format=multipleid=634043 Thanks. On Fri, Sep 27, 2013 at 10:28 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi, On Fri, Sep 27, 2013 at 4:16 PM, Srinath

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

2013-09-30 Thread Mohanadarshan Vivekanandalingam
Hi Nirmal, Yes, it only contains the class name with inside curly braces not the full class path name .. because if we put the complete name it is very difficult to grep the information from the console but carbon log contains the full class path name.. (If it is needed then we can refer that).

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

2013-09-30 Thread Mohanadarshan Vivekanandalingam
On Tue, Oct 1, 2013 at 7:13 AM, Nirmal Fernando nir...@wso2.com wrote: [Adding Azeez] Sent via my mobile -- Nirmal -- On Sep 30, 2013 11:45 PM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Nirmal, Yes, it only contains the class name with inside curly braces not the full

Re: [Dev] [Build] Integration test failure in CEP

2013-10-05 Thread Mohanadarshan Vivekanandalingam
Hi Sanjeewa, We'll investigate this.. Thanks... Regards, Mohan On Sat, Oct 5, 2013 at 9:52 AM, Sanjeewa Malalgoda sanje...@wso2.comwrote: Hi team, Please have a look at. product level svn version 186779 Thanks, sanjeewa [2013-10-05 04:18:40,158] INFO

[Dev] Identity 4.2.1 features getting failed

2013-10-06 Thread Mohanadarshan Vivekanandalingam
Hi, Most of the identity features are getting failed when building chunk-2 features.. [INFO] Identity OAuth Common Feature . FAILURE [0.182s] [INFO] Identity OAuth Server Feature . FAILURE [0.484s] [INFO] Identity OAuth UI Feature .

Re: [Dev] [Build] Packs built on 5th Oct - with revision 187322

2013-10-06 Thread Mohanadarshan Vivekanandalingam
Hi Shavantha, CEP packs does not contains the changes that discussed.. Regards, Mohan On Mon, Oct 7, 2013 at 9:23 AM, Shavantha Weerasinghe shavan...@wso2.comwrote: hi All is the CEP pack with the changes discussed ? regards, Shavantha Weerasinghe Senior Software Engineer QA WSO2, Inc.

Re: [Dev] [Build Failure][Clean repo] Compilation Failure : org.wso2.carbon.event.input.adaptor.manager.ui

2013-10-07 Thread Mohanadarshan Vivekanandalingam
Hi Subash Isuru, Sorry for the inconvenience... Lasantha and me working to find out the root cause of the issue.. It is little bit strange.. We'll fix it asap.. Thanks, Mohan On Mon, Oct 7, 2013 at 10:19 PM, Subash Chaturanga sub...@wso2.com wrote: In a clean repo, this fails in about 4

Re: [Dev] [GReg] Server Startup Error in todays packs

2013-10-08 Thread Mohanadarshan Vivekanandalingam
Hi, On Tue, Oct 8, 2013 at 10:24 AM, Lakmali Baminiwatta lakm...@wso2.comwrote: Hi, On 8 October 2013 10:05, Subash Chaturanga sub...@wso2.com wrote: Hi all, I am seeing this in the today's packs. Have anybody else seeing this in today's packs. Yes getting this in AM packs as well.

Re: [Dev] Input Custom Broker, CEP

2013-10-09 Thread Mohanadarshan Vivekanandalingam
Hi Andre, Thank your for your interest in CEP. You can download the source code from the below link. https://svn.wso2.org/repos/wso2/scratch/fix_broker.zip It is only a sample broker which used in this blog. This sample will give you more information regarding the methods.. You can see the

Re: [Dev] CEP Execution plans are not mutually exclusive?

2013-10-11 Thread Mohanadarshan Vivekanandalingam
Hi, On Fri, Oct 11, 2013 at 2:22 PM, Srinath Perera srin...@wso2.com wrote: You must not edit the events. Events are read only. Yes, But the issue is siddhi extension gives more freedom to do anything to the event, (actually can even affect the siddhi engine). Since it is a powerful tool, we

Re: [Dev] [Build Failure][chunk 02] event-processing/event-output-adaptor

2013-10-12 Thread Mohanadarshan Vivekanandalingam
Hi Subash, I'll check this.. CEP team didn't commit to these components and features for many days.. But I can able to see some commits done by Anjana. I think that causes the issue.. Will check this soon... Thanks, Mohan On Sun, Oct 13, 2013 at 12:35 AM, Subash Chaturanga sub...@wso2.com

Re: [Dev] [Build Failure][chunk 02] event-processing/event-output-adaptor

2013-10-12 Thread Mohanadarshan Vivekanandalingam
features to the build. Thanks, Mohan On Sun, Oct 13, 2013 at 12:47 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi Subash, I'll check this.. CEP team didn't commit to these components and features for many days.. But I can able to see some commits done by Anjana. I think

Re: [Dev] Kafka Custom Broker to CEP, exception when I try run!

2013-10-12 Thread Mohanadarshan Vivekanandalingam
Hi Andre, As per the exception, Even-though exception triggered from RedBorderBrokerFactory class; actual exception occurred in RedBorderBroker class.. If you see the exception below. I think, in your implementation, you have used a properties file. Please check whether that properties file

Re: [Dev] Custom Broker, Kafka to CEP exception: not supported yet

2013-10-14 Thread Mohanadarshan Vivekanandalingam
Hi Andres, Here, when we are adding a new broker, we are checking the connection between the specified event sender or receiver. For that we are calling the testConnection method, Please verify whether the testConnection method properly working. If it is hard to code the testConnection then just

Re: [Dev] Custom broker kafka, all implemented! Error when testing

2013-10-16 Thread Mohanadarshan Vivekanandalingam
Hi Andres, I couldn't make much decision based on the given information.. But I can give some comments based on your info. See the comments in line.. On Wed, Oct 16, 2013 at 8:54 PM, andresgomez92 andresgome...@gmail.comwrote: Hi all, I have already implemented all the code needed to kafka

Re: [Dev] Custom broker kafka, all implemented! Error when testing

2013-10-16 Thread Mohanadarshan Vivekanandalingam
Hi Andres, First, Thank you for your help!! To verify that my custom broker kafka get events properly! I have thrown an exception on the line marked / / HERE!! and I could see that the map is created successfully! I map I can print objects without problems! :) That map is the same That I

Re: [Dev] Custom broker kafka, all implemented! Error when testing

2013-10-16 Thread Mohanadarshan Vivekanandalingam
It works perfectly!! THANK YOU :) When I test it a little more if you're interested in the broker I will give it to you!! Oh that's great... : ) If you really like to contribute for this open source project.. Then you can add your broker in the CEP public jira

Re: [Dev] [chunk02][Build Failure] org.wso2.carbon.automation.api

2013-10-17 Thread Mohanadarshan Vivekanandalingam
Hi Subash, Sorry for the inconvenience.. I have fix the issue in commit r188536.. I have missed the pom dependency when moving the code from scratch.. Now it is building without any issue.. Please take an svn up in test-automation-framework and continue the build.. Regards, Mohan On Thu, Oct

[Dev] Complex Event Processor 3.0.0 pack - 18-10-2013

2013-10-18 Thread Mohanadarshan Vivekanandalingam
Hi All, $Subject can be found at [1]. Pack built with r188735. [1] https://svn.wso2.org/repos/wso2/scratch/cep_packs/cep-3.0.0/18-Oct-Pack/wso2cep-3.0.0.zip Thanks, Mohan -- *V. Mohanadarshan* *Software Engineer,* *Data Technologies Team,* *WSO2, Inc. http://wso2.com *

Re: [Dev] Complex Event Processor 3.0.0 pack - 18-10-2013

2013-10-20 Thread Mohanadarshan Vivekanandalingam
, Oct 19, 2013 at 11:15 AM, Mohanadarshan Vivekanandalingam mo...@wso2.com wrote: Hi All, $Subject can be found at [1]. Pack built with r188735. [1] https://svn.wso2.org/repos/wso2/scratch/cep_packs/cep-3.0.0/18-Oct-Pack/wso2cep-3.0.0.zip Thanks, Mohan -- *V. Mohanadarshan* *Software

Re: [Dev] When thrift AsyncDataPublisher stopped shouldn't it get disconnected from DataBridge?

2013-10-20 Thread Mohanadarshan Vivekanandalingam
Hi Nirmal, Are you sure that logs are not printing? Because I have check with AsyncDataPublisher but it printing the logs correctly as shown below.. At what situation above scenario happens?? [2013-10-20 15:03:58,496] INFO - {DataBridge} admin connected [2013-10-20 15:04:01,977] INFO -

  1   2   3   4   >