Re: [Dev] OSGI bundle stopping mechanisms

2018-02-05 Thread Danesh Kuruppu
Hi Denuwanthi, We have a requirement where we need to interfere/stop the server start up, > if a certain condition is not fulfilled during the bundle startup. > > For that. is it ok to use following approach inside the bundle service > component if the particular condition is not met? >

Re: [Dev] Cannot find the Doc Site for siddhi-map-csv

2018-02-05 Thread Kalaiyarasi Ganeshalingam
Thanks Maheshika, Now It's working. Kalaiyarasi Ganeshalingam Associate Software Engineer| WSO2 WSO2 Inc : http://wso2.org Tel:+94 076 6792895 LinkedIn :www.linkedin.com/in/kalaiyarasiganeshalingam Blogs :

Re: [Dev] Iterate mediator not working as expected.

2018-02-05 Thread dhanya
Hi Himasha, Thanks for the help. Its working now. This namespace xml ns:ns1="http://ws.apache.org/ns/synapse; is not accepted by the mediator. Changed the namespace to xmlns:ns1="http://services.samples/; and it worked. Thanks and regards, Dhanya -- Sent from:

[Dev] OSGI bundle stopping mechanisms

2018-02-05 Thread Denuwanthi De Silva
Hi, We have a requirement where we need to interfere/stop the server start up, if a certain condition is not fulfilled during the bundle startup. For that. is it ok to use following approach inside the bundle service component if the particular condition is not met?

Re: [Dev] Cannot find the Doc Site for siddhi-map-csv

2018-02-05 Thread Maheshika Goonetilleke
Hi Suho My mistake, I have pointed to /docs. Amended it to point to gh-pages. Please check now. On Tue, Feb 6, 2018 at 12:38 AM, Sriskandarajah Suhothayan wrote: > @Maheshika Can you cross check if the siddhi-map-csv[1] is properly > enabled with gh-pages site? > > [1]

Re: [Dev] Iterate mediator not working as expected.

2018-02-05 Thread Himasha Guruge
Hi, According to the given error, it looks like the namesapace prefix (ns1) is not properly defined, Could you please check if the namespace value is set to the given prefix? Thanks, Himasha On Mon, Feb 5, 2018 at 4:52 PM, dhanya wrote: > Hi Himasha, > > Thanks for

Re: [Dev] Cannot find the Doc Site for siddhi-map-csv

2018-02-05 Thread Sriskandarajah Suhothayan
@Maheshika Can you cross check if the siddhi-map-csv[1] is properly enabled with gh-pages site? [1] https://github.com/wso2-extensions/siddhi-map-csv/ On Sat, Feb 3, 2018 at 8:53 PM, Sriskandarajah Suhothayan wrote: > I still don’t see the site being fixed ! > > This is sloppy!

Re: [Dev] [VOTE] Release WSO2 IoT Server 3.2.0 RC1

2018-02-05 Thread Rasika Perera
Hi Devs, We are calling-off this vote as we have found some issues related to device grouping[1]. We will do a RC2 and call for a vote soon. [1] https://github.com/wso2/product-iots/issues/1657 Best Regards, ~Rasika. On Mon, Feb 5, 2018 at 3:36 PM, Charitha Goonetilleke

Re: [Dev] Iterate mediator not working as expected.

2018-02-05 Thread dhanya
Hi Himasha, Thanks for the reply. I tried adding the namespace. However the error now changed to : [2018-02-05 16:41:00,215] [] INFO - LogMediator To: /services/iFlightLiteReciev e, MessageID: urn:uuid:caa488fc-ed36-4301-ac2c-bdd421dfd79f, Direction: request, property_name =

[Dev] Issues observed in latest apim-2.1.0 wum updated pack (05/02/18)

2018-02-05 Thread Kavitha Subramaniyam
Hi apim team, For $subject I have raised[1,2] while I try to reproduce a support scenario - sharing application for a group (please note this scenario is actually working with default pack, and no issue with application sharing). But issues exist when I used latest wum updated pack

Re: [Dev] [VOTE] Release WSO2 IoT Server 3.2.0 RC1

2018-02-05 Thread Charitha Goonetilleke
Hi All, I have tested following scenarios with OOB pack 1. Android remote session with BYOD device - Working 2. Android BYOD enrollment and communications - Working 3. Android Work Profile enrollment and communication - Working 4. Device operation response, device info & location

Re: [Dev] Iterate mediator not working as expected.

2018-02-05 Thread Himasha Guruge
Hi Dhanya, Could you update your expression with namespace prefix? Something similar to following works. http://ws.apache.org/ns/synapse; continueParent="true" expression="//m0:node1" id="ENTRY_ITERATOR"> Thanks, Himasha On Mon, Feb 5,

[Dev] Iterate mediator not working as expected.

2018-02-05 Thread dhanya
Hi, I am using wso2 integrator and facing an issue while trying to use the iterator mediator. My requirement is to iterate using a node in the xml and use the resulting split value to create new files in a folder. I have created a sample proxy file as follows: http://ws.apache.org/ns/synapse;>