Questions tagged [wso2-micro-integrator]
204 questions
4
votes
1 answer
Get SUM from Iterator mediator esb wso2
I used Iterator and Script Mediator to calculate the sum of a student's grades.
I saw this problem i received each time the sum of 0 and noteis your say the totalnote does not take the variable note and increment
For example if I put the value of…

rania ben salem
- 151
- 6
3
votes
1 answer
Why is the aggregate mediator is not working after the Iterator(for construction an json payload using Payload factory) WSO2 7.2.0 (mi-4.0.0)
When i was trying to construct an JSON payload by Iterating the JSON array by using Iterator and extracting the specific field from the payload and trying to form an Json Payload by using Payload factory inside an Iterator after Iterator i was…

sathish Sankarzz
- 87
- 7
3
votes
1 answer
how to launch wso2 micro-integrator 7.0.1?
I can't launch wso2 micro-integrator 7.0.1. I launch files micro-integrator.sh or launcher_micro-integrator.sh or command wso2mi, after that i have strings in logs (look below), after that nothing, MI isn't loaded later. What is wrong? My Java_Home…

Epic555
- 403
- 4
- 18
2
votes
2 answers
How to pass registry values in dblookup or dbreport or dataservice connection pool configuration?
I don't want to pass credentials directly in dblookup or dbreport mediators,instead that I want to take the credentials from regsitry file in MI.
Note : With the help of datasource I achieved it but I am trying with registry file.
Can someone please…

Sumathi M
- 33
- 4
2
votes
2 answers
how to apply bug fixes on open source wso2 API Manager 4.0.0 and wso2 Micro Integrator 1.2.0
We are working on WSO2 Open source API Manger 4.0.0 and Micro Integrator 1.2.0. we need to apply the bug fixes. We are unable get the latest build of specific WSO2 API Manager and Micro Integrator versions from the source code.
We are trying to get…

Durga prasad Matta
- 33
- 4
2
votes
2 answers
Enrich mediator add payload wso2
I used the enrich mediator to add a payload containing the name and totalnote of students
my problem that i want to replace the values with the property
here is my code

rania ben salem
- 151
- 6
2
votes
1 answer
WSO2 using sensitive credentials in proxies without storing them
So I need to find a way to use sensitive details(authentication username, password etc) in my wso2 proxies and sequences without hardcoding them or extracting them from a local entry(like I am currently). In production my wso2 mi is deployed in aws,…

ahinsa
- 61
- 6
2
votes
0 answers
WSO2 MI 4.0.0 How can we increase timeout? Taking 101505 error
We are trying to build an application that MI is responsible for invoking a service then receiving the response and doing CRUD with this response. But the service takes too much time like more than 5 mins. I am trying to increase timeout. I tried to…

Dilara Şeyma Şahbaz
- 301
- 1
- 9
2
votes
1 answer
WSO2 Micro Integrator - DBReport Mediator Return Generated Keys
By using DBReport mediator I executed insert function to my database table. After successful insert operation is it possible to return the auto incremented key value of the record?

Burak Karayel
- 31
- 2
1
vote
1 answer
WSO2 Micro Integrator 4.1 does not update deployment artifact at runtime
WSO2 Micro Integrator 4.1 does not update deployment artifacts at runtime
When I deploy .car on the running instance of MI logs says, that it's deployed, but when make a post request the old version of the sequence is called. Only restart the MI to…

yyyo
- 13
- 2
1
vote
1 answer
Decoding the encoded response
I am unable to figure out how can I decode and encoded response. I am getting when I hit and endpoint in wso2.
This is the response I am…

Wajih Haider
- 107
- 7
1
vote
0 answers
connect to WSO2 MI Docker from WSO2 MI Dashboard Docker
I currently have two Docker containers running micro-integrators from the image (wso2/wso2mi) and another one running the mi-dashboard from the image (wso2/wso2mi-dashboard). To establish a connection between these two dockers, I made some edits to…

Mina Edwar
- 11
- 1
1
vote
1 answer
In WSO2 Micro Integrator 4+, I want to find a way to call a procedure that has multiple OUT parameters
I'm using wso2 micro integrator and the integration studio.
I'm searching for a way to call a procedure that has multiple IN and OUT parameters in ESB project.
let's say we have this procedure in our database.
CREATE OR REPLACE PROCEDURE…

Jean-Paul Abi-Ghosn
- 179
- 1
- 8
1
vote
1 answer
Is there any way to set usable variable for task trigger in deployment.toml?
as from my previous question i had to use environment variable to set interval for trigger in task , now i need to do same but instead of environment variable i need set same variable with same value in deployment.toml or elsewhere in my MI
i want…

Gandalf CZ3
- 29
- 4
1
vote
1 answer
WSO2 Identity server 6.1.0 multitenancy with Micro Integrator
In the latest micro integrator versions, the multitenancy was removed, and instead, the micro services architecture is used. Every micro integrator is now a separate tenant and each micro integrator will have a unique port number.
If we want to use…

user666
- 1,750
- 3
- 18
- 34