[ 
https://issues.apache.org/jira/browse/CAMEL-15394?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17176852#comment-17176852
 ] 

Luca Burgazzoli commented on CAMEL-15394:
-----------------------------------------

I've created a repo to have a reproducer for the issue: 
https://github.com/lburgazzoli/camel-property-biding. 

When running it, it show:

{code}
[main] INFO org.apache.camel.impl.engine.DefaultBeanIntrospection - Stopping 
BeanIntrospection which was invoked: 3 times
{code}

This means that the configurer is not kicking it to set the properties and this 
happens because the configurer have no support for subscription operator so 
when the configure method is invoked with keys like sources[0], that key does 
not fall into any of the switch/case options.

Wonder if we should have dedicated methods or support for such pattern.


> PropertyBindingSupport - Root object has issue with list and source code 
> generated configurer
> ---------------------------------------------------------------------------------------------
>
>                 Key: CAMEL-15394
>                 URL: https://issues.apache.org/jira/browse/CAMEL-15394
>             Project: Camel
>          Issue Type: Bug
>    Affects Versions: 3.4.2
>            Reporter: Claus Ibsen
>            Priority: Major
>             Fix For: 3.5.0
>
>




--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to