Re: [Dev] [Siddhi] Partition with two attributes of same stream

2017-09-28 Thread Gobinath
Thank you very much. Your solution works. Thanks & Regards, Gobinath On Thu, Sep 28, 2017 at 3:09 PM, Sriskandarajah Suhothayan wrote: > Apparently, it does not support multiple attributes as partition keys. > but you can use > partition with ( str: concat(srcIp,'-',

[Dev] [Siddhi] Partition with two attributes of same stream

2017-09-28 Thread Gobinath
/wso2/siddhi/query/api/execution/partition/Partition.java#L101 Thanks & Regards, Gobinath -- *Gobinath** Loganathan* Graduate Student, Electrical and Computer Engineering, Western University. Email : slgobin...@gmail.com Blog: javahelps.com <http://www.javahe

Re: [Dev] [Siddhi] non-matched or expired events in pattern query

2017-09-27 Thread Gobinath
>>> matched events during that last 10 seconds from publisher or subscriber ? >>> >>> also is there a way to perform intersection of events based on grouping >>> or time window ? >>> >>> >>> Thanks >>> Jay >>> &g

Re: [Dev] [Siddhi] TestUtility to throw Assertion Errors from main thread

2017-09-15 Thread Gobinath
re the design so I didn't check the style. Thanks & Regards, Gobinath On Fri, Sep 15, 2017 at 1:30 PM, Sriskandarajah Suhothayan wrote: > Thanks for the improvement it looks good. > I have merged. > > But I think it should be called as Test*Callback *with a simple b. > > Ca

[Dev] [Siddhi] TestUtility to throw Assertion Errors from main thread

2017-09-04 Thread Gobinath
dev mail address. Thanks & Regards, Gobinath -- *Gobinath** Loganathan* Graduate Student, Electrical and Computer Engineering, Western University. Email : slgobin...@gmail.com Blog: javahelps.com <http://www.javahelps.com/> ___ Dev mailing

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-07-11 Thread Gobinath
Hi, I defined the number of operands as the number of LogicalStreamProcessors that can be partners. Not is handled by one LogicalStreamProcessor so it can be partner with another LogicalStreamProcessor. Does it make sense? Thanks and Regards, Gobinath On Jul 11, 2017 3:06 PM, "Sriskanda

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-07-10 Thread Gobinath
or B ) -> A - every (B and (not C and D) ) -> A - every (B or (not C and D) ) -> A If there are no more cases to test, may I start with the SEQUENCE? Thanks & Regards, Gobinath On Mon, Jul 3, 2017 at 2:32 PM, Gobinath wrote: > Hi, > Sure. I will add test cases f

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-07-03 Thread Gobinath
Hi, Sure. I will add test cases for each of these cases. Thanks & Regards, Gobinath On Mon, Jul 3, 2017 at 2:23 PM, Sriskandarajah Suhothayan wrote: > > > On Mon, Jul 3, 2017 at 5:18 PM, Gobinath wrote: > >> Hi, >> >> The following absent event cases are

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-07-03 Thread Gobinath
for 1 sec; A or B not received followed by C A → not B for 1 sec or C After A, if C arrives, emit it otherwise emit after 1 sec if B not arrived not A for 1 sec or B → C Same as previous but the other way around Thanks & Regards, Gobinath On Sun, Jul 2, 2017 at 6:34 AM, Gobinat

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-07-02 Thread Gobinath
Thanks, Suho. Sure I will. Thanks & Regards, Gobinath On Sun, Jul 2, 2017 at 6:32 AM, Sriskandarajah Suhothayan wrote: > Thanks merged the PR. > > Can you inform in SOF that you have fixed this issue, and this is the PR. > > Thanks > Suho > > On Sun, Jul 2, 2017

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-07-01 Thread Gobinath
ems asked in Stack Overflow [2] are resolved. [1] https://github.com/wso2/siddhi/pull/436 [2] https://stackoverflow.com/questions/41557227/siddhi-logical-and-with-within-executes-callback-unexpectedly Thanks & Regards, Gobinath On Sat, May 13, 2017 at 8:02 AM, Gobinath wrote: > Hi

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-13 Thread Gobinath
ot. [1] https://github.com/wso2/siddhi/pull/354 [2] https://github.com/wso2/siddhi/pull/354/commits/803e4d0f486d7268af117bcfe42f4c704f98b3b5#diff-32293ae88907e099f28593e5496e1e67R62 Thanks & Regards, Gobinath On Mon, May 8, 2017 at 1:24 AM, Sriskandarajah Suhothayan wrote: > I have mer

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-07 Thread Gobinath
[WSO2, null, 4.7], isExpired=false} If it is also a bug, please do let me know without merging the PR. I will fix it under the same PR. [1] https://github.com/wso2/siddhi/pull/345 Thanks & Regards, Gobinath On Sun, May 7, 2017 at 2:06 PM, Gobinath wrote: > Sure. I'll check the issue

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-07 Thread Gobinath
Sure. I'll check the issue and send a separate PR with the fix. Thanks & Regards, Gobinath On Sun, May 7, 2017 at 1:51 PM, Sriskandarajah Suhothayan wrote: > Yes, it looks like a bug to me, can you check why it's happening. > > Regards > Suho > > On Sun

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-05-07 Thread Gobinath
tains two exactly similar events but the pattern *e1 -> e2 and e3* outputs a single event [1]. [1] https://github.com/wso2/siddhi/blob/master/modules/siddhi-core/src/test/java/org/wso2/siddhi/core/query/pattern/LogicalPatternTestCase.java#L98 Thanks & Regards, Gobinath On Mon, Apr 17,

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-04-17 Thread Gobinath
Hi, Please see the PR at [1]. Please do not merge it. Thanks & Regards, Gobinath [1] https://github.com/wso2/siddhi/pull/313 On Mon, Apr 17, 2017 at 7:44 AM, Sriskandarajah Suhothayan wrote: > Based on first look, it looks great. > > Can you send it as a PR so I can

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-04-16 Thread Gobinath
ect to change (will finalize later). I am waiting for your feedback. Thanks & Regards, Gobinath [1] https://github.com/lgobinath/siddhi/tree/feature-absent-event-pattern [2] https://github.com/lgobinath/siddhi/blob/feature-absent-event-pattern/modules/siddhi-core/src/test/java/org/wso2/siddhi/

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-03-31 Thread Gobinath
Hi all, Thanks Suho for your feedback. I have made the changes based on your suggestions and submitted the final proposal. Started working on a prototype and will update you soon with the results. Thanks & Regards, Gobinath On Thu, Mar 30, 2017 at 12:28 PM, Sriskandarajah Suhothayan w

