RSS Feed Issue in CQ 5.6 | Community
Skip to main content
February 4, 2016
Solved

RSS Feed Issue in CQ 5.6

  • February 4, 2016
  • 2 replies
  • 679 views

Hi,

I tried to feed data using RSSFeed and I faced the following issue.

Caused by: javax.xml.stream.FactoryConfigurationError: Provider com.bea.xml.stream.MXParserFactory not found
    at javax.xml.stream.FactoryFinder.newInstance(FactoryFinder.java:72)
    at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:178)
    at javax.xml.stream.FactoryFinder.find(FactoryFinder.java:92)
    at javax.xml.stream.XMLInputFactory.newInstance(XMLInputFactory.java:136)
    at com.healthnet.idp.wsutils.RSSFeedParser.readFeed(RSSFeedParser.java:54)
    at org.apache.jsp.apps.HNFS_002dIDP.components.forms.rss.rss_jsp._jspService(rss_jsp.java:286)
    at org.apache.sling.scripting.jsp.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
    at org.apache.sling.scripting.jsp.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:420)

I tried to resolved this by adding stax-1.2.0_rc2-dev jar into maven pom file , even i got the same error.

Could you please help anyone on this ?

 

Thanks in Advance.

 

Regards,

Suresh

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by smacdonald2008

Here is a good community article to follow to use custom AEM importer: 

http://www.citytechinc.com/us/en/blog/2014/07/creating-a-custom-content-importer-for-AEM.html

2 replies

smacdonald2008
Level 10
February 4, 2016

Are you following an online document? Can you please specify so that community can try and reproduce your issue.  Are you using the Importer API  (com.day.cq.polling.importer.Importer API)?

smacdonald2008
smacdonald2008Accepted solution
Level 10
February 4, 2016

Here is a good community article to follow to use custom AEM importer: 

http://www.citytechinc.com/us/en/blog/2014/07/creating-a-custom-content-importer-for-AEM.html