You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/05/23 10:15:50 UTC

[jira] Created: (CAMEL-1641) camel-ftp is not thread safe

camel-ftp is not thread safe
----------------------------

                 Key: CAMEL-1641
                 URL: https://issues.apache.org/activemq/browse/CAMEL-1641
             Project: Apache Camel
          Issue Type: Bug
          Components: camel-ftp
    Affects Versions: 1.6.1, 2.0-M1
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 1.6.2, 2.0.0


See nabble for discussion:
http://www.nabble.com/Threadsafety-of-Camel-FTP-td23615932.html

Basically FTPClient should be created as a new instance for each created producer or consumer (like http component does)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-1641) camel-ftp is not thread safe

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

Claus Ibsen reassigned CAMEL-1641:
----------------------------------

    Assignee:     (was: Claus Ibsen)

> camel-ftp is not thread safe
> ----------------------------
>
>                 Key: CAMEL-1641
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1641
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.0-M1, 1.6.1
>            Reporter: Claus Ibsen
>             Fix For: 1.6.2, 2.0.0
>
>
> See nabble for discussion:
> http://www.nabble.com/Threadsafety-of-Camel-FTP-td23615932.html
> Basically FTPClient should be created as a new instance for each created producer or consumer (like http component does)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (CAMEL-1641) camel-ftp is not thread safe

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

Claus Ibsen resolved CAMEL-1641.
--------------------------------

    Resolution: Fixed

trunk: 778419

And fixed by CAMEL-1644.

> camel-ftp is not thread safe
> ----------------------------
>
>                 Key: CAMEL-1641
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1641
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> See nabble for discussion:
> http://www.nabble.com/Threadsafety-of-Camel-FTP-td23615932.html
> Basically FTPClient should be created as a new instance for each created producer or consumer (like http component does)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (CAMEL-1641) camel-ftp is not thread safe

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

Work on CAMEL-1641 started by Claus Ibsen.

> camel-ftp is not thread safe
> ----------------------------
>
>                 Key: CAMEL-1641
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1641
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> See nabble for discussion:
> http://www.nabble.com/Threadsafety-of-Camel-FTP-td23615932.html
> Basically FTPClient should be created as a new instance for each created producer or consumer (like http component does)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (CAMEL-1641) camel-ftp is not thread safe

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

Claus Ibsen reassigned CAMEL-1641:
----------------------------------

    Assignee: Claus Ibsen

> camel-ftp is not thread safe
> ----------------------------
>
>                 Key: CAMEL-1641
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1641
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.0-M1, 1.6.1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 1.6.2, 2.0.0
>
>
> See nabble for discussion:
> http://www.nabble.com/Threadsafety-of-Camel-FTP-td23615932.html
> Basically FTPClient should be created as a new instance for each created producer or consumer (like http component does)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (CAMEL-1641) camel-ftp is not thread safe

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

Claus Ibsen updated CAMEL-1641:
-------------------------------

    Affects Version/s:     (was: 1.6.1)
        Fix Version/s:     (was: 1.6.2)

trunk: 778354.

When/if CAMEL-1644 is implemented then this bug is already fixed.
However remember to add the unit test in FtpProducerConcurrentTest java. There is a TODO.

> camel-ftp is not thread safe
> ----------------------------
>
>                 Key: CAMEL-1641
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-1641
>             Project: Apache Camel
>          Issue Type: Bug
>          Components: camel-ftp
>    Affects Versions: 2.0-M1
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.0.0
>
>
> See nabble for discussion:
> http://www.nabble.com/Threadsafety-of-Camel-FTP-td23615932.html
> Basically FTPClient should be created as a new instance for each created producer or consumer (like http component does)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.