Feed Creator Not working

Hi I am trying to implement RSS Feed Creator in my project.

I am following the steps given in documentation at https://onehippo-forge.github.io/feeds/index.html

But I am getting some error, regarding some dependencies are not resolving properly and some bean class is not defined as

Error :
nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named ‘jaxrsRestAllEntityProviders’ is defined

“org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘jaxrsRestFeedServiceValve’ defined in class path resource [org/onehippo/forge/feed/site/jaxrs/feed-rest-services.xml]: Cannot create inner bean ‘org.hippoecm.hst.jaxrs.cxf.CXFJaxrsContentService#672df29d’ of type [org.hippoecm.hst.jaxrs.cxf.CXFJaxrsContentService] while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘org.hippoecm.hst.jaxrs.cxf.CXFJaxrsContentService#672df29d’ defined in class path resource [org/onehippo/forge/feed/site/jaxrs/feed-rest-services.xml]: Cannot create inner bean ‘org.apache.cxf.jaxrs.JAXRSServerFactoryBean#44e96afd’ of type [org.apache.cxf.jaxrs.JAXRSServerFactoryBean] while setting bean property ‘jaxrsServerFactoryBean’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘org.apache.cxf.jaxrs.JAXRSServerFactoryBean#44e96afd’ defined in class path resource [org/onehippo/forge/feed/site/jaxrs/feed-rest-services.xml]: Cannot resolve reference to bean ‘jaxrsRestAllEntityProviders’ while setting bean property ‘providers’; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named ‘jaxrsRestAllEntityProviders’ is defined”

The steps given are not updated I guess.

Also I tried cloning the Demo project from https://github.com/onehippo-forge/feeds/
But while building this I am getting compile time error saying

Error :
Failure to find org.onehippo.forge:feed-cms-addon:jar:4.0.2-SNAPSHOT in http://maven.onehippo.com/maven2/

Kindly help me to solve this error.

Thanks in advance.
Himanshu Mahajan

Hi,
The file feed-rest-services.xml is part of the plugin itself, the instructions just say to import it so I doubt this is just an documentation level thing.

What release are you on exactly?

In the demo, you could start by changing the used plugin version to use a non-snapshot, in root pom: <forge.feed.version>4.0.1</forge.feed.version>

HTH
Jeroen