Re: [Dev] Lucene version mismatch in Greg features and BAM features

2015-05-21 Thread Gimantha Bandara
o Lucene 5.0.0 ? >> >> -- >> >> Thanks & regards, >> Nirmal >> >> Associate Technical Lead - Data Technologies Team, WSO2 Inc. >> Mobile: +94715779733 >> Blog: http://nirmalfdo.blogspot.com/ >> >> >> > > > -- > *Niranda

[Dev] Please review and merge

2015-05-26 Thread Gimantha Bandara
Hi, Please review and merge [1]. This contains the Lucene 5.10 orbit bundles required for DAS (upgrading from Lucene 4.10.3 to 5.1.0). [1] https://github.com/wso2/orbit/pull/98 -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919

[Dev] WebApp classloading issue

2015-06-17 Thread Gimantha Bandara
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) at java.lang.Thread.run(Thread.java:722) -- Gimantha Bandara Software Engineer

Re: [Dev] WebApp classloading issue

2015-06-17 Thread Gimantha Bandara
hether same bundles with different versions are packed > in your product? There is a bundle wiring issue here. > > On Wed, Jun 17, 2015 at 8:37 PM, Gimantha Bandara > wrote: > >> Hi all, >> >> We are getting this error [1] intermittently in DAS 3.0.0 (kernel is >

Re: [Dev] [DAS] Viewing data received via input adapters on database

2015-06-22 Thread Gimantha Bandara
re Engineer > *WSO2, Inc. - lean | enterprise | middleware* > http://wso2.com/ > > Mobile : +94 712383306 > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gimant

[Dev] [carbon-dashboards] Please merge the pull request

2015-06-25 Thread Gimantha Bandara
Hi, Please merge the pull request[1]. [1] https://github.com/wso2/carbon-dashboards/pull/4 -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman

[Dev] Upgrade Lucene orbit bundles to 5.2.1

2015-06-28 Thread Gimantha Bandara
with some bug fixes and performance improvements. So shall we upgrade carbon-registry features and carbon-analytics to use Lucene 5.2.1 and Solr 5.2.1? -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev ma

Re: [Dev] Lucene 4.10.3.wso2v2 orbit bundle doesn't pack class files

2015-06-28 Thread Gimantha Bandara
quot;, > > -- > > Thanks & regards, > Nirmal > > Associate Technical Lead - Data Technologies Team, WSO2 Inc. > Mobile: +94715779733 > Blog: http://nirmalfdo.blogspot.com/ > > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Lucene 4.10.3.wso2v2 orbit bundle doesn't pack class files

2015-07-01 Thread Gimantha Bandara
ando wrote: >> >>> Thanks Gimantha, but when this jar runs on a non-OSGi environment like >>> an external Spark, it failed to find the packages without the above diff. >>> >>> On Sun, Jun 28, 2015 at 9:13 PM, Gimantha Bandara >>> wrote: >>>

[Dev] [Orbit] Please review and merge the PR for Lucene 5.2.1 and asm-all 4.1

2015-07-02 Thread Gimantha Bandara
Hi, Please review and merge [1] [1] https://github.com/wso2/orbit/pull/107 -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Orbit] Please review and merge the PR for Lucene 5.2.1 and asm-all 4.1

2015-07-03 Thread Gimantha Bandara
;> >> Regards, >> Nira >> >> On Fri, Jul 3, 2015 at 2:04 AM, Gimantha Bandara >> wrote: >> >>> Hi, >>> >>> Please review and merge [1] >>> >>> [1] https://github.com/wso2/orbit/pull/107 >>> >>

Re: [Dev] [Orbit] Please review and merge the PR for Lucene 5.2.1 and asm-all 4.1

2015-07-03 Thread Gimantha Bandara
Thanks Kasun! On Fri, Jul 3, 2015 at 6:07 PM, KasunG Gajasinghe wrote: > It's released. > > On Fri, Jul 3, 2015 at 5:23 PM, Gimantha Bandara > wrote: > >> Any updates? >> >> On Fri, Jul 3, 2015 at 12:37 PM, KasunG Gajasinghe >> wrote: >> >

Re: [Dev] [Architecture] WSO2 Data Analytics Server 3.0.0 Beta Released!

2015-07-10 Thread Gimantha Bandara
nalytics components in DAS >> >> >> >> The documentation for this release can be found at the WSO2 DAS 3.0.0 >> Documentation >> <https://docs.wso2.com/display/DAS300/WSO2+Data+Analytics+Server+Documentation> >> site. >> >> We value your feedback and suggestions are welcome, and issues could be >> rep

Re: [Dev] [Architecture] WSO2 Data Analytics Server 3.0.0 Beta Released!

2015-07-10 Thread Gimantha Bandara
ks for the support. > > Regards, > Manoj > > > *Manoj Kumara |* Senior Software Engineer > Inc. *| **lean. enterprise. middleware.* > #20, Palm Grove, Colombo 03, Sri Lanka > *Mobile:* +94 713 448188 *|** Work:* +94 112 145345 > > > On Fri, Jul 10, 2015 at 3:25 P

[Dev] Lucene and Solr bundles package conflicts

2015-02-01 Thread Gimantha Bandara
a:358) ... 27 more The Classes org.apache.lucene.search.Searcher and org.apache.lucene.index.FilterIndexReader are no longer there in lucene v4.10.3. So, if solr imports packages from lucene v4.10.3, the above errors occur. @danesh, Can you please check if the packages required by solr are properly

Re: [Dev] Lucene and Solr bundles package conflicts

2015-02-02 Thread Gimantha Bandara
On Mon, Feb 2, 2015 at 1:08 PM, Gimantha Bandara wrote: > Hi, > > For carbon-analytics, the lucene version we use, is 4.10.3 ( > 4.10.3.wso2v1) which is the latest. For carbon registry indexing and search > functionalities, Solris used, which depends on lucene. we are facing

[Dev] Exception while deploying webapps : invalid CEN header (bad signature)

2015-02-06 Thread Gimantha Bandara
java.util.zip.ZipFile.(ZipFile.java:144) at java.util.jar.JarFile.(JarFile.java:152) at java.util.jar.JarFile.(JarFile.java:89) at org.wso2.carbon.tomcat.internal.CarbonTomcat.addWebApp(CarbonTomcat.java:332) ... 91 more Thanks, -- Gimantha Bandara Software Engineer WSO2. Inc : http