Re: [Dev] [GSoC][Siddhi][CEP]: Siddhi Pattern for Absence of Events

2017-03-27 Thread Gobinath
Hi all, Thanks. I have shared the draft of my proposal titled "Non-Occurrence of Events for Siddhi Patterns" with WSO2 through GSoC dashboard and requesting your feedback on this. Thanks & Regards, Gobinath On Wed, Mar 15, 2017 at 1:30 PM, Sriskandarajah Suhothayan wrote: &g

Re: [Dev] WSO2 Committers += Sirojan Tharmakulasingam

2016-10-23 Thread Gobinath Loganathan
t;> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > With Regards, > > *Rasika Perera* > Software Engineer > LinkedIn: http://lk.linkedin.com/in/rasika90 > &

Re: [Dev] [Architecture] [IS] [Analytics] Improvement to use Siddhi streams to send notifications

2016-07-22 Thread Gobinath Loganathan
er/core/internal/EventPublisher.java#L311 >> >> Thanks and Regards >> -- >> Indunil Upeksha Rathnayake >> Software Engineer | WSO2 Inc >> Emailindu...@wso2.com >> Mobile 0772182255 >> >> >> > > > -- > > *S. Suhotha

Re: [Dev] Carbon UI Issue with JSI18N Mapping from JavaScript

2016-05-25 Thread Gobinath Loganathan
Hi, I found the solution. I didn't add the jsi18n declaration in the parent JSP (In my case *create_event_publisher.jsp*) where the script was invoked. After adding it, everything works fine. Thanks. Regards, Gobinath On Wed, May 25, 2016 at 2:00 PM, Gobinath Loganathan wrote:

[Dev] Carbon UI Issue with JSI18N Mapping from JavaScript

2016-05-25 Thread Gobinath Loganathan
rg/wso2/carbon/event/publisher/ui/i18n/Resources.properties:* ... registry.resource.cache.timeout.nan=Cache timeout is not a numeric value: ... Could anyone suggest a solution for this? Thanks Regards, Gobinath -- *Gobinath **Loganathan* Software Engineer, WSO2 Inc. http://wso2.com Email : gobi

Re: [Dev] DAS 3.0.1 - Empty Dashboard for Smart Home Sample

2016-05-12 Thread Gobinath Loganathan
you, >> >> On Fri, May 13, 2016 at 10:54 AM, Iranga Muthuthanthri >> wrote: >> >>> Think we need to have a note on the above in the QSG >>> >>> On Fri, May 13, 2016 at 10:51 AM, Nipuna Chandradasa >>> wrote: >>> >>>> H

Re: [Dev] DAS 3.0.1 - Empty Dashboard for Smart Home Sample

2016-05-12 Thread Gobinath Loganathan
00.7.87> != at org.apache.http.conn.ssl.AbstractVerifier.verify(AbstractVerifier.java:238) at org.apache.http.conn.ssl.BrowserCompatHostnameVerifier.verify(BrowserCompatHostnameVerifier.java:54) ... Thanks. On Fri, May 13, 2016 at 10:34 AM, Nipuna Chandradasa wrote: > Hi Gobinath, > > Is there any error on t

Re: [Dev] DAS 3.0.1 - Empty Dashboard for Smart Home Sample

2016-05-12 Thread Gobinath Loganathan
Hi Thanuja, I also think so. Even I executed the 'smart_home_script' manually, but no luck. Thanks. On Fri, May 13, 2016 at 10:13 AM, Thanuja Uruththirakodeeswaran < thanu...@wso2.com> wrote: > Hi Gobinath, > > But if the corresponding gadget datasources don't have

[Dev] DAS 3.0.1 - Empty Dashboard for Smart Home Sample

2016-05-12 Thread Gobinath Loganathan
; shows the data as expected. I face the same problem in both Chrome and Firefox. Could anyone suggest a solution for this? Thanks. -- *Gobinath **Loganathan* Software Engineer, WSO2 Inc. http://wso2.com Email : gobin...@wso2.com Mobile : (+94) 770 780 210 Blog: javahelps.com <http:

Re: [Dev] Application Server 5.3.0 Dashboard Session Expires

2016-05-03 Thread Gobinath Loganathan
ing to access the deployed web >> applications not only after the first time deployment >> >> Thanks >> >> >> On Tue, May 3, 2016 at 12:29 PM, Gobinath Loganathan >> wrote: >> >>> Hi team, >>> Application Server 5.3.0 dashboard's

[Dev] Application Server 5.3.0 Dashboard Session Expires

2016-05-03 Thread Gobinath Loganathan
) 3. Just refresh the dashboard (It will ask to login again) This problem occurs only for the first time in Firefox(v46.0). In Chrome(v50.0.2661.86), after every refresh of HelloWorldApp, dashboard asks to login again. Is it a bug or any configuration problems? Thanks. -- *Loganath