Re: [Dev] XML Editor for Eclipse Plugins

2016-03-06 Thread Heshitha Hettihewa
Hi Awanthika, Yes, I followed that link to add a structured text editor. Thanks On Mon, Mar 7, 2016 at 12:42 PM, Susinda Perera wrote: > Hi Heshitha > please have a look at > > http://www.developer.com/java/data/article.php/3648736/Eclipse-Tip-Define-Custom-Content-Types-to-Identify-Your-Data-

Re: [Dev] [DEV] WSO2 Licence header in Jaggery/HTML files

2016-03-06 Thread Manuranga Perera
I think it should be Jaggery comment to reduce the network traffic. On Mar 7, 2016 12:42 PM, "Lasantha Samarakoon" wrote: > Hi all, > > In a HTML file which has inline Jaggery statements (.jag), what is the > best way to put the WSO2 license header. Is that should be a Jaggery > comment (<% /* ..

Re: [Dev] XML Editor for Eclipse Plugins

2016-03-06 Thread Susinda Perera
Hi Heshitha please have a look at http://www.developer.com/java/data/article.php/3648736/Eclipse-Tip-Define-Custom-Content-Types-to-Identify-Your-Data-Files.htm Hope this will help for this scenario. Thanks Susinda On Mon, Mar 7, 2016 at 11:54 AM, Heshitha Hettihewa wrote: > Hi All, > > I'm cu

[Dev] [DEV] WSO2 Licence header in Jaggery/HTML files

2016-03-06 Thread Lasantha Samarakoon
Hi all, In a HTML file which has inline Jaggery statements (.jag), what is the best way to put the WSO2 license header. Is that should be a Jaggery comment (<% /* ... */ %>) or HTML comment (). Thanks, *Lasantha Samarakoon* | Software Engineer WSO2, Inc. #20, Palm Grove, Colombo 03, Sri Lanka M

Re: [Dev] XML Editor for Eclipse Plugins

2016-03-06 Thread Awanthika Senarath
Hello Heshitha, Did you follow [1] to achieve this? [1] http://www.eclipse.org/webtools/wst/components/sse/tutorials/multipage-editor-tutorial.html Regards Awanthika Awanthika Senarath Software Engineer, WSO2 Inc. Mobile: +94717681791 On Mon, Mar 7, 2016 at 11:54 AM, Heshitha Hettihewa wro

Re: [Dev] [VOTE] Release WSO2 Puppet Modules 1.1.0 RC1