Re: [Dev] Exception while deploying webapps : invalid CEN header (bad signature)

2015-02-06 Thread Gimantha Bandara
See this - > http://stackoverflow.com/questions/22536279/java-util-zip-ziperror-invalid-cen-header-bad-signature > > On Fri, Feb 6, 2015 at 7:05 PM, Gimantha Bandara > wrote: > >> Hi, >> >> We have created a REST APIs for carbon-analytics as a cxf webapp named >&

Re: [Dev] Exception while deploying webapps : invalid CEN header (bad signature)

2015-02-06 Thread Gimantha Bandara
We have included it in a feature and extract it and copy it via bin.xml to deployment/server/webapps. So it could shipped with the pack. On Fri, Feb 6, 2015 at 7:21 PM, KasunG Gajasinghe wrote: > How did you deploy the webapp before? > > On Fri, Feb 6, 2015 at 7:13 PM, Gimantha Bandara

Re: [Dev] Exception while deploying webapps : invalid CEN header (bad signature)

2015-02-08 Thread Gimantha Bandara
5 at 7:45 PM, KasunG Gajasinghe wrote: > >> I'm not exactly sure what the error is, but this may be a file permission >> issue. You could check whether the is properly set for this >> webapp in your bin.xml. >> >> >> On Fri, Feb 6, 2015 at 7:42 PM, Gim

[Dev] 403 Status when DELETE using JAX-RS

