History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: CAMEL-55
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: James Strachan
Reporter: Noah Nordrum
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Apache Camel

Camel-IRC Component

Created: 25/Jun/07 06:42 AM   Updated: 12/May/08 01:01 AM
Component/s: None
Affects Version/s: None
Fix Version/s: 1.0.0

Time Tracking:
Not Specified

File Attachments:
  Size
Zip Archive camel-irc-src.zip 2007-06-25 06:42 AM Noah Nordrum 14 kb


 Description  « Hide
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/



 All   Comments   Work Log   Change History   Subversion Commits   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
James Strachan - 25/Jun/07 07:26 AM
Patch applied with great thanks! Will work on a unit test...

James Strachan - 26/Jun/07 01:07 AM
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