[ https://issues.apache.org/jira/browse/CAMEL-14534?focusedWorklogId=385222&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-385222 ]
ASF GitHub Bot logged work on CAMEL-14534: ------------------------------------------ Author: ASF GitHub Bot Created on: 11/Feb/20 15:14 Start Date: 11/Feb/20 15:14 Worklog Time Spent: 10m Work Description: valdar commented on pull request #3569: Fix CAMEL-14534: Wrong message in some cases in org.apache.camel.Prop… URL: https://github.com/apache/camel/pull/3569 …ertyBindingException. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org Issue Time Tracking ------------------- Worklog Id: (was: 385222) Remaining Estimate: 0h Time Spent: 10m > Wrong message in some cases in org.apache.camel.PropertyBindingException > ------------------------------------------------------------------------ > > Key: CAMEL-14534 > URL: https://issues.apache.org/jira/browse/CAMEL-14534 > Project: Camel > Issue Type: Bug > Reporter: Andrea Tarocchi > Assignee: Andrea Tarocchi > Priority: Major > Time Spent: 10m > Remaining Estimate: 0h > > In some cases `org.apache.camel.PropertyBindingException` logs a wrong > message see: > {code:bash} > org.apache.camel.PropertyBindingException: Error binding property > (camel.component.sjms2..connectionfactory.brokerurl=tcp://localhost:61616) > with name: connectionfactory.brokerurl on bean: > org.apache.camel.component.sjms2.Sjms2Component@601eed8b with value: > tcp://localhost:61616 > at > org.apache.camel.main.BaseMainSupport.setPropertiesOnTarget(BaseMainSupport.java:175) > ~[camel-main-3.0.1.jar:3.0.1] > at > org.apache.camel.main.BaseMainSupport.autoConfigurationFromProperties(BaseMainSupport.java:929) > ~[camel-main-3.0.1.jar:3.0.1] > at > org.apache.camel.main.BaseMainSupport.postProcessCamelContext(BaseMainSupport.java:545) > ~[camel-main-3.0.1.jar:3.0.1] > at > org.apache.camel.main.BaseMainSupport.initCamelContext(BaseMainSupport.java:422) > ~[camel-main-3.0.1.jar:3.0.1] > at org.apache.camel.main.Main.doInit(Main.java:108) > ~[camel-main-3.0.1.jar:3.0.1] > at > org.apache.camel.support.service.ServiceSupport.init(ServiceSupport.java:80) > ~[camel-api-3.0.1.jar:3.0.1] > at > org.apache.camel.support.service.ServiceSupport.start(ServiceSupport.java:108) > ~[camel-api-3.0.1.jar:3.0.1] > at org.apache.camel.main.MainSupport.run(MainSupport.java:77) > ~[camel-main-3.0.1.jar:3.0.1] > {code} > specifically the double dots {{..}} in > {{camel.component.sjms2..connectionfactory.brokerurl}} that can be very > confusing. -- This message was sent by Atlassian Jira (v8.3.4#803005)