You should be able to exclude the 3.2.7 version of woodstox and solr should still work.
You definitely need to have a 4.2.x version due to a bunch of security vulnerabilities in previous versions. Dan > On Nov 11, 2014, at 12:47 AM, pg <[email protected]> wrote: > > I have already tried that, but problem is impact of these inclusions. Ex: I > have tried removing "woodstox-core-asl-4.2.1.jar" from dependency tree, but > after removing I got following exception: > > java.lang.RuntimeException: Cannot create a secure XMLInputFactory > at > org.apache.cxf.staxutils.StaxUtils.createXMLInputFactory(StaxUtils.java:314) > at > org.apache.cxf.staxutils.StaxUtils.getXMLInputFactory(StaxUtils.java:264) > at > org.apache.cxf.staxutils.StaxUtils.createXMLStreamReader(StaxUtils.java:1443) > at > org.apache.cxf.interceptor.StaxInInterceptor.handleMessage(StaxInInterceptor.java:123) > > After removing that particular jar, I was not able to run my web services. > And I am not aware of impact of removing "wstx-asl-3.2.7.jar", as its been > used by solr/lucene system. > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/Overlapping-classes-causing-class-loader-issues-tp5750963p5750965.html > Sent from the cxf-user mailing list archive at Nabble.com. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
