You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Noah Nordrum (JIRA)" <ji...@apache.org> on 2007/06/25 15:43:34 UTC

[jira] Created: (CAMEL-55) Camel-IRC Component

Camel-IRC Component
-------------------

                 Key: CAMEL-55
                 URL: https://issues.apache.org/activemq/browse/CAMEL-55
             Project: Apache Camel
          Issue Type: New Feature
            Reporter: Noah Nordrum
            Assignee: James Strachan
         Attachments: camel-irc-src.zip

example endpoint to connect to the camel IRC channel: "irc://camel-irc@irc.codehaus.org/%23camel"

Component has no unit tests, and breaks when you try and do to(endpointA, endpointB).

Connections are shared between Endpoints of the same username and host. 

only dep is IRClib v. 1.10  http://moepii.sourceforge.net/

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


[jira] Updated: (CAMEL-55) Camel-IRC Component

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

Hiram Chirino updated CAMEL-55:
-------------------------------

    Affects Version/s: 1.0.0

> Camel-IRC Component
> -------------------
>
>                 Key: CAMEL-55
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-55
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Noah Nordrum
>            Assignee: James Strachan
>             Fix For: 1.0.0
>
>         Attachments: camel-irc-src.zip
>
>
> example endpoint to connect to the camel IRC channel: "irc://camel-irc@irc.codehaus.org/%23camel"
> Component has no unit tests, and breaks when you try and do to(endpointA, endpointB).
> Connections are shared between Endpoints of the same username and host. 
> only dep is IRClib v. 1.10  http://moepii.sourceforge.net/

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


[jira] Resolved: (CAMEL-55) Camel-IRC Component

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

James Strachan resolved CAMEL-55.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 1.1

Patch applied with great thanks! Will work on a unit test...

> Camel-IRC Component
> -------------------
>
>                 Key: CAMEL-55
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-55
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Noah Nordrum
>            Assignee: James Strachan
>             Fix For: 1.1
>
>         Attachments: camel-irc-src.zip
>
>
> example endpoint to connect to the camel IRC channel: "irc://camel-irc@irc.codehaus.org/%23camel"
> Component has no unit tests, and breaks when you try and do to(endpointA, endpointB).
> Connections are shared between Endpoints of the same username and host. 
> only dep is IRClib v. 1.10  http://moepii.sourceforge.net/

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


[jira] Updated: (CAMEL-55) Camel-IRC Component

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

Hiram Chirino updated CAMEL-55:
-------------------------------

    Affects Version/s:     (was: 1.0.0)
        Fix Version/s:     (was: 1.1.0)
                       1.0.0

> Camel-IRC Component
> -------------------
>
>                 Key: CAMEL-55
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-55
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Noah Nordrum
>            Assignee: James Strachan
>             Fix For: 1.0.0
>
>         Attachments: camel-irc-src.zip
>
>
> example endpoint to connect to the camel IRC channel: "irc://camel-irc@irc.codehaus.org/%23camel"
> Component has no unit tests, and breaks when you try and do to(endpointA, endpointB).
> Connections are shared between Endpoints of the same username and host. 
> only dep is IRClib v. 1.10  http://moepii.sourceforge.net/

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


[jira] Commented: (CAMEL-55) Camel-IRC Component

Posted by "James Strachan (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/CAMEL-55?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_39523 ] 

James Strachan commented on CAMEL-55:
-------------------------------------

BTW I've added an integration test case...

https://svn.apache.org/repos/asf/activemq/camel/trunk/components/camel-irc/src/test/java/org/apache/camel/component/irc/IrcRouteIntegration.java

I've named it *Integration.java rather than *Test.java to differentiate from unit tests. You can run integration tests using the maven profile...

http://cwiki.apache.org/CAMEL/testing.html

> Camel-IRC Component
> -------------------
>
>                 Key: CAMEL-55
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-55
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Noah Nordrum
>            Assignee: James Strachan
>             Fix For: 1.1
>
>         Attachments: camel-irc-src.zip
>
>
> example endpoint to connect to the camel IRC channel: "irc://camel-irc@irc.codehaus.org/%23camel"
> Component has no unit tests, and breaks when you try and do to(endpointA, endpointB).
> Connections are shared between Endpoints of the same username and host. 
> only dep is IRClib v. 1.10  http://moepii.sourceforge.net/

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