Re: [Dev] [Architecture] [VOTE] Release WSO2 Enterprise Integrator 6.6.0 RC3

2019-12-19 Thread Lahiru Madushanka
Hi all, I tested the following, - Secure proxy services. - Stat publishing to analytics in JDK 8 and 11 ( Linux ) - Data mapper mediator - JMX monitoring +1 Stable - Go ahead and release. Thanks, *Lahiru Madushanka* | Software Engineer | WSO2 Inc. 071 7276083 | lahirum...@wso2.com

Re: [Dev] [Architecture] [VOTE] Release WSO2 Enterprise Integrator 6.6.0 RC2

2019-12-17 Thread Lahiru Madushanka
//l.facebook.com/l.php?u=http%3A%2F%2Fwso2.com=gAQEswASa> > Email: samee...@wso2.com > Mobile: +94714155561 > _______ > Dev mailing list > Dev@wso2.org > http://wso2.org/cgi-bin/mailman/listinfo/dev > -- *Lahiru Madushanka* | Software

Re: [Dev] How to use external property file in ESB 6.3

2019-12-09 Thread Lahiru Madushanka
Hi Kanishka, This feature is added to the upcoming release EI 6.6.0 ( currently in beta [1] ) [1] https://github.com/wso2/product-ei/releases/tag/v6.6.0-beta Thanks, Lahiru ___ Dev mailing list Dev@wso2.org http://wso2.org/cgi-bin/mailman/listinfo/dev

Re: [Dev] [VOTE] Release WSO2 Enterprise Integrator 6.5.0 RC1

2019-05-17 Thread Lahiru Madushanka
Hi, I tested the following 1. Native JSON support in Aggregate mediator 2. Native JSON support in Enrich mediator 3. Class mediator 4. PropertyGroup mediator 5. DBLookup mediator + auto download feature of JDBC jars 6. DBReport mediator 7. Datamapper mediator 8. Clone mediator 9. Iterate

Re: [Dev] [VOTE] Release WSO2 Enterprise Integrator 6.5.0 RC1

2019-05-17 Thread Lahiru Madushanka
Hi, I tested the following 1. Native JSON support in Aggregate mediator 2. Native JSON support in Enrich mediator 3. Class mediator 4. PropertyGroup mediator 5. DBLookup mediator + auto download feature of JDBC jars 6. DBReport mediator 7. Datamapper mediator 8. Clone mediator 9. Iterate

Re: [Dev] [VOTE] Release WSO2 Enterprise Integrator 6.5.0 RC1

2019-05-17 Thread Lahiru Madushanka
Hi, I tested the following 1. Native JSON support in Aggregate mediator 2. Native JSON support in Enrich mediator 3. Class mediator 4. PropertyGroup mediator 5. DBLookup mediator + auto download feature of JDBC jars 6. DBReport mediator 7. Datamapper mediator 8. Clone mediator 9. Iterate

Re: [Dev] WSDL based proxy for SOAP Calculator

2018-12-20 Thread Lahiru Madushanka
Hi Aman, You can call the above proxy using SoapUI. Use the following sample payload. http://schemas.xmlsoap.org/soap/envelope/; xmlns:tem="http://tempuri.org/;> 123 123 Thanks, Lahiru On Fri, Dec 21, 2018 at 10:46 AM Aman Singh wrote: > Hi Devs,

Re: [Dev] Using clone and aggregator in the same sequence

2018-12-09 Thread Lahiru Madushanka
Hi Lahiru, I tested a sample and it seems not working when aggregated in inSequence itself. Appreciate if you can provide a sample configuration. Thanks, Lahiru On Fri, Dec 7, 2018 at 4:49 PM Lahiru Sandaruwan wrote: > > > On Fri, Dec 7, 2018 at 5:18 AM Lahiru Sandaruwan wrote: > >> Hi, >>

Re: [Dev] API Manager - Retrieving JSON Payload During Mediation

