apache-camel.jar's TypeConverter file is incorrect
--------------------------------------------------
Key: CAMEL-268
URL: https://issues.apache.org/activemq/browse/CAMEL-268
Project: Apache Camel
Issue Type: Bug
Affects Versions: 1.2.0, 1.3.0
Reporter: Aaron Crickenberger
Fix For: 1.3.0
apache-camel-1.2.jar's META-INF/services/org/apache/camel/TypeConverter file
contained only "org.apache.camel.converter"
The lastest apache-camel-1.3-SNAPSHOT.jar's file contains only
"org.apache.camel.components.mail"
Apparently, the file should contain the concatenation of all of the
sub-component TypeConverter files.
For more info see:
http://www.nabble.com/apache-camel-1.3-SNAPSHOT.jar-TypeConverter-to14387417s22882.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.