Closed flaxel closed 4 years ago
@flaxel Thanks. This is apparently a XOOM Starter code generation bug. Would you mind moving it under that repository and assign it to @Florian-Schoenherr.
Thank you for your quick answer. 😄 I created the bug, but I have not the permission to assign this issue to Florian-Schoenherr. Can you add him or can I get the permission?
Describe the bug We created a project with the vlingo-xoom-starter. Our project is an implementation for the vlingo-stock-trader. We adapt the generated project a little bit and we get an exception that the actor cannot be initialized because the constructors did not match the given number of parameters. The root cause is in the ActorFactory line 68-88.
To Reproduce Steps to reproduce the behavior:
docker-compose up
mvn exec:exec
Expected behavior The project is started and I can send the health request to the feedback project.
Stacktrace This is the Stracktrace if I execute the program:
And this is the content of the definition if the error occurs: