-
Bug
-
Resolution: Done
-
Major
-
5.10.6.Final
-
None
I've written a simple LRA resource with an after LRA method:
https://github.com/idlewis/lra-test/blob/master/src/main/java/com/example/SimpleAfter.java
which I believe is a correctly formed LRA resource.
After calling the 'do' method, the complete and after methods are called, but the after method appears to be called repeatedly in a loop. The error logs from the coordinator show:
INFO [io.nar.lra] (executor-thread-3) Could not notify URI at http://localhost:9081/lra/simpleafter/after?method=javax.ws.rs.PUT (HTTP 500 Internal Server Error)