christoffer_fuss
Participant
Member since ‎01-04-2016

User Statistics

  • 263 Posts
  • 4 Solutions
  • 22 Kudos given
  • 51 Kudos received

User Activity

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...