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