Hello,I have a CAP JAVA application where I defined a service with public entities and protected entities with requires annotation like this:I can consume all my public entities without authentication. But the $batch request gives a 401 error and req...
Hi community,
we have a custom handler in CAP Java where we want to read a CDS entity with a property of type LargeBinary
This LargeBinary property is mapped in Java to type InputStream
When we use the method getContent to read the Input...
Hello community,
we are using CAP Java and want to use the $count query in a custom handler:
Query:http://localhost:8080/api/play/Books/$count
We are using the CqnAnalyzer to check if this is a $count query or not. Normally we return a list ...
Hello,
I have a custom event handler which updates some database tables. If there occurs any error I use the ServiceException class to pass the error to the user. But then all the database changes are rollbacked.
throw new ServiceException(Erro...
Hi all,
I used the booster "Set up account for Workflow Management" to activate the Workflow Management service in my trial account.
Then I start the Workflow Management Service and open the tile "Manage Rule Projects" and I get an empty white s...
Hi Marc, thanks for the fast answer. Yes the query is executed in a background job by the persistenceService without using an explicit ChangeSetContext. We will give it a try and let you know if it is working Best regards,Chris
Hi Pascal,we have no problems with remote debugging with SapMachine 17. This is our configmta.yaml launch.jsonThen I use those 2 commands:cf ssh datatraincap-srv -c "export JAVA_PID=`ps -C java -o pid=` && app/META-INF/.sap_java_buildpack/sap_machine...