Arunan Sugunakumar

Results 16 comments of Arunan Sugunakumar

Did anyone come up with a solution on how to mock $axios when used inside mounted method?

It seems that the query is put through [lucene analyzer called Snowball Analyzer](https://github.com/intermine/intermine/blob/dev/intermine/api/src/main/java/org/intermine/api/search/SearchResults.java#L245), which stems down the query to match common words. For example, when you type "publications", it stems...

@juanledesma84 Can you try adding the following system properties in the startup script (api-manager.sh)? ``` -Djdk.tls.acknowledgeCloseNotify=true -Djdk.tls.client.protocols=TLSv1,TLSv1.1,TLSv1.2 ```

@juanledesma84 The incident you mentioned is for APIM 3.2.0 and below versions. APIM 4.0.0 is compatible with all the minor versions of JDK 11. If you still run into issues,...

Hey @juanledesma84. I tried to reproduce the issue, but couldn't. It would be much better if we can get a reproducible scenario so that we can try it out at...

In axis2.xml try defining the correct message builder for your response header 'application/vnd.oracle.resource+json'. ``

Forgive me for not noticing that you are using a call mediator in blocking mode. In that case, you need to add the entry in axis2_blocking_client.xml. Since you are using...

@sreenath-centime It seems there is a grave mistake in the documentation. The correct way to define custom message builder would be as follows. Sorry about the inconvenience caused. We'll get...

Created a doc issue to track the issue. https://github.com/wso2/docs-ei/issues/2435

Some of these requirements are mentioned here as well. https://github.com/wso2/micro-integrator/issues/2319