2015-02-16 Thread Gimantha Bandara
allowed.methods* *GET,POST,HEAD,OPTIONS,PUT,DELETE,PATCH* ** CorsFilter /* So should these init-params be included by default in the pack? if so, what will be the best place to add them ( in webapps' web.xml or in conf/tomcat/web.xml)? Thanks, -- Gimantha Bandara Softwar

Re: [Dev] 403 Status when DELETE using JAX-RS

2015-02-16 Thread Gimantha Bandara
hemselves, per webapp. It can be a security >> concern otherwise AFAIK. >> >> But this gives an opportunity to add to documentation on how users can >> enable CORS. Were you able to test this out and see ?. >> >> thanks, >> >> On Mon, Feb 16, 2015 at 10:53 PM,

Re: [Dev] [BAM] Customising JSON response received through REST API calls to BAM

2015-02-19 Thread Gimantha Bandara
uot;, > "pointOpacity": "0.6", > "itemNo": "0001", > "itemName": "testname", > "price": 3000, > "timestamp": 1420216491791, >

Re: [Dev] Internal Server Error when using the REST API.

2015-02-26 Thread Gimantha Bandara
;json", > success: function(data) { > > alert("success" + JSON.stringify(data)); > > }, > error:function(data){ > alert('error : '+JSON.stringify(data)); > } > >

Re: [Dev] WSO2 Committers += Senduran Balasubramaniyam

2015-02-27 Thread Gimantha Bandara
>>>>>>>>>>>> Software Engineer, >>>>>>>>>>>>> WSO2 Inc. - lean . enterprise . middleware | wso2.com >>>>>>>>>>>>> >>>>>>>>>>>>> email : parapa...@wso2.com, m

Re: [Dev] [BAM] Facing an error while creating dashboard according to the Quick Start Guide

2015-02-27 Thread Gimantha Bandara
ou received and in addition, you should not >> print, copy, retransmit, disseminate, or otherwise use the information >> contained in this communication. Internet communications cannot be >> guaranteed to be timely, secure, error or virus-free

[Dev] New orbit bundle for lucene with facet support

2015-03-28 Thread Gimantha Bandara
Hi Kernel team, Can you please review and merge [1] ? [1] https://github.com/wso2/orbit/pull/73 Thanks, -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin

[Dev] WSO2 BAM 3.0 M3 Released!

2015-03-30 Thread Gimantha Bandara
svn.wso2.org%2Frepos%2Fwso2%2Fpeople%2Fgokul%2Fbam3%2Fbam3-m3%2F&sa=D&sntz=1&usg=AFQjCNEczZ7qUwGcjhDsYJc3BHcYBk8M_Q> [2] https://docs.wso2.com/display/BAM300/WSO2+Business+Activity+Monitor+Documentation [3] https://wso2.org/jira/browse/BAM - WSO2 BAM Team -- Gimantha Bandara Sof

Re: [Dev] New orbit bundle for lucene with facet support

2015-03-31 Thread Gimantha Bandara
> On Mon, Mar 30, 2015 at 12:01 PM, KasunG Gajasinghe >>> wrote: >>> >>>> Hi Maheshika, >>>> >>>> Please hold on. I will send a mail when it's ready. >>>> >>>> On Mon, Mar 30, 2015 at 11:58 AM, KasunG Gajasinghe >>&

[Dev] [DEV] Setting port mapping for Clustering pattern 1

2014-09-28 Thread Gimantha Bandara
. The above configuration is from Axis2.xml. As I can see the above port mapping is for manager node. So Where do I set port mapping where the worker node directly connected to ELBs(Clustering pattern 1) Do the above port mappings work for worker nodes too? -- Gimantha

Re: [Dev] [DEV] Setting port mapping for Clustering pattern 1

2014-09-28 Thread Gimantha Bandara
mapping > > On Sun, Sep 28, 2014 at 4:26 PM, Gimantha Bandara > wrote: > >> Hi all, >> >> In Clustering pattern 1, The the manager node is not directly connected >> to ELBs. So, As I think it is not valid to set port mapping between ELBS >> and manage

Re: [Dev] WSO2 Commiters += Rajith Siriwardena

2014-09-29 Thread Gimantha Bandara
gt;>>>>>>>>>>> Dunith Dhanushka, >>>>>>>>>>>>>>>>>>>>>>>>> Senior Software Engineer - BAM, >>>>>>>>>>>>>>>>>>>>>>>>> WSO2 Inc, >>&

Re: [Dev] WSO2 Committers += Samith Dassanayake

2014-10-02 Thread Gimantha Bandara
so2.com/>* >>>>>>>>>>>>>> lean.enterprise.middleware. >>>>>>>>>>>>>> >>>>>>>>>>>>>> _______ >>>>>>>>>>>>&g

Re: [Dev] WSO2 Committers += Denuwanthi De Silva

2014-10-09 Thread Gimantha Bandara
t;>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> >>>>>>>> Danesh Kuruppu >>>>>>>> Software Engineer >>>>>>>> WSO2 Inc, >>>>>>>> Mobile: +94 (77) 1690552 >>>>>>>> >>>>>>>> ___ >>>>>>>> Dev mailing list >>>>>>>> Dev@wso2.org >>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> Sewwandi Perera >>>>>>> Software Engineer >>>>>>> >>>>>>> WSO2 Inc.; http://wso2.com >>>>>>> lean.enterprise.middleware >>>>>>> mobile: +94-713765098 >>>>>>> >>>>>>> ___ >>>>>>> Dev mailing list >>>>>>> Dev@wso2.org >>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> *Lasindu Charith* >>>>>> Software Engineer, WSO2 Inc. >>>>>> Mobile: +94714427192 >>>>>> Web: blog.lasindu.com >>>>>> >>>>>> ___ >>>>>> Dev mailing list >>>>>> Dev@wso2.org >>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Prasanna Dangalla >>>>> Software Engineer, WSO2, Inc.; http://wso2.com/ >>>>> lean.enterprise.middleware >>>>> >>>>> cell: +94 777 55 80 30 | +94 718 11 27 51 >>>>> twitter: @prasa77 >>>>> >>>>> ___ >>>>> Dev mailing list >>>>> Dev@wso2.org >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> Vijitha Ekanayake >>>> Software Engineer*, *WSO2, Inc.; http://wso2.com/ >>>> Mobile : +94 777 24 73 39 | +94 718 74 44 08 >>>> lean.enterprise.middleware >>>> >>>> ___ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> >>> *Malithi Edirisinghe* >>> Senior Software Engineer >>> WSO2 Inc. >>> >>> Mobile : +94 (0) 718176807 >>> malit...@wso2.com >>> >>> ___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> *Niranda Perera* >> Software Engineer, WSO2 Inc. >> Mobile: +94-71-554-8430 >> Twitter: @n1r44 <https://twitter.com/N1R44> >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Gayashan Amarasinghe* > Software Engineer | Platform TG > WSO2, Inc. | http://wso2.com > lean. enterprise. middleware > > Mobile : +94718314517 > Blog : gayashan-a.blogspot.com > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 Committers += Sameera Kannangara

2014-10-09 Thread Gimantha Bandara
tha Ekanayake >>> Software Engineer*, *WSO2, Inc.; http://wso2.com/ >>> Mobile : +94 777 24 73 39 | +94 718 74 44 08 >>> lean.enterprise.middleware >>> >>> ___ >>> Dev

Re: [Dev] How to point Direct repository location (file://) for SVN based dep-sync

2014-10-11 Thread Gimantha Bandara
>>> >>>> I doubt whether this will work for the file:// protocol. AFAIK you >>>> need to expose your svn repo over http(s) so that you can access it over >>>> http:// for the dep-sync to work. >>>> >>>> Thanks, >>>> N

Re: [Dev] WSO2 Committers += Gayashan Amarasinghe

2014-10-19 Thread Gimantha Bandara
ftware Engineer, > WSO2 Inc. :http://wso2.com > > Mobile : +94 773090875 > Email : rajeev...@wso2.com > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 Committers += Tishan Dahanayakage

2014-10-19 Thread Gimantha Bandara
g.lasindu.com >>>>>>>>> >>>>>>>>> ___ >>>>>>>>> Dev mailing list >>>>>>>>> Dev@wso2.org >>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 Committers += Rajkumar Rajaratnam

2014-10-20 Thread Gimantha Bandara
gt;>>>>>>>>> >>>>>>>>>>>>>>>>>>> *WSO2, Inc. * >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> lean . enterprise . middleware >>>>>>>>>>>>>>>>>>> Tel: +94 112 145345 >>>>>>>>>>>>>>>>>>> Mob: +94 779 869138 >>>>>>>>>>>>>>>>>>> Blog: http://suhan-opensource.blogspot.com/ >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> ___ >>>>>>>>>>>>>>>>>>> Dev mailing list >>>>>>>>>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> *Thanks & Regards,Sameera Jayaratna Software Engineer; **WSO2 >>>>>>>>>>>>>>>>>> Inc. * >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> *lean . enterprise . middleware | http://wso2.com >>>>>>>>>>>>>>>>>> <http://wso2.com> * >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> ___ >>>>>>>>>>>>>>>>>> Dev mailing list >>>>>>>>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> ___ >>>>>>>>>>>>>>>>> Dev mailing list >>>>>>>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>>> Thilini Shanika >>>>>>>>>>>>>>>> Software Engineer >>>>>>>>>>>>>>>> WSO2, Inc.; http://wso2.com >>>>>>>>>>>>>>>> 20, Palmgrove Avenue, Colombo 3 >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> E-mail: tgtshan...@gmail.com >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> ___ >>>>>>>>>>>>>>>> Dev mailing list >>>>>>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> -- >>>>>>>>>>>>>>> Prasanna Dangalla >>>>>>>>>>>>>>> Software Engineer, WSO2, Inc.; http://wso2.com/ >>>>>>>>>>>>>>> lean.enterprise.middleware >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> cell: +94 777 55 80 30 | +94 718 11 27 51 >>>>>>>>>>>>>>> twitter: @prasa77 >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> ___ >>>>>>>>>>>>>>> Dev mailing list >>>>>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>>>> >>>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>>> -- >>>>>>>>>>>>>> Roshan Wijesena. >>>>>>>>>>>>>> Senior Software Engineer-WSO2 Inc. >>>>>>>>>>>>>> Mobile: *+94752126789* >>>>>>>>>>>>>> Email: ros...@wso2.com >>>>>>>>>>>>>> *WSO2, Inc. :** wso2.com <http://wso2.com/>* >>>>>>>>>>>>>> lean.enterprise.middleware. >>>>>>>>>>>>>> >>>>>>>>>>>>>> ___ >>>>>>>>>>>>>> Dev mailing list >>>>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>>> >>>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>>> -- >>>>>>>>>>>>> *Godwin Amila Shrimal* >>>>>>>>>>>>> Senior Software Engineer >>>>>>>>>>>>> WSO2 Inc.; http://wso2.com >>>>>>>>>>>>> lean.enterprise.middleware >>>>>>>>>>>>> >>>>>>>>>>>>> mobile: *+94772264165* >>>>>>>>>>>>> linkedin: *http://lnkd.in/KUum6D <http://lnkd.in/KUum6D>* >>>>>>>>>>>>> twitter: https://twitter.com/godwinamila >>>>>>>>>>>>> >>>>>>>>>>>>> ___ >>>>>>>>>>>>> Dev mailing list >>>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>> >>>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>>> ___ >>>>>>>>>>>> Dev mailing list >>>>>>>>>>>> Dev@wso2.org >>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>> >>>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> -- >>>>>>>>>>> >>>>>>>>>>> Gayan Gunarathne >>>>>>>>>>> Technical Lead >>>>>>>>>>> WSO2 Inc. (http://wso2.com) >>>>>>>>>>> email : gay...@wso2.com | mobile : +94 766819985 >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>>> ___ >>>>>>>>>>> Dev mailing list >>>>>>>>>>> Dev@wso2.org >>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>> >>>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> -- >>>>>>>>>> >>>>>>>>>> *Dinesh J. Weerakkody* >>>>>>>>>> Software Engineer >>>>>>>>>> WSO2 Inc. >>>>>>>>>> lean | enterprise | middleware >>>>>>>>>> M : +94 727 361788 | E : dine...@wso2.com | W : www.wso2.com >>>>>>>>>> >>>>>>>>>> ___ >>>>>>>>>> Dev mailing list >>>>>>>>>> Dev@wso2.org >>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Thanks >>>>>>>>> Abimaran Kugathasan >>>>>>>>> >>>>>>>>> Software Engineer | WSO2 Inc >>>>>>>>> Data & APIs Technologies Team >>>>>>>>> Mobile : +94 773922820 >>>>>>>>> >>>>>>>>> <http://stackoverflow.com/users/515034> >>>>>>>>> <http://lk.linkedin.com/in/abimaran> >>>>>>>>> <http://www.lkabimaran.blogspot.com/> >>>>>>>>> <https://github.com/abimaran> <https://twitter.com/abimaran> >>>>>>>>> >>>>>>>>> >>>>>>>>> ___ >>>>>>>>> Dev mailing list >>>>>>>>> Dev@wso2.org >>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> -- >>>>>>>> Thanks & Regards >>>>>>>> -- >>>>>>>> Srisunmugaraja Paraparan >>>>>>>> Software Engineer, >>>>>>>> WSO2 Inc. - lean . enterprise . middleware | wso2.com >>>>>>>> >>>>>>>> email : parapa...@wso2.com, mobile : +94 77 0362151 >>>>>>>> >>>>>>>> ___ >>>>>>>> Dev mailing list >>>>>>>> Dev@wso2.org >>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Ayesha Dissanayaka* >>>>>>> Software Engineer, >>>>>>> WSO2, Inc : http://wso2.com >>>>>>> <http://www.google.com/url?q=http%3A%2F%2Fwso2.com&sa=D&sntz=1&usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg> >>>>>>> 20, Palmgrove Avenue, Colombo 3 >>>>>>> E-Mail: aye...@wso2.com >>>>>>> >>>>>>> ___ >>>>>>> Dev mailing list >>>>>>> Dev@wso2.org >>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Harsha Kumara >>>>>> Software Engineer, WSO2 Inc. >>>>>> Mobile: +94775505618 >>>>>> Blog:harshcreationz.blogspot.com >>>>>> >>>>>> ___ >>>>>> Dev mailing list >>>>>> Dev@wso2.org >>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Vinuri Perera >>>>> Software Engineer | WSO2 Inc >>>>> >>>>> M : 0711518805 >>>>> >>>>> >>>>> ___ >>>>> Dev mailing list >>>>> Dev@wso2.org >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> *Anuruddha Premalal* >>>> Software Eng. | WSO2 Inc. >>>> Mobile : +94710461070 >>>> Web site : www.regilandvalley.com >>>> >>>> >>>> ___ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> >>> Danesh Kuruppu >>> Software Engineer >>> WSO2 Inc, >>> Mobile: +94 (77) 1690552 >>> >>> ___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Sajini De SIlva >> Software Engineer; WSO2 Inc.; http://wso2.com , >> Email: saj...@wso2.com >> Blog: http://sajinid.blogspot.com/ >> Git hub profile: https://github.com/sajinidesilva >> >> Phone: +94 712797729 >> >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > Buddhima Wijeweera > Software Engineer; WSO2 Inc.; http://wso2.com , > > Email: buddh...@wso2.com > Blog: https://buddhimawijeweera.wordpress.com > GitHub Profile: https://github.com/Buddhima > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] WSO2 Committers += Lasindu Charith

2014-10-20 Thread Gimantha Bandara
;>>>>>>>>>>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> >

Re: [Dev] WSO2 Committers += Milinda Perera

2014-10-28 Thread Gimantha Bandara
gt; Mobile: +94776509215 >>>>>>>>>> >>>>>>>>>> ___ >>>>>>>>>> Dev mailing list >>>>>>>>>> Dev@wso2.org >>>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>>> >>>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> -- >>>>>>>>> Suhan Dharmasuriya >>>>>>>>> Software Engineer - Test Automation >>>>>>>>> >>>>>>>>> *WSO2, Inc. * >>>>>>>>> >>>>>>>>> lean . enterprise . middleware >>>>>>>>> Tel: +94 112 145345 >>>>>>>>> Mob: +94 779 869138 >>>>>>>>> Blog: http://suhan-opensource.blogspot.com/ >>>>>>>>> >>>>>>>>> ___ >>>>>>>>> Dev mailing list >>>>>>>>> Dev@wso2.org >>>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>>> >>>>>>>>> >>>>>>>> >>>>>>>> ___ >>>>>>>> Dev mailing list >>>>>>>> Dev@wso2.org >>>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>>> >>>>>>>> >>>>>>> >>>>>>> >>>>>>> -- >>>>>>> *Godwin Amila Shrimal* >>>>>>> Senior Software Engineer >>>>>>> WSO2 Inc.; http://wso2.com >>>>>>> lean.enterprise.middleware >>>>>>> >>>>>>> mobile: *+94772264165* >>>>>>> linkedin: *http://lnkd.in/KUum6D <http://lnkd.in/KUum6D>* >>>>>>> twitter: https://twitter.com/godwinamila >>>>>>> >>>>>>> ___ >>>>>>> Dev mailing list >>>>>>> Dev@wso2.org >>>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Regards, >>>>>> >>>>>> Waruna Lakshitha Jayaweera >>>>>> Software Engineer >>>>>> WSO2 Inc; http://wso2.com >>>>>> phone: +94713255198 >>>>>> >>>>>> ___ >>>>>> Dev mailing list >>>>>> Dev@wso2.org >>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> *Supun Sethunga* >>>>> Software Engineer >>>>> WSO2, Inc. >>>>> lean | enterprise | middleware >>>>> Mobile : +94 716546324 >>>>> >>>>> ___ >>>>> Dev mailing list >>>>> Dev@wso2.org >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> ___ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> ___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> Best Regards, >> V.Rajeevan >> Software Engineer, >> WSO2 Inc. :http://wso2.com >> >> Mobile : +94 773090875 >> Email : rajeev...@wso2.com >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Mahesh Chinthaka Vidanagama* | Software Engineer > WSO2, Inc | lean. enterprise. middleware. > #20, Palm Grove, Colombo 03, Sri Lanka > Mobile: +94 71 63 63 083 | Work: +94 112 145 345 > Email: mahe...@wso2.com | Web: www.wso2.com > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] What is the recommended way to initialize singleton

2014-12-19 Thread Gimantha Bandara
sit https://groups.google.com/a/wso2.com/d/optout. >> > > > -- > > Udara Liyanage > Software Engineer > WSO2, Inc.: http://wso2.com > lean. enterprise. middleware > > web: http://udaraliyanage.wordpress.com > phone: +94 71 443

[Dev] Gettiing statistics from a JMX profile visualized in BAM dashboards

2014-05-31 Thread Gimantha Bandara
specific JMX server, I can create a JMX profile and select the MBeans and attributes, and then save that JMX profile. How could these profiles be used to visualize JMX statistics on BAM dashboards? -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919

[Dev] Is BSD compatible with Apache2.0 license?

2014-07-15 Thread Gimantha Bandara
Hi all, D3.js[1] has nice graphs and tables for data visualization and can be used for BAM toolbox dash boards. D3.js comes with BSD license. Is it possible to use BSD licensed libraries for our products? [1] http://d3js.org/ Thanks, Gimantha -- Gimantha Bandara Software Engineer WSO2. Inc

Re: [Dev] Is BSD compatible with Apache2.0 license?

2014-07-15 Thread Gimantha Bandara
his library > replace the current graphs library that we ship? > > Regards, > KasunG > > > On Tue, Jul 15, 2014 at 6:37 PM, Gimantha Bandara > wrote: > >> Hi all, >> >> D3.js[1] has nice graphs and tables for data visualization and can be >> used fo

[Dev] [DEV] [IS 5.0.0] SAML2 IdP with SimpleSAMLphp Service Provider

2014-07-30 Thread Gimantha Bandara
5 (require) 0 /var/simplesamlphp/simplesamlphp/www/module.php:135 (N/A) Can someone help me on this? [1] https://docs.wso2.com/display/IS500/SAML2+IdP+with+SimpleSAMLphp+Service+Provider Thanks, -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +9

Re: [Dev] [DEV] [IS 5.0.0] SAML2 IdP with SimpleSAMLphp Service Provider

2014-07-30 Thread Gimantha Bandara
rovider >> >> From the menu you get >> Inbound Authentication Configuration --> SAML2 Web SSO Configuration >> >> the identity profider id value should be SAML end point of the IS- >> https://{yourhost}:{port}/samlsso <https://localhost:9443/samlsso> >&

Re: [Dev] [DEV] [IS 5.0.0] SAML2 IdP with SimpleSAMLphp Service Provider

2014-07-30 Thread Gimantha Bandara
dules/saml/www/sp/saml2-acs.php:18 (require) 0 /var/simplesamlphp/simplesamlphp/www/module.php:135 (N/A) On Thu, Jul 31, 2014 at 11:00 AM, Gimantha Bandara wrote: > Hi, > > @prasanna, IDP entitiy ID is set correctly. > > @hasintha, Thats was the problem. Default resident identity p

Re: [Dev] WSO2 Committers += Dilini Muthumala

2014-08-17 Thread Gimantha Bandara
t;>>>>>>>>>>>>>>>>> *Susinda Perera* >>>>>>>>>>>>>>>>>> Software Engineer >>>>>>>>>>>>>>>>>> Mobile:(+94)716049075 >>>>>>>>>>>&

Re: [Dev] WSO2 Committers += Rajith Vitharana

2014-08-28 Thread Gimantha Bandara
Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > Harsha

[Dev] [DEV] Purpose of features/nested-categories and features/repository

2014-09-16 Thread Gimantha Bandara
the pom.xml's inside the sub folders of features/repository. So Do I have to update feature/repositoy with the updated feature? Thanks, -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing lis

[Dev] How to point Direct repository location (file://) for SVN based dep-sync

2014-09-27 Thread Gimantha Bandara
internal.io.fs.FSRepository.checkPath(FSRepository.java:191) at org.tmatesoft.svn.core.wc.SVNCommitClient.addURLParents(SVNCommitClient.java:1464) at org.tmatesoft.svn.core.wc.SVNCommitClient.doMkDir(SVNCommitClient.java:411) at org.tmatesoft.svn.core.javahl.SVNClientImpl.mkdir(SVNCli

[Dev] [REST APIs][Analytics] GET request with a payload

2016-03-23 Thread Gimantha Bandara
Hi all, We have a REST API in DAS to retrieve records in a specific table. It supports GET method with the following url format. /analytics/tables/{tableName}/{from}/{to}/{start}/{count} Sending a GET request to above url will give the records between given "from", "to" time range starting from

Re: [Dev] DAS - How to change the schema of a table

2016-03-23 Thread Gimantha Bandara
lean.enterprise.middleware > > mobile: *+94728671315 <%2B94728671315>* > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Architecture] [REST APIs][Analytics] GET request with a payload

2016-03-23 Thread Gimantha Bandara
-2013-rest-feat >> [5] >> http://platinumdogs.me/2013/03/14/sharepoint-adventures-with-the-rest-api-part-1/ >> [6] >> https://developers.google.com/youtube/2.0/developers_guide_protocol_partial#Fields_Formatting_Rules >> [7] https://developer.linkedin.com/docs/field

Re: [Dev] DAS Lucene query AllowLeadingWildcard

2016-03-23 Thread Gimantha Bandara
> Damith. > > -- > Software Engineer > WSO2 Inc.; http://wso2.com > <http://www.google.com/url?q=http%3A%2F%2Fwso2.com&sa=D&sntz=1&usg=AFQjCNEZvyc0uMD1HhBaEGCBxs6e9fBObg> > lean.enterprise.middleware > > mobile: *+94728671315 <%2B94728671315>* > &g

Re: [Dev] DAS Lucene query AllowLeadingWildcard

2016-03-24 Thread Gimantha Bandara
Mar 24, 2016 at 11:49 AM, Gimantha Bandara > wrote: > >> Hi Damith, >> >> If the "roles" field contains comma separated values, you can simply >> search for the specific role using the following query >> >> "roles : role1" >> &g

Re: [Dev] [REST APIs][Analytics] GET request with a payload

2016-03-24 Thread Gimantha Bandara
tached in this mail[1] in > architecture mailing list. > When we develop REST APIs please follow that document and if you see > anything missed there please let us know. > > [1][Architecture] REST API Guidelines > > > Thanks, > sanjeewa. > > On Wed, Mar 23, 201

Re: [Dev] [Architecture] [REST APIs][Analytics] GET request with a payload

2016-04-03 Thread Gimantha Bandara
f the user wants to get a selected number of columns, the >> chances are it won't exceed the url limit. >> ( due to the that number being low). >> >> Thanks, >> Sachith >> >> On Thu, Mar 24, 2016 at 2:21 PM, Gimantha Bandara >> wrote: >&

Re: [Dev] [Architecture] [REST APIs][Analytics] GET request with a payload

2016-04-03 Thread Gimantha Bandara
Please note that "fields" is changed to "columns" for consistency as in APIs, "columns" is used. On Mon, Apr 4, 2016 at 9:08 AM, Gimantha Bandara wrote: > Hi all, > > Thank you for your suggestions! We are going to use GET with the query > parameter

Re: [Dev] [DAS] Is there a way to retrieve selected fields from a given table

2016-04-03 Thread Gimantha Bandara
t;>>>> ___ >>>>>> Dev mailing list >>>>>> Dev@wso2.org >>>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> W.G. Gihan Anuruddha >>>>> Senior Software Engineer | WSO2, Inc. >>>>> M: +94772272595 >>>>> >>>> >>>> >>>> >>>> -- >>>> Geesara Prathap Kulathunga >>>> Software Engineer >>>> WSO2 Inc; http://wso2.com >>>> Mobile : +940772684174 >>>> >>>> >>> >>> >>> -- >>> W.G. Gihan Anuruddha >>> Senior Software Engineer | WSO2, Inc. >>> M: +94772272595 >>> >>> ___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> /sumedha >> m: +94 773017743 >> b : bit.ly/sumedha >> > > > > -- > W.G. Gihan Anuruddha > Senior Software Engineer | WSO2, Inc. > M: +94772272595 > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [DAS] Error in Searching Records by Query

2016-04-06 Thread Gimantha Bandara
amples"*,it seems the condition joined by the 'AND' is >>>>> ignored when webapp name takes the form " / " ," a ", " A ", " $ " , " * >>>>> " >>>>> or " %" . >>>>> >

Re: [Dev] [DAS] Error in Searching Records by Query

2016-04-06 Thread Gimantha Bandara
[1] https://en.wikipedia.org/wiki/Stop_words On Wed, Apr 6, 2016 at 6:19 PM, Gimantha Bandara wrote: > Hi, > > That is the expected behavior. In Lucene analysis process, the words like > "will", "be", "as", "a" [1] or any special chara

Re: [Dev] [APIM Analytics] llegalArgumentException occurs when running integration tests of analytics-apim

2016-04-08 Thread Gimantha Bandara
; Sachini > -- > > > > *Thanks & Regards,Sachini JayasekaraSoftware Engineer; **WSO2 Inc. * > > *lean . enterprise . middleware | http://wso2.com <http://wso2.com> * > > Mobile : +94712371165 > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [Architecture] [REST APIs][Analytics] GET request with a payload

2016-04-15 Thread Gimantha Bandara
> tables, drilldown, everything? I can't see that in URL. > 3) is POST /analytics/drilldown creating a drilldown or getting one ? If > it's getting one, this is also wrong, should be get. If creating, why not > PUT? > > > > > On Mon, Apr 4, 2016 at 12:08 AM, Gi

Re: [Dev] [Architecture] [REST APIs][Analytics] GET request with a payload

2016-04-15 Thread Gimantha Bandara
ing? I can't see that in URL. >> 3) is POST /analytics/drilldown creating a drilldown or getting one ? If >> it's getting one, this is also wrong, should be get. If creating, why not >> PUT? >> >> >> >> >> On Mon, Apr 4, 2016 at 12:08 AM, Gim

[Dev] [Analytics] Removing FACET from Indexing data types

2016-04-21 Thread Gimantha Bandara
Hi all, We are planning to remove "FACET" (this type is used to categorize/group, to get unique values and to drill-down) from indexing data types and we will introduce an attribute to mark other data types as a FACET or not. Earlier FACETs can be defined only for STRING fields and even if we defi

Re: [Dev] [Analytics] Removing FACET from Indexing data types

2016-04-21 Thread Gimantha Bandara
chema "processDefinitionId string -i *-f*, > processVersion string -i, > processInstanceId string -i,, > primaryKeys "processInstanceId" > ); > > is this the way that we can define it in newer version ? > > > On Fri, Apr 22, 2016 at 2:39 AM, Gimantha Bandara

Re: [Dev] [Analytics] Removing FACET from Indexing data types

2016-04-22 Thread Gimantha Bandara
e "-i", since facets will anyway be indexed. On Fri, Apr 22, 2016 at 10:00 AM, Gimantha Bandara wrote: > Hi Isuru, > > Older FACET keyword is also supported. Yes, we are planing to add -f to > denote facet attribute. > > @Anjana/Niranda WDYT? > > > On Fri

Re: [Dev] Error while registering UDF method in Spark

2016-06-04 Thread Gimantha Bandara
mpl.java:950) >> INFO [org.wso2.carbon.automation.extensions.servers.utils.ServerLogReader] >> -at >> org.wso2.carbon.analytics.dataservice.core.AnalyticsDataServiceComponent.activate(Analytics >> >> >> [1] https://wso2.org/jenkins/job/analytics-apim/136/consoleText &g

Re: [Dev] Order By for the analytics js api

2016-06-06 Thread Gimantha Bandara
http://dulitha.me>* > * ~Twitter @dulitharw <https://twitter.com/dulitharw>* > *~Github @dulichan <https://github.com/dulichan>* > *~SO @chan <http://stackoverflow.com/users/813471/chan>* > -- Gimantha Bandara Software Engineer WSO2. Inc : http://w

Re: [Dev] [DAS] Error in activating analytics data service

2016-06-08 Thread Gimantha Bandara
Hbase. but i get the following error > message. here i attached the analytics-datasource.xml file for more details. > > [image: Inline image 1] > > > Regards, > Suresh > > ___ > Dev mailing list > Dev@wso2.org > http://

Re: [Dev] Exception handling in Spark UDF

2016-06-09 Thread Gimantha Bandara
han>* >>> >> >> >> >> -- >> Sachith Withana >> Software Engineer; WSO2 Inc.; http://wso2.com >> E-mail: sachith AT wso2.com >> M: +94715518127 >> Linked-In: <http://goog_416592669> >> https://lk.linkedin.com/in/sach

Re: [Dev] Exception handling in Spark UDF

2016-06-14 Thread Gimantha Bandara
l work for scenarios where we are using the >>>>> function on a where clause. There is also another scenario where you use >>>>> it >>>>> to transform the value in the select. In the below query - if we put a >>>>> default value it

Re: [Dev] [DAS] simulating event stream with facet attribute

2015-08-02 Thread Gimantha Bandara
ot; >>>>> >>>>> } >>>>> >>>>> ] >>>>> >>>>> } >>>>> >>>>> >>>>> >>>>>- `name`, `add` and `type` attributes are set to facet and indexed >

Re: [Dev] [GSoC2015] d3js Moving SVG elements inside a transforming group

2015-08-11 Thread Gimantha Bandara
g | UoP >> +94771121195 >> >> > > > -- > Mohammed Fawzan > Faculty of Engineering | UoP > +94771121195 > > > _______ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Giman

Re: [Dev] [DAS] DAS dashboard table-gadget column order

2015-08-14 Thread Gimantha Bandara
ave to do to get the columns as in schema order? > > Thanks. > > -- > Thanuja Uruththirakodeeswaran > Software Engineer > WSO2 Inc.;http://wso2.com > lean.enterprise.middleware > > mobile: +94 774363167 > > __

Re: [Dev] [DAS] DAS dashboard table-gadget column order

2015-08-14 Thread Gimantha Bandara
in DAS embedded H2 database? > > Thanks. > > On Fri, Aug 14, 2015 at 1:28 PM, Gimantha Bandara > wrote: > >> Hi Thanuja, >> Is it same with the H2 table or only the HBase analytics table? >> >> >> On Thu, Aug 13, 2015 at 6:50 PM, Thanuja Uruththirako

Re: [Dev] [DAS] DAS dashboard table-gadget column order

2015-08-24 Thread Gimantha Bandara
re not in the order as in schema. Data explorer >> has same column order as in schema. >> >> Thanks. >> On 14 Aug 2015 18:18, "Gimantha Bandara" wrote: >> >>> Columns you define in the schema, does not map to RDBMS physical >>> tables' co

Re: [Dev] [DAS] DAS build failure

2015-08-31 Thread Gimantha Bandara
- > > Did anyone get this same error? > > > Thanks. > -- > Thanuja Uruththirakodeeswaran > Software Engineer > WSO2 Inc.;http://wso2.com > lean.enterprise.middleware > > mobile: +94 774363167 > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [DAS] Configuring Cross Origin Resource Sharing in DAS

2015-09-03 Thread Gimantha Bandara
;https://twitter.com/madawa_rc> | Tumblr <http://madawas.tumblr.com/> > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] Extract year from timestamp with Spark in DAS 3.0.0

2015-09-11 Thread Gimantha Bandara
ut I cannot >> use *from_unixtime*. >> So how can I do the same in spark SQL? >> >> Regards, >>Jorge. >> > > > _______ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > >

Re: [Dev] [DAS] Performing SQL COUNT() operation through luciene

2015-10-06 Thread Gimantha Bandara
10933706 >>>> isur...@wso2.com >>>> >>>> ___ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >&g

Re: [Dev] [DAS] Performing SQL COUNT() operation through luciene

2015-10-06 Thread Gimantha Bandara
gt;> >>>>> Any help will be appreciated. >>>>> >>>>> -- >>>>> Isuru Wijesinghe >>>>> *Software Engineer* >>>>> Mobile: 0710933706 >>>>> isur...@wso2.com >>>>> >>>&

Re: [Dev] [DAS] Performing SQL COUNT() operation through luciene

2015-10-06 Thread Gimantha Bandara
>>>>> *Software Engineer* >>>>> Mobile: 0710933706 >>>>> isur...@wso2.com >>>>> >>>>> ___ >>>>> Dev mailing list >>>>> Dev@wso2.org >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> *Anjana Fernando* >>>> Senior Technical Lead >>>> WSO2 Inc. | http://wso2.com >>>> lean . enterprise . middleware >>>> >>> >>> >>> >>> -- >>> Isuru Wijesinghe >>> *Software Engineer* >>> Mobile: 0710933706 >>> isur...@wso2.com >>> >>> ___ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> >> Thanks & regards, >> Nirmal >> >> Team Lead - WSO2 Machine Learner >> Associate Technical Lead - Data Technologies Team, WSO2 Inc. >> Mobile: +94715779733 >> Blog: http://nirmalfdo.blogspot.com/ >> >> >> > > > -- > Isuru Wijesinghe > *Software Engineer* > Mobile: 0710933706 > isur...@wso2.com > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [DAS] Performing SQL COUNT() operation through luciene

2015-10-07 Thread Gimantha Bandara
no exception in the server side, may be the json payload is not correct ( like extra commas, spelling ) On Wed, Oct 7, 2015 at 1:18 AM, Gimantha Bandara wrote: > Please use the request body mentioned in the documentation jira I sent > previously. > > On Wed, Oct 7, 2015 at 1:

Re: [Dev] Escaping "/" in a search query in DAS

2015-11-10 Thread Gimantha Bandara
ot;, >>> >>> [5] >>> https://lucene.apache.org/core/5_2_1/queryparser/org/apache/lucene/queryparser/classic/package-summary.html#Escaping_Special_Characters >>> >>> [6] "query":"request_uri:\/student\/883343913V", >>> >>> -- &g

Re: [Dev] [BPS][DAS] Sorting feature and range faceting for the aggregated records

2015-11-22 Thread Gimantha Bandara
> -- >> Isuru Wijesinghe >> *Software Engineer* >> WSO2 inc : http://wso2.com >> lean.enterprise.middleware >> Mobile: 0710933706 >> isur...@wso2.com >> >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > Rukshan Chathuranga. > Software Engineer. > WSO2, Inc. > > ___ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- Gimantha Bandara Software Engineer WSO2. Inc : http://wso2.com Mobile : +94714961919 ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [BPS][DAS] Sorting feature and range faceting for the aggregated records

2015-11-23 Thread Gimantha Bandara
ntioned in the sample. > > Regards, > Chathura > > > On Mon, Nov 23, 2015 at 7:45 AM, Gimantha Bandara > wrote: > >> Hi Isuru, >> >> 1. DAS 3.0.0 does not support sorting aggregated data. But it can be >> considered as an improvement in 3.0.01 >> &

Re: [Dev] Analytics JavaScript API : Fails due to not being able to build the request

2015-12-14 Thread Gimantha Bandara
t;>> https://github.com/wso2/carbon-dashboards/blob/master/apps/portal/controllers/apis/analytics.jag >>> [3] >>> https://github.com/wso2/carbon-dashboards/blob/master/apps/portal/controllers/apis/analytics.jag#L151 >>> >>> Thanks, >>> Supun >>> -- &

Re: [Dev] [DEV][DAS] Publishing data through JAVA client REST or THRIFT?

2015-12-14 Thread Gimantha Bandara
; >>>> *WSO2, Inc. :** wso2.com <http://wso2.com/>* >>>> lean.enterprise.middleware. >>>> >>>> _______ >>>> Dev mailing list >>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman

Re: [Dev] [DAS-3.0.0] Unable to retrieve matching records via JS API

2015-12-27 Thread Gimantha Bandara
Hi Udara, Yes, your way of calling search API is the correct way. Documentation needs to be updated. Thank you for pointing it out. @Rukshani, can you please replace the example with the following content? var queryInfo = { tableName : “TEST”, //table being queried searchParams : {

Re: [Dev] [DEV][DAS] How to sort data in DAS?

2016-01-01 Thread Gimantha Bandara
>> -- >>> Roshan Wijesena. >>> Senior Software Engineer-WSO2 Inc. >>> Mobile: *+94719154640 <%2B94719154640>* >>> Email: ros...@wso2.com >>> *WSO2, Inc. :** wso2.com <http://wso2.com/>* >>> lean.enterprise.middleware. >>&g

Re: [Dev] [DEV][VOTE] Release WSO2 Data Analytics Server 3.0.1 RC1

2016-01-14 Thread Gimantha Bandara
gt;>>> Dev@wso2.org >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> _______ >>> Dev mailing list >>> Dev@wso2.org >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>>

Re: [Dev] [DEV][VOTE] Release WSO2 Data Analytics Server 3.0.1 RC3

2016-01-18 Thread Gimantha Bandara
;> >> >> >> -- >> *Anjana Fernando* >> Senior Technical Lead >> WSO2 Inc. | http://wso2.com >> lean . enterprise . middleware >> >> _______ >> Dev mailing list >&

Re: [Dev] [Log Analyzer] DAS REST API Data Aggregations support

2016-01-26 Thread Gimantha Bandara
t; >> ___ >> Dev mailing list >> Dev@wso2.org >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > Rukshan Chathuranga. > Software Engineer. > WSO2, Inc.

Re: [Dev] [Log Analyzer] DAS REST API Data Aggregations support

2016-01-26 Thread Gimantha Bandara
oup by integer ranges using DAS, you will be able to group by date also. > >>- An aggregation where we should be able to compare all the log >>fields against existing all metric aggregations (count,sum,min,max,avg). >> (Eg:log_level vs count) >> >> This is

Re: [Dev] [TFL-TDS] How to query with multiple fields in DAS analytics/search api

2016-02-16 Thread Gimantha Bandara
"tableName":"ORG_TFL_GOV_ERROR_CODES", > "timestamp":1.455459013158E12, > "values":{ > "_version":"1.0.0", > "error_name":"GLB_Java_Parse_Exception", > "

Re: [Dev] [TFL-TDS] How to query with multiple fields in DAS analytics/search api

2016-02-16 Thread Gimantha Bandara
Or you can use _correlation_date:15-02-2016 if you have indexed correlation_date as STRING. (note that I have used "_" in front of "correlation_date". Every field which is indexed as STRING has_. This is to facilitate the exact string search. On Tue, Feb 16, 2016 at 9:47

Re: [Dev] [DAS] Retrieving sorted data from queries to DAS

2016-02-29 Thread Gimantha Bandara
eve this from DAS itself, which I might have > missed? > > Regards > - > *Shabir Mohamed* > *Software Engineer* > WSO2 Inc.; http://wso2.com > Email: sha...@wso2.com > Mobile: +94 77 3516019 | +94 71 6583393 > -- Gimantha Bandar

  1   2   >