-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
java.lang.RuntimeException: No method for io.eventuate.tram.messaging.common.MessageImpl@5ae52f04 #96
Comments
@cer Customer-service order-service |
Yes. The fully qualified class names need to match. |
I'm confused about your database architecture. Do the |
Here Yes..I am very anxious to see SAGA txn flow But unfortunately with different DB for each microservice ( and with public schema) it is not at all working though I created all the orchestrator and participants in both the DB. Because eventuate framework always expects eventuate.saga_instance table under eventuate schema. |
See #95 (comment) |
@cer
I have created all the eventuate framework tables and order and also customer micro service specific tables in the same customer_order_service's eventuate schema.
On http://localhost:8082/api/orders POST call getting below error in customer-service micro service.
The text was updated successfully, but these errors were encountered: