I have written a custom component. I was successful at creating a file that implemented the mapping, by following the instructions on the site to create a file:
META-INF/services/org/apache/camel/component/tc However, I could not figure out how to take my component, and this file, and wrap them in a jar to be used as a standalone dependency within my application. How does one wrap the implementation and the definition into one? Is it posssible? For example, I want this: my_app --> depends on tc-camel.jar tc-camel.jar has the component implementation and file that defines the mapping. Thanks in advance! Taylor -- View this message in context: http://www.nabble.com/How-to-specify-a-custom-component%2C-or-endpoint%2C-mapping-from-a-jar--tp15943843s22882p15943843.html Sent from the Camel - Users mailing list archive at Nabble.com.