2016-03-06 Thread Sajith Kariyawasam
Verified following , * Build from source, verified READMEs * WSO2 AS - 5.3.0 - default profile * WSO2 BPS - 3.5.0 - default profile * WSO2 BRS - 2.2.0 - default profile * WSO2 DAS - 3.0.1 - default profile * WSO2 ESB - 4.9.0 - default profile + registry mounting / user store in external MySQL [x

[Dev] [C5 Automation] POC-1 User story automation in local setup using docker

2016-03-06 Thread Dimuthu De Lanerolle
This will cover an implementation of running sample tests of the test suite using pre-configured docker images for setting up the environment. ​​ Our approach would be allowing an end user to run a selected test group using a maven test command (eg: -DSimpletestsuite=true) and the required setup i

Re: [Dev] Xpath expression to fetch a property which has space in name

2016-03-06 Thread Udara Liyanage
Hi Thusitha, I already tried that, but negative. On Mon, Mar 7, 2016 at 11:59 AM, Thusitha Thilina Dayaratne < thusit...@wso2.com> wrote: > Hi Udara, > > Did you tried replace the space with "_x0020_"? according to the [1] it > seems work for spaces > [1] - > *http://users.jackrabbit.apache.nar

[Dev] WSO2 Business Process Server 3.5.1 Released!

2016-03-06 Thread Amal Gunatilake
*WSO2 Business Process Server 3.5.1 Released!* *March 2016* The 100% open source, highly scalable and lean WSO2 Business Process Server helps to increase productivity and enhance competitiveness by enabling developers to easily deploy business processes and business models written using WS-BPEL a

Re: [Dev] Xpath expression to fetch a property which has space in name

2016-03-06 Thread Thusitha Thilina Dayaratne
Hi Udara, Did you tried replace the space with "_x0020_"? according to the [1] it seems work for spaces [1] - *http://users.jackrabbit.apache.narkive.com/r9aFPfiI/xpath-query-with-space-in-node-name * Thanks

[Dev] Circuit breaker implementation for MSF4J

2016-03-06 Thread Afkham Azeez
I was looking at http://www.javaworld.com/article/2824163/application-performance/stability-patterns-applied-in-a-restful-architecture.html?page=2 and looks like we can implement it for the server side as a combination of an interceptor & metrics. Isuru, will we need any changes to the metrics sid

[Dev] XML Editor for Eclipse Plugins

2016-03-06 Thread Heshitha Hettihewa
Hi All, I'm currently developing the Human Task Editor for Eclipse. For that I'm using an eclipse multi page editor which has 2 editor pages one for Text editor and one for UI editor. To edit the Human Task files the text editor part should be in the form of a XML editor. So I tried structured tex

[Dev] Xpath expression to fetch a property which has space in name

2016-03-06 Thread Udara Liyanage
Hi, I am trying to fetch an property value from a json payload similar to below. { "Department": "ABC", "Employee Id": "123", "Work Email": "ud...@wso2.com" }, I could extract Department value by below xpath expression. However when I found difficult

Re: [Dev] [Jmeter] Assign response parameter to a Jmeter variable

2016-03-06 Thread Kasun Thennakoon
Hi Rajith, Thanks for the info ,I will try this method as well, In my scenario I have to extract assetID from a JSON array where there are multiple assets in it(Multiple keys with 'id').So I think I have to make few changes to your sample regex to work it with JSON arrays. Had an offline discussio

Re: [Dev] [Jmeter] Assign response parameter to a Jmeter variable

2016-03-06 Thread Kasun Thennakoon
Hi Danesh, Thanks for the help , I have installed the plugin and put a post-processor JSONPathExtractorin into HTTP request sampler and it worked, It is simpler and easier than typing regex I guess, But the problem is since that plug-in doesn’t come with Jmeter default pack, do we have to mention,

Re: [Dev] [Jmeter] Assign response parameter to a Jmeter variable

2016-03-06 Thread Rajith Roshan
Hi Kasun, I think we can also use "Regular Expression Extractor" get the id of an asset with the following regular expression. "id" : "(.+?)" you can save the asset id with reference name and can be used this reference in future operations. (Eg : Update asset with extracted ID). Thanks! Rajith

Re: [Dev] Session Affinity in Kubernetes

2016-03-06 Thread Nishadi Kirielle
Hi All, I have written the blog post on load balancing and session affinity in kubernetes. [1] Thank you [1]. http://nishadikirielle.blogspot.com/2016/03/load-balancing-kubernetes-services-and.html On Fri, Mar 4, 2016 at 8:22 PM, Nishadi Kirielle wrote: > Thanks a lot. I will write a blog post

Re: [Dev] US Election 2016 Tweet Analyze System

2016-03-06 Thread Dinali Dabarera
Ok. I just changed them to console.logs() instead of alerts hoping that it would be better than alerts. On Mon, Mar 7, 2016 at 9:29 AM, Kavith Lokuhewage wrote: > Ok. Just one small suggestion - it would be better if we can use bootstrap > alerts instead of pure js alert popups to display these

Re: [Dev] IoTServer taking much longer time to start

2016-03-06 Thread Ruwan Yatawara
Hi Ayyoob, I had a chat with Ramith once before on why they went with the latest release of lib thrift. I was told that this fixes a bunch of issues prevalent in the previous version. So i guess this upgrade should happen at some point in the future. However, when upgrading we will have to change

Re: [Dev] US Election 2016 Tweet Analyze System

2016-03-06 Thread Kavith Lokuhewage
Ok. Just one small suggestion - it would be better if we can use bootstrap alerts instead of pure js alert popups to display these messages - if these errors will be there in future as well and is meant to be displayed to the user. Otherwise we can simply ignore the alert popup. Thanks, On Sun, M

Re: [Dev] US Election 2016 Tweet Analyze System

2016-03-06 Thread Dinali Dabarera
Hi Kavith, That happens when CEP side data doesn't rendered properly. I am now working on the increasing the performance of the servers by removing unnecessary data. (data increases with time,Therefore It slows) Thanks! On Mon, Mar 7, 2016 at 3:22 AM, Kavith Lokuhewage wrote: > Hi Dinali, > >

Re: [Dev] [VOTE] Release WSO2 Puppet Modules 1.1.0 RC1

2016-03-06 Thread Thanuja Uruththirakodeeswaran
[X] - Go ahead and release Verified the below products default profile with secure vault enabled: - AM-1.9.1, AM-1.10.0 - AS-5.3.0 - BPS-3.5.0 - BRS-2.2.0 - CEP-4.0.0 - DAS-3.0.0, DAS-3.0.1 - DSS-3.5.0 - ES-2.0.0 - ESB-4.9.0 - GREG-5.1.0 - IS-5.1.0 - MB-3.0.0,

Re: [Dev] US Election 2016 Tweet Analyze System

2016-03-06 Thread Kavith Lokuhewage
Hi Dinali, I viewed the dashboard and kept that browser tab idle for sometime (around 30 minutes) and suddenly some HTML alert popups were triggered for that tab. Only description I could see was "error". Three similar popups were shown one by one after each one was closed. Thanks, On Fri, Mar 4

Re: [Dev] [VOTE] Release WSO2 Puppet Modules 1.1.0 RC1

2016-03-06 Thread Vishanth Balasubramaniam
[X] Stable - Go ahead and release - Tested the default profiles of the following products. - wso2brs - wso2bps - wso2greg - wso2mb - Verified Heiradata from some profiles - Verified the Readme and License Regards, Vishanth On Fri, Mar 4, 2016 at 11:08 AM, Chamila D

Re: [Dev] GSoC [CDMF] [EMM] Device Policy Merging Project for WS02

2016-03-06 Thread Kamidu Punchihewa
Hi Tchuenkam, In order to Build WSO2 EMM you need to build the repository[1]. You can choose the version 2.0.0 branch for the latest stable version or the master branch which is current branch user development for the EMM 2.1.0 release. You can find the executable in *product-mdm/modules/distribu

Re: [Dev] Implementing Geographical based Analytics in API Manager

2016-03-06 Thread Tharindu Dharmarathna
Hi Akila, This thread is not relevant to an API for Geo location from IP. This thread was started to get the most suitable way of getting location with respect to ip For show the Geographical representation of how APIs in API manager access from different cities in different countries. Hope you w

Re: [Dev] Clarification regarding BuilderMediator

2016-03-06 Thread Malintha Amarasinghe
Thanks Isuru! On Sun, Mar 6, 2016 at 10:04 AM, Isuru Udana wrote: > > > On Sat, Mar 5, 2016 at 3:19 PM, Malintha Amarasinghe > wrote: > >> Hi Isuru, >> >> Thanks a lot for the input. I was able to get it working using a handler >> that replaces the content-type header with text/plain media type

Re: [Dev] Fwd: GSOC2016: Proposal 6: [ML]

2016-03-06 Thread Maheshakya Wijewardena
Hi Mahesh, Please find the comments inline. does data stream is taken to ML as the event publisher's format through > event publisher. Or we can use direct traffic that comes to event > receiver, or else as streams > We intend to use the direct data as even streams. 1.) Those data coming from w

Re: [Dev] [Jmeter] Assign response parameter to a Jmeter variable

2016-03-06 Thread Danesh Kuruppu
Hi Kasun, Can't we use Jmeter post-processors here as [1]. If your response is in JSON format, you need to install JSON plugin [2] 1. http://www.thetestingworld.com/post-processors-in-jmeter/ 2. http://jmeter-plugins.org/wiki/JSONPathExtractor/ Thanks Danesh On Fri, Mar 4, 2016 at 4:43 PM, Kasu

Re: [Dev] GSoC project for building an ensemble of models

2016-03-06 Thread Supun Sethunga
Hi Anurag, Thank you for your interest in the above project. You can start by getting to know the Machine Learner product by downloading it and running it (Please use link [1] to download). Official documentation [2] will help you on using the product. You can find the source code base at [3] and

Re: [Dev] GSoC - [CEP] Visual Query Composer for WSO2 CEP

2016-03-06 Thread Sriskandarajah Suhothayan
Looping the dev list Good here your interest. Please download WSO2CEP 4.1 http://wso2.com/products/complex-event-processor/ and try the getting started guide https://docs.wso2.com/display/CEP410/Quick+Start+Guide When you add an execution plan (the core logic of CEP) it can be viewed. from "Mana

Re: [Dev] Can't we use waitForAPIDeploymentSync() for standalone mode tests?

2016-03-06 Thread Dharshana Warusavitharana
Ye lets remove the spring dependency from code . And use default product version. Thank you, Dharshana. On Sat, Mar 5, 2016 at 1:06 PM, Bhathiya Jayasekara wrote: > FYI: In APIM we have spring.framework_3.2.9.wso2v1.jar. (I don't see any > spring dependency in your webapp code.) > > Thanks, > B