[ https://issues.apache.org/activemq/browse/CAMEL-2562?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58413#action_58413 ]
Gert Vanthienen commented on CAMEL-2562: ---------------------------------------- L.S., If the patch provided fixes the issue, it's OK for me. We have two ways to get this included in Camel: # use the version provided in repository.code-house.org which already includes the fix # build a servicemix bundle for Rome which includes this fix Personally, I would prefer option 2 because that will eventually get us a valid bundle for Rome in central repository. If that's OK for everyone, I'll move the issue to the SMX4 project and build the bundle to update the Camel features.xml afterwards. If we stick to scenario 1, all we need to do in Camel is use that bundle in our features.xml and we're done. Regards, Gert > 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: Gert Vanthienen > Attachments: patch.patch > > > 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.