[jira] [Commented] (CAMEL-12571) Seda component forgets URI setting when duplicates are present

2018-07-05 Thread Claus Ibsen (JIRA)


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

Claus Ibsen commented on CAMEL-12571:
-

A fix for this has a potential fix in default component so will only do this on 
master onwards. Its not a big bug or issue as its end user that has 
misconfigured camel.

> Seda component forgets URI setting when duplicates are present
> --
>
> Key: CAMEL-12571
> URL: https://issues.apache.org/jira/browse/CAMEL-12571
> Project: Camel
>  Issue Type: Bug
>  Components: camel-core
>Affects Versions: 2.21.0
>Reporter:  Gianandrea Rigoni
>Assignee: Claus Ibsen
>Priority: Minor
> Fix For: 2.23.0
>
>
> when {color:#008000}blockWhenFull=true=true 
> {color}{color:#33}is set twice the option is not set at all{color}
> {color:#33}it might out of context but from my point of view the last one 
> should win (as it is in a properties file){color}
> {color:#33}of if an error should be thrown could also be welcome{color}
>  
> {color:#33}I quickly adapted{color} 
> SedaComponentConfigurationAndDocumentationTest (I know, it uses now 
> deprecated stuff) and the result is an array of set values ( 2 in this case) 
> and the test fails.
> kind regards
> G.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-12571) Seda component forgets URI setting when duplicates are present

2018-06-19 Thread Gianandrea Rigoni (JIRA)


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

 Gianandrea Rigoni commented on CAMEL-12571:


happy to contribute, I thank you

> Seda component forgets URI setting when duplicates are present
> --
>
> Key: CAMEL-12571
> URL: https://issues.apache.org/jira/browse/CAMEL-12571
> Project: Camel
>  Issue Type: Bug
>  Components: camel-core
>Affects Versions: 2.21.0
>Reporter:  Gianandrea Rigoni
>Assignee: Claus Ibsen
>Priority: Minor
> Fix For: 2.21.2, 2.22.1, 2.23.0
>
>
> when {color:#008000}blockWhenFull=true=true 
> {color}{color:#33}is set twice the option is not set at all{color}
> {color:#33}it might out of context but from my point of view the last one 
> should win (as it is in a properties file){color}
> {color:#33}of if an error should be thrown could also be welcome{color}
>  
> {color:#33}I quickly adapted{color} 
> SedaComponentConfigurationAndDocumentationTest (I know, it uses now 
> deprecated stuff) and the result is an array of set values ( 2 in this case) 
> and the test fails.
> kind regards
> G.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-12571) Seda component forgets URI setting when duplicates are present

2018-06-18 Thread Claus Ibsen (JIRA)


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

Claus Ibsen commented on CAMEL-12571:
-

Thanks I have reproduced the issue

> Seda component forgets URI setting when duplicates are present
> --
>
> Key: CAMEL-12571
> URL: https://issues.apache.org/jira/browse/CAMEL-12571
> Project: Camel
>  Issue Type: Bug
>  Components: camel-core
>Affects Versions: 2.21.0
>Reporter:  Gianandrea Rigoni
>Assignee: Claus Ibsen
>Priority: Minor
> Fix For: 2.21.2, 2.22.1, 2.23.0
>
>
> when {color:#008000}blockWhenFull=true=true 
> {color}{color:#33}is set twice the option is not set at all{color}
> {color:#33}it might out of context but from my point of view the last one 
> should win (as it is in a properties file){color}
> {color:#33}of if an error should be thrown could also be welcome{color}
>  
> {color:#33}I quickly adapted{color} 
> SedaComponentConfigurationAndDocumentationTest (I know, it uses now 
> deprecated stuff) and the result is an array of set values ( 2 in this case) 
> and the test fails.
> kind regards
> G.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-12571) Seda component forgets URI setting when duplicates are present

2018-06-11 Thread Gianandrea Rigoni (JIRA)


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

 Gianandrea Rigoni commented on CAMEL-12571:


Hi Claus,

my wording was wrong, I meant like properties were last one wins

 

> Seda component forgets URI setting when duplicates are present
> --
>
> Key: CAMEL-12571
> URL: https://issues.apache.org/jira/browse/CAMEL-12571
> Project: Camel
>  Issue Type: Bug
>  Components: camel-core
>Affects Versions: 2.21.0
>Reporter:  Gianandrea Rigoni
>Priority: Minor
>
> when {color:#008000}blockWhenFull=true=true 
> {color}{color:#33}is set twice the option is not set at all{color}
> {color:#33}it might out of context but from my point of view the last one 
> should win (as it is in a web uri){color}
> {color:#33}of if an error should be thrown could also be welcome{color}
>  
> {color:#33}I quickly adapted{color} 
> SedaComponentConfigurationAndDocumentationTest (I know, it uses now 
> deprecated stuff) and the result is an array of set values ( 2 in this case) 
> and the test fails. 
> kind regards
> G.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (CAMEL-12571) Seda component forgets URI setting when duplicates are present

2018-06-11 Thread Claus Ibsen (JIRA)


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

Claus Ibsen commented on CAMEL-12571:
-

What web ui are you referring to?

 

> Seda component forgets URI setting when duplicates are present
> --
>
> Key: CAMEL-12571
> URL: https://issues.apache.org/jira/browse/CAMEL-12571
> Project: Camel
>  Issue Type: Bug
>  Components: camel-core
>Affects Versions: 2.21.0
>Reporter:  Gianandrea Rigoni
>Priority: Minor
>
> when {color:#008000}blockWhenFull=true=true 
> {color}{color:#33}is set twice the option is not set at all{color}
> {color:#33}it might out of context but from my point of view the last one 
> should win (as it is in a web uri){color}
> {color:#33}of if an error should be thrown could also be welcome{color}
>  
> {color:#33}I quickly adapted{color} 
> SedaComponentConfigurationAndDocumentationTest (I know, it uses now 
> deprecated stuff) and the result is an array of set values ( 2 in this case) 
> and the test fails. 
> kind regards
> G.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)