Re: [Dev] How to catch an error from the REST Task in the BPMN

2017-09-28 Thread Thomas LEGRAND
Hello, Thank you for your answers but what if my configured JSON path is not applicable for the returned body in case of an error triggered in the web service side? I mean, there is two cases : - I request something and this something is returned by the web service. The REST task uses the configur

Re: [Dev] Error in wso2 apim 2.1.0 kubernetes deployment in google container engine

2017-09-28 Thread Pubudu Gunatilaka
Hi Ayesh, This error comes when you don't have synapse artifacts in the deployment/server location. As you are using host path for mounting, make sure host mount paths are empty or use the server folder files. There is a chance that mounts get exchanged as it dynamically pics the mounts when you

[Dev] [Puppet-IS] Recommended Registry Mounting configuration in puppet modules.

2017-09-28 Thread Chankami Maddumage
Hi All, We are currently working on puppet scripts for IS 5.4.0. According to our documentation we recommended Registry Mounting using one DB and multiple Registry spaces as bellow jdbc/WSO2RegistryDB https://localhost:9443/registry"; > instanceid

Re: [Dev] [Puppet-IS] Recommended Registry Mounting configuration in puppet modules.

2017-09-28 Thread Chandana Napagoda
Hi, +1. I also believe this is a clean and simple approach for registry mounting. When having different DB(schemas) for governance and config mounts, it will complicate the deployment. In addition to that by having different target paths, we can separate out different product-related config regis

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

2017-09-28 Thread Gobinath
Hi, During my recent testing, Siddhi does not allow partition with two attributes of the same stream. For example, the following query throws *SiddhiAppValidationException* with a message partition already exists because the streamId is used to uniquely identify the partition [1]. define stream P

Re: [Dev] Error in wso2 apim 2.1.0 kubernetes deployment in google container engine

2017-09-28 Thread Dileepa Jayakody
Hi Pubudu et al, The root cause was that the volumes were not getting created in the given hostPaths at /tmp/data/. at the deployment time. As suggested by Pubudu, we could get the issue fixed by setting the StorageClass annotation : storageclass.beta.kubernetes.io/is-default-class: *false* Than

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

2017-09-28 Thread Sriskandarajah Suhothayan
Apparently, it does not support multiple attributes as partition keys. but you can use partition with ( str: concat(srcIp,'-', dstIp) of PacketStream ) ... or use a previous query to content and send as one data. On Thu, Sep 28, 2017 at 10:41 PM, Gobinath wrote: > Hi, > > During my recent tes

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,'-', dstIp) of PacketStream ) .

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

2017-09-28 Thread Jayesh Senjaliya
Hi Gobinath, Thanks for the suggestion about absence pattern, but we wont be able to upgrade to Siddhi 4 anytime soon. I am basically at the point where I can get all the relevant (subscribe) events that happened during the given interval of first arrival of publish events. here AllPublisher = a