You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Nikolaos Dimos (JIRA)" <ji...@apache.org> on 2012/10/23 14:55:11 UTC

[jira] [Created] (CAMEL-5738) HttpConnectionManager configuration is not injected correctly when using blueprint

Nikolaos Dimos created CAMEL-5738:
-------------------------------------

             Summary: HttpConnectionManager configuration is not injected correctly when using blueprint 
                 Key: CAMEL-5738
                 URL: https://issues.apache.org/jira/browse/CAMEL-5738
             Project: Camel
          Issue Type: Bug
          Components: camel-http
    Affects Versions: 2.10.1
            Reporter: Nikolaos Dimos
         Attachments: blueprint-conf-http-endpoint-unit-test.txt

The creation of HttpEndpoint is done with the default HttpConnectionManager. As a consequence, the http configuration concerning max connections, soTimeouts, etc is overridden by the default params. Attached you can find a unit test using camel-test-blueprint that identifies the issue. The problem is not replicated using spring-dm. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Updated] (CAMEL-5738) HttpConnectionManager configuration is not injected correctly when using blueprint

Posted by "Nikolaos Dimos (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nikolaos Dimos updated CAMEL-5738:
----------------------------------

    Attachment: blueprint-conf-http-endpoint-unit-test.txt

Added a unit test that identifies the issue reported.
                
> HttpConnectionManager configuration is not injected correctly when using blueprint 
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-5738
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5738
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 2.10.1
>            Reporter: Nikolaos Dimos
>         Attachments: blueprint-conf-http-endpoint-unit-test.txt
>
>
> The creation of HttpEndpoint is done with the default HttpConnectionManager. As a consequence, the http configuration concerning max connections, soTimeouts, etc is overridden by the default params. Attached you can find a unit test using camel-test-blueprint that identifies the issue. The problem is not replicated using spring-dm. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-5738) HttpConnectionManager configuration is not injected correctly when using blueprint

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483015#comment-13483015 ] 

Willem Jiang commented on CAMEL-5738:
-------------------------------------

@Nickolaos
I just run the test in the camel-2.10.x and trunk, I cannot reproduce the error.
Not sure if it is fixed in camel-2.10.2, can you double check it?

                
> HttpConnectionManager configuration is not injected correctly when using blueprint 
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-5738
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5738
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 2.10.1
>            Reporter: Nikolaos Dimos
>            Assignee: Willem Jiang
>         Attachments: blueprint-conf-http-endpoint-unit-test.txt
>
>
> The creation of HttpEndpoint is done with the default HttpConnectionManager. As a consequence, the http configuration concerning max connections, soTimeouts, etc is overridden by the default params. Attached you can find a unit test using camel-test-blueprint that identifies the issue. The problem is not replicated using spring-dm. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-5738) HttpConnectionManager configuration is not injected correctly when using blueprint

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483071#comment-13483071 ] 

Willem Jiang commented on CAMEL-5738:
-------------------------------------

Hi Nikolaos,

I checked the change log and verified Calus already fix this issue in CAMEL-5712.
I will closed this as the test is already fixed.

Willem
                
> HttpConnectionManager configuration is not injected correctly when using blueprint 
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-5738
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5738
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 2.10.1
>            Reporter: Nikolaos Dimos
>            Assignee: Willem Jiang
>         Attachments: blueprint-conf-http-endpoint-unit-test.txt
>
>
> The creation of HttpEndpoint is done with the default HttpConnectionManager. As a consequence, the http configuration concerning max connections, soTimeouts, etc is overridden by the default params. Attached you can find a unit test using camel-test-blueprint that identifies the issue. The problem is not replicated using spring-dm. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Resolved] (CAMEL-5738) HttpConnectionManager configuration is not injected correctly when using blueprint

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang resolved CAMEL-5738.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 2.11.0
                   2.10.3
    
> HttpConnectionManager configuration is not injected correctly when using blueprint 
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-5738
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5738
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 2.10.1
>            Reporter: Nikolaos Dimos
>            Assignee: Willem Jiang
>             Fix For: 2.10.3, 2.11.0
>
>         Attachments: blueprint-conf-http-endpoint-unit-test.txt
>
>
> The creation of HttpEndpoint is done with the default HttpConnectionManager. As a consequence, the http configuration concerning max connections, soTimeouts, etc is overridden by the default params. Attached you can find a unit test using camel-test-blueprint that identifies the issue. The problem is not replicated using spring-dm. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Assigned] (CAMEL-5738) HttpConnectionManager configuration is not injected correctly when using blueprint

Posted by "Willem Jiang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CAMEL-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Willem Jiang reassigned CAMEL-5738:
-----------------------------------

    Assignee: Willem Jiang
    
> HttpConnectionManager configuration is not injected correctly when using blueprint 
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-5738
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5738
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 2.10.1
>            Reporter: Nikolaos Dimos
>            Assignee: Willem Jiang
>         Attachments: blueprint-conf-http-endpoint-unit-test.txt
>
>
> The creation of HttpEndpoint is done with the default HttpConnectionManager. As a consequence, the http configuration concerning max connections, soTimeouts, etc is overridden by the default params. Attached you can find a unit test using camel-test-blueprint that identifies the issue. The problem is not replicated using spring-dm. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (CAMEL-5738) HttpConnectionManager configuration is not injected correctly when using blueprint

Posted by "Nikolaos Dimos (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CAMEL-5738?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13483052#comment-13483052 ] 

Nikolaos Dimos commented on CAMEL-5738:
---------------------------------------

Hi Willem,
Just run the test using 2.10.2 tag. Same behavior, unit test fails.
Nevertheless, using trunk 2.11.SNAPSHOT the problem is not reproduced.
                
> HttpConnectionManager configuration is not injected correctly when using blueprint 
> -----------------------------------------------------------------------------------
>
>                 Key: CAMEL-5738
>                 URL: https://issues.apache.org/jira/browse/CAMEL-5738
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-http
>    Affects Versions: 2.10.1
>            Reporter: Nikolaos Dimos
>            Assignee: Willem Jiang
>         Attachments: blueprint-conf-http-endpoint-unit-test.txt
>
>
> The creation of HttpEndpoint is done with the default HttpConnectionManager. As a consequence, the http configuration concerning max connections, soTimeouts, etc is overridden by the default params. Attached you can find a unit test using camel-test-blueprint that identifies the issue. The problem is not replicated using spring-dm. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira