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

When we configure the data service with the mongoDB, and we try to execute an operation for the collection as follows. We are getting the below error. ``` TestCollection1.subcollection1.insert("{_id:#, name:#}")...

Hi Team, When directly access the API from the web browser our backend response seems to load a favicon.ico from the wso2.com website. Same as issue reported previously & fixed...

The current implementation in `axis2.xml.j2` for setting the `defaultContentType` parameter in the Axis2 configuration file (axis2.xml) includes unnecessary quotation marks around the parameter attribute value. This practice prevents the utilization...

Currently, the for `CXF-WS-RM` inbound-endpoint to work, we need to set classname manually in the inbound EP configuration. But it should be automatically set by the MI runtime when selecting...

Type/Bug
Priority/Normal

We have encountered an issue with the EI v6.6.0 MB profile that the published messages are accumulating in the MB queues. According to the investigation this behaviour caused when using...

Error: ``` [2024-04-18 03:30:05,166] ERROR {org.wso2.carbon.connector.operations.WriteFile} - org.wso2.carbon.connector.core.ConnectException: Error occurred while borrowing connection from the pool. ``` It is trying to create a folder in that particular location. The particular...

Hi Team, We have a json schema like this ``` { "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": { "myDateTimeField": { "type": "string", "format": "date-time" } }, "required": ["TIME"] } ``` Sample...

Address Endpoint definition should allow setting `encoding` attribute according to documentation. It's not used correctly in Axis2 nor in Integration Studio, which does not have proper field for encoding and...

### Description Any 4.x.x version of MI cannot be built with reasonably recent JDKs unless you set the following environment variable: `export JAVA_TOOL_OPTIONS=' -Djdk.util.zip.disableZip64ExtraFieldValidation=true -Djdk.nio.zipfs.allowDotZipEntry=true --add-opens=java.base/java.net=ALL-UNNAMED '` This is due...

Type/Bug