Re: Xerces constantly causing class loading at run time

2015-07-20 Thread Michael Glavassevich
com/sun/org/apache/xpath/internal/* is the Oracle/Sun JAXP implementation. That is not an Apache release. Xerces doesn't even implement javax.xml.xpath.*. That aside, the component you're using seems to be loading an XPathFactory over and over again which is expensive and can result lots of Cla

RE: Xerces constantly causing class loading at run time

2015-07-18 Thread dbrosIus
These changes makes it so you aren't using zeroes at all, just the jdk supplied version that came from an old version Original message From: Eric Urban Date: 07/17/2015 8:34 AM (GMT-05:00) To: j-users@xerces.apache.org Subject: Xerces constantly causing class loading at ru