Skip to content
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

PropertyBindingException slidingwindowsize #1005

Closed
galderz opened this issue Mar 31, 2020 · 0 comments · Fixed by #1011
Closed

PropertyBindingException slidingwindowsize #1005

galderz opened this issue Mar 31, 2020 · 0 comments · Fixed by #1011
Assignees

Comments

@galderz
Copy link
Contributor

galderz commented Mar 31, 2020

Testing camel-quarkus with Graal master and (labs) JDK 11, and two patches here for #999 and #1003:

Caused by: org.apache.camel.PropertyBindingException: Error binding property (camel.resilience4j.slidingwindowsize=1234) with name: slidingwindowsize on bean: org.apache.camel.model.Resilience4jConfigurationDefinition@7fe0c16daee0 with value: 1234
	at org.apache.camel.main.BaseMainSupport.setPropertiesOnTarget(BaseMainSupport.java:176)
	at org.apache.camel.main.BaseMainSupport.doConfigureCamelContextFromMainConfiguration(BaseMainSupport.java:768)
	at org.apache.camel.main.BaseMainSupport.autoconfigure(BaseMainSupport.java:531)
	at org.apache.camel.main.BaseMainSupport.postProcessCamelContext(BaseMainSupport.java:587)
	at org.apache.camel.quarkus.core.CamelMain.postProcessCamelContext(CamelMain.java:59)
	at org.apache.camel.quarkus.core.CamelMain.doStart(CamelMain.java:49)
	at org.apache.camel.support.service.ServiceSupport.start(ServiceSupport.java:121)
	at org.apache.camel.quarkus.core.CamelMainRecorder.start(CamelMainRecorder.java:97)

Longer output.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants