Hi,
I have a use case where I need to consume SAP Document Management service (CF) using JNDI in Cloud foundry environment. How can this be achieved ?
In the Neo offering of SAP Document service , it was made possible by the following code snippe...
Hi,
I have a basic UI5 app deployed on Kyma. I want to connect to a backend service that is also deployed on kyma using AJAX. Based on my experience in Cloud foundry, I know that setting the `destinations` variable in the environment will be enough...
Hi,
I am using an HTTP operator to make a POST request to an endpoint in a Data HUB pipeline as follows -
The POST request succeeds. I can verify that by checking the logs of the application to which the call is made. The application returns a...
Hi,
I have created the following Modeler scenario -
I have defined 2 types of request -
1. GET
2. POST
The GET request works absolutely fine when I try from POSTMAN but POST request fails with the following error -
Error - Forbidden...
Hi,
I would like to stop the polling of a URL using HTTP Client Operator. Right now, if I want to make a GET request, it only works if I select Polling = True, otherwise GET option is not enabled. If Poling is disabled, only POST call is enabled.
...
Great blog zhongjie.fang !!
I was stuck with a missing piece in a similar requirement. Your blog was of tremendous help.
Thanks !
Regards,
boudhayan_dev
mariusobertOh you are right about that. However, the issue isn't due to this. It was due to the order of the routes in the xs-app.json file. The backend service needed to be defined above the localDir object. That fixed it.Thanks.
Hi,
Good blog.
Are you aware of Java examples ?
Scenario I am interest in - A Java microservice deployed on Cloud foundry that would use Document Management Service to persist documents.
Any leads would be really helpful.
HikariDataSource is the connection pool implementation. You have other alternatives - c3p0, dbcp2, tomcat etc.
It is optional to specify in the config as far as I know. As by default spring data jpa comes bundled with HikariCP dependency.