micro-integrator icon indicating copy to clipboard operation
micro-integrator copied to clipboard

The cloud-native configuration driven runtime that helps developers implement composite microservices.

Results 662 micro-integrator issues
Sort by recently updated
recently updated
newest added

## Description When using the following configuration in the payload factory, we can get the response with the SOAP envelope. ```xml 123 sso ``` However, when the SOAP namespace contains...

- Take Mi 4.2.0.72 U2 update - Deploy the following API. ``` ``` - Deploy the following sequence. ``` { "accountCreatedDate": {$ctx:accountCreatedDate-c} } ``` - Do a load test the...

We using a cluster setup with two MI-1.2.0 nodes and using a NFS file location to share registry files (MI_HOME/registry), and we used a proxy service to read and write...

### Description MI dashboard is not able to connect/control an MI instance if the MI instance starts up containing a data service with Boxcarring. ### Steps to Reproduce - Create...

Type/Bug

Hi team, The MB cluster is unable to start after U2:184. Steps to reproduce: 1] Update tp U2 183 and start the MB cluster. There will not be any issues....

Some important freemarker usages 1. "fieldName": ${("\"" + your_unsafe_expression + "\"")!"null"} access field value only exists otherwise add JSON null 2. "fieldName": "${(your_unsafe_expression)!}" access field value only exists otherwise add...

Currently, HTTP Access logs use a [custom implementation](https://github.com/wso2/wso2-synapse/tree/v4.0.0-wso2v99/modules/transports/core/nhttp/src/main/java/org/apache/synapse/transport/http/access) to write the logs to the file. This has a request and response queue to hold the logs and write them to...

Priority/High

Refers to: https://github.com/wso2-extensions/esb-inbound-kafka/issues/68

This happens when we generate swagger using synapse-resource-generator.jar in choreo component build. we are using resource generator version 1.0.24 Command Used : `java -jar synapse-resource-gen.jar oas output-directory=` Error: ```bash org.apache.synapse.SynapseException:...