Hi, will be improved with https://github.com/SAP-samples/cloud-cap-samples-java/pull/330. We had such a hint already in the README but only at the step where the MTAR for CF cloud deployment is built. I pulled it earlier and improved hints about usag...
This error can occur when the automatic Maven build triggered by VS Code interferes with the Maven build of the application triggered by the CLI command.The best way to circumvent this when using VS Code is to launch the application via VS Code nativ...
You will need to explicitly create a new thread in your action ON handler implementation, submit your long running task to the thread and finish the execution of the ON handler. The request will then return with a response, while the job is running i...
To achieve what you want you need to use Unmanaged Associations with an explicit ON condition, instead of using Managed Associations, which automatically generate foreign key fields. You can read about the difference in the documentation:Unmanaged As...
Another problem might be that you are actually debugging the Maven process and not the Spring Boot process launched by the Maven process. However I'd as Robin suggested also highly suggest simply launching the Application class directly from your IDE...