2018-09-26 Thread Lahiru Madushanka
Hi Amith, Explanation of how json-eval() works. We have two kinds of path expressions in synapse, synapseJsonPath and synapseXPath Following method is where we evaluate the json-eval() expressions public String stringValueOf(MessageContext synCtx) { org.apache.axis2.context.MessageContext

Re: [Dev] [Architecture] [VOTE] Release WSO2 Enterprise Integrator 6.4.0 RC1

2018-09-19 Thread Lahiru Madushanka
Hi all, I have tested the following mediators. DBLookup DBReport Callout Cache ForEach Iterate Script Smooks and VFS transport InMemory message store + Message sampling processor IP based throttling [+] Stable - Go ahead and release Thanks, Lahiru On Wed, Sep 19, 2018 at 11:40 AM Shakila

Re: [Dev] Sending Data Over TCP

2018-08-21 Thread Lahiru Madushanka
Hi Amit, Please refer to this [1] documentation. ( contains a sample ) [1] https://docs.wso2.com/display/ESB500/TCP+Transport Thanks, Lahiru On Tue, Aug 21, 2018 at 5:28 PM Amit Gupta wrote: > Hi , > > I have created a proxy in wso2 esb wherin i can receive data over TCP from > external

Re: [Dev] Using Class mediator

2018-08-08 Thread Lahiru Madushanka
Hi Aman, You can add the resulting string to the message context as a property @Override public boolean mediate(MessageContext messageContext) { String result = "This is the resulting String"; messageContext.setProperty("sampleProperty",result); return true; Then, inside the

Re: [Dev] Requesting suggestions for micro integrator secure vault script name

2018-08-07 Thread Lahiru Madushanka
+1 to *micro-*securevault*.sh* On Tue, Aug 7, 2018 at 5:19 PM Hasitha Hiranya wrote: > Hi Arshardh, > > I am +1 for the simple name "*securevault*" > > Thanks > > On Tue, Aug 7, 2018 at 10:36 AM Arshardh Ifthikar > wrote: > >> Hi all, >> The Micro Integrator profile of the Enterprise

Re: [Dev] Storing logs in a File

2018-07-31 Thread Lahiru Madushanka
Hi Aman, You can try per-service [1] and per-API [2] logging to take logs from specific proxy/API. In the log4j configs, you can configure the log level, file location, log pattern etc ... [1] https://docs.wso2.com/display/ESB481/Per-Service+Logs+in+WSO2+ESB [2]

Re: [Dev] [Architecture] [VOTE] Release WSO2 Enterprise Integrator 6.3.0 RC2

2018-06-16 Thread Lahiru Madushanka
Hi all, Tested the following Ubuntu Windows Test EI micro-integrator EI + MI JMS inbound endpoint ✓ ✓ ✓ JMS listener proxy ✓ ✓ ✓ JMS publisher proxy ✓ ✓ ✓ JMS message Store ✓ ✓ ✓ JMS transaction and rollback ✓ ✓ Message sampling processor ✓ ✓ ✓ Class mediator ✓ ✓ ✓ Data Mapper mediator (using

Re: [Dev] [APIM] Error occurred while connecting to back end

2018-02-19 Thread Lahiru Madushanka
Hi all, Got the same issue for MB 3.2.0 when running integration tests. Workaround :- replace jks files inside test suit -> resources -> keystore.products folder from jks files taken from a wum updated MB 3.2.0 pack. Thanks, Lahiru On Wed, Dec 13, 2017 at 9:10 AM, Viduranga Gunarathne

Re: [Dev] Fix wso2/product-ei/issues/1760

2018-01-21 Thread Lahiru Madushanka
t;> Hi Lahiru, >> >> I will do the needful. >> >> Thanks, >> >> On Mon, Jan 22, 2018 at 9:51 AM, Lahiru Madushanka <lahirum...@wso2.com> >> wrote: >> >>> Hi all, >>> >>> This issue is fixed now. >>> >>> I

[Dev] Fix wso2/product-ei/issues/1760

2018-01-21 Thread Lahiru Madushanka
Hi all, This issue is fixed now. I am attaching the diff of the fix below. Could someone please add this to the SVN Thanks, Lahiru Index: modules/core/src/main/java/org/apache/synapse/config/SynapseConfigUtils.java === ---

Re: [Dev] Summarization of JSON data in DAS

2017-08-20 Thread Lahiru Madushanka
; >> @Import('org.wso2.event.user.stream:1.0.0') >> define stream dataIn (timestamp long, *userData** string*); >> > > > from dataIn >> select *map:createFromJSON(**userData) as userData**Map* >> insert into tempStream; > > > > from tempStream

Re: [Dev] [Architecture] [VOTE] Release of WSO2 IoT Server 3.1.0 RC version 4

2017-08-14 Thread Lahiru Madushanka
Hi all, I tested Virtual Fire Alarm Connected Cup No blockers were found [+] Stable - Go ahead and release. Thanks, Lahiru On Mon, Aug 14, 2017 at 4:48 PM, Sumedha Rubasinghe wrote: > I tested following: > Virtual firealarm (control operations,analytics - realtime &

Re: [Dev] Summarization of JSON data in DAS

2017-07-08 Thread Lahiru Madushanka
ul 8, 2017 at 10:02 AM, Nirmal Fernando <nir...@wso2.com> wrote: > Check on arbitrary data support https://docs.wso2.com/ > display/DAS310/Input+Mapping+Types > > On Sat, Jul 8, 2017 at 7:48 AM, Lahiru Madushanka <lahirum...@wso2.com> > wrote: > >> Hi all

[Dev] Summarization of JSON data in DAS

2017-07-07 Thread Lahiru Madushanka
Hi all, I have a requirement where data values published to DAS are not predefined (dynamic) ( Ex :- cpu usage of a given laptop ) So I push them as a JSON string Ex:- "cpuinfo":{"corePercentages": [4.1, 3.1, 5.2, 7.1], "numOfCores": 4} This JSON string will be changed with no of cores in the PC

Re: [Dev] New device type for IOTS ( Laptop agent )

2017-07-06 Thread Lahiru Madushanka
gt; > [1]https://docs.wso2.com/display/DAS310/Creating+Alerts > > Thanks, > Waruna > > > > On Thu, Jul 6, 2017 at 11:04 AM, Lahiru Madushanka <lahirum...@wso2.com> > wrote: > >> Hi Harshan, >> >> Sorry for the unclarity of my initial statement.

Re: [Dev] New device type for IOTS ( Laptop agent )

2017-07-05 Thread Lahiru Madushanka
ame stats >> that you are planning to get from the laptops at this moment. Because the >> stats like RAM, CPU utilization can be fetched from most of the other >> devices as well. So that upon the use case, those device types can reuse >> the same unit in future. WDYT? >&

Re: [Dev] New device type for IOTS ( Laptop agent )

2017-07-05 Thread Lahiru Madushanka
future. WDYT? > > Thanks. > > On Wed, Jul 5, 2017 at 8:19 PM, Lahiru Madushanka <lahirum...@wso2.com> > wrote: > >> >> Hi all, >> >> Currently I am working on a new device type for IOTS which can collect >> stats from Laptops and use them for

[Dev] DAS visualization recommendation system

2016-08-02 Thread Lahiru Madushanka
Hi all, We are a group of final year students at CSE . We are developing a context aware visualization recommendation system for our final year project. We need to know some facts about data extraction process of DAS. Is it capable of automatically identifying inter column hierarchies,