Effective October 27, 2012, online and email support for FuseSource products will move to Red Hat support channels. For more information, please see the JIRA Migration to Red Hat FAQ.
As of October 27th, please open all new issues in the Red Hat Customer Portal .
Issue Details (XML | Word | Printable)

Key: ESB-1663
Type: Documentation Documentation
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Freeman Fang
Reporter: Claus Ibsen
Votes: 0
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
FUSE ESB

documentation - camel-nmr testing

Created: 09/Mar/12 05:05 AM   Updated: 03/Apr/12 02:27 PM
Component/s: Documentation
Affects Version/s: None
Fix Version/s: 4.4.1-fuse-03-xx

Issue Links:
Fixed By
 
Linked
 


 Description  « Hide
See this page
http://fusesource.com/docs/router/2.8/component_ref/_IDU_NMR.html

In the end it talks about testing. But where is the AbstractComponentTest that people is going to use?

This came up on this Q on stackoverflow
http://stackoverflow.com/questions/9623306/camel-nmr-testing-where-is-abstractcomponenttest



 All   Comments   Change History      Sort Order: Ascending order - Click to sort in descending order
Freeman Fang added a comment - 09/Mar/12 06:54 AM
Next FUSE ESB release should be able to pick up the fix
afterwards customer can add
<dependency>
  <groupId>org.apache.servicemix.camel</groupId>
   <artifactId>org.apache.servicemix.camel.component</artifactId>
  <version>{version}</version>
  <type>test-jar</type>
  <scope>test</scope>
</dependency>

to pom.xml to use camel-nmr test code like AbstractComponentTest