-
Notifications
You must be signed in to change notification settings - Fork 190
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
NoSuchMethodException: org.apache.camel.service.lra.LRASagaRoutes.<init>() #1840
Comments
I'd introduce a |
Is |
camel-lra instantiates I was also thinking of excluding all RoutesBuilder classes which do not have a no-args constructor. I do not think it is a good idea because RoutesBuilders may lack no-args constructors for other reasons too - e.g. by mistake. |
Ok, understood. Then I guess |
Happens also in JVM mode
Workaround: add the following to application properties:
The text was updated successfully, but these errors were encountered: