Camel-rss don't work in OSGi ---------------------------- Key: CAMEL-2562 URL: https://issues.apache.org/activemq/browse/CAMEL-2562 Project: Apache Camel Issue Type: Bug Components: camel-rss Affects Versions: 2.2.0 Environment: ServiceMix 4.x, FUSE 4.2.x Reporter: Łukasz Dywicki Assignee: Łukasz Dywicki
Rss polling endpoints can not be started in OSGi due NoClassDefError in ROME. Root cause of all problems are com.sun.syndication.io.impl.PropertiesLoader and Thread.currentThread().getContextClassLoader() usage in this class. Patch provided in http://repository.code-house.org/content/repositories/code-house.public.release/rome/rome/1.0-osgi/ may break rome features like providing own Parsers/Generators/Converters using rome.properties file. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.