[Dev] WSO2 Enterprise Integrator 6.1.1-update7 Released!

2017-10-20 Thread Heshitha Hettihewa
Hi all, The WSO2 Integration team is pleased to announce the release of Enterprise Integrator 6.1.1-update7. It is available for download from here . Tasks/Bug Fixes and Improvements https://wso2.org/jira/issues?filter=14270

[Dev] Write File with VFS on Rest APIs

2017-10-20 Thread Júnior
Hi, I am trying to create a REST API on EI 6.1.1 that receives a JSON, and one of the JSON fields contains the name of the file that I would like to create and its contents in Base64 encode, the API code is below: http://ws.apache.org/ns/synapse; name="ImageAPI" context="/image">

Re: [Dev] Default Scope is Thread Safe?

2017-10-20 Thread Júnior
Hi Malaka, We were facing a situation where by the end results it was looking like that some properties that we were setting in the proxy sequence were being overwritten when there was more than one thread executing the same time. But after some investigation we realized that the problem was in

Re: [Dev] Default Scope is Thread Safe?

2017-10-20 Thread Malaka Silva
Hi Ribeiro ​, Can you elaborate more on what you are trying to do. Your question is not clear for us.​ On Fri, Oct 20, 2017 at 4:38 PM, Júnior wrote: > Hi, > > The problem was in duplicated records inside the databases. > > Thanks, > > 2017-10-16 10:43 GMT-02:00 Júnior

Re: [Dev] Default Scope is Thread Safe?

2017-10-20 Thread Júnior
Hi, The problem was in duplicated records inside the databases. Thanks, 2017-10-16 10:43 GMT-02:00 Júnior : > Hi, > > Is the default scope thread safe? > > I am facing an issue of a property set in the default scope being > overwritten when we have concurrent access to the

Re: [Dev] Via the BPS Activiti web service, how to retrieve the list of the completed tasks and their comment in a running process

2017-10-20 Thread Thomas LEGRAND
Hello Sudharma, I noticed, after 2 hours of test, that I requested on the wrong servers... -_-'. However, thank you very much for your answer because it is complete and I need the "comment" part :) Regards, Thomas 2017-10-20 8:45 GMT+02:00 Sudharma Subasinghe : > Hi

[Dev] Data Types used in DAS are inconsistent

2017-10-20 Thread Nirodha Gallage
Hi, In DAS, in stream definitions, Spark scripts etc we use the term 'INT' for integers. But in Event store definitions we have to use the term 'INTEGER' for integers. This is error prone, and actually I came across this issue and had to spend over a day to figure out what was the issue. Even the

[Dev] Issue with DAS.

2017-10-20 Thread Susruthan Seran
Hi All, I have an issue with the DAS. Every night server shuts down on the midnights. The there is a error on the log. TID: [-1234] [] [2017-10-19 05:42:35,606] ERROR {org.wso2.carbon.analytics.eventsink.internal.queue.AnalyticsEventQueueWorker} - Error processing event.

Re: [Dev] Via the BPS Activiti web service, how to retrieve the list of the completed tasks and their comment in a running process

2017-10-20 Thread Sudharma Subasinghe
Hi Thomas, First, please ensure that you have retrieved correct taskId for completed tasks. Then you should be able to get completed task instance by sending a GET request to *bpmn/history/historic-task-**instances/. *You cannot get completed task instance details using */runtime* service. Hence