Marc Becker
Marc Becker
> I guess this is not supported yet on Java, right? Then we should add a comment hint in the example No, Java only supports multipart batch requests. It doesn't...
Hi, this is due to the behaviour of your express app that you start manually. It doesn't know anything about the required authentication on CAP Java server-side. You either need...
With cds-services 1.6.0 this should be finally resolved: https://github.com/SAP-samples/cloud-cap-samples-java/pull/13
Follow up of https://github.com/SAP-samples/cloud-cap-samples-java/pull/224 FYI @LotharBender @swaldmann @mofterdinger
Spring Boot changed its Tomcat startup log line from: `Tomcat started on port(s): 4004 (http) with context path ''` to `Tomcat started on port 4004 (http) with context path ''`....
> superseeded by #846 But that was this PR?! :D
> > > superseeded by #846 > > > > > > But that was this PR?! :D > > Me bad.. #1027 😅 But I added the fix to...
Thanks for raising that. But you followed the replacement instructions for the `requires` section in `.cdsrc.json` here: https://github.com/SAP-samples/cloud-cap-samples-java#add-deployment-files correct? I think you are right, that this instruction misses to add...
I added `documentation` and `enhancement` labels. Currently it works as designed, but we will revisit that and reiterate on that. Until that we can improve the documentation with the currently...
https://github.com/SAP/cloud-xsa-hybrid-deployment-tutorial/tree/master/exercise2#step-4---adding-business-logic-with-javascript suggests to place the country.xsjs under a country subfolder. Seems like you omitted that, but debugged the issue successfully yourself :)