Similar to this post, I'm trying to implement an action bound to an entity
How to create a bounded action in Olingo V4 (java)
but I get a 500 with no error logged when I GET the metadata document.
In the answer to the above linked question, there is no mention of the getActionImport()
implementation that is described in the olingo tutorial, and I wonder if this needs to be modified for an entity-bound action?
How can I get olingo to log the error that is causing the 500?