https://docs.oracle.com/javase/tutorial/jaxp/sax/parsing.html

https://issues.apache.org/jira/browse/OFBIZ-2390

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 10/23/2015 7:20 AM, Taher Alkhateeb wrote:
Hi Adrian,

I believe xerces also already exists in the project. Which one should I prefer 
or use? Are there any existing utilities or things that would shortcut my work?

Taher Alkhateeb

----- Original Message -----

From: "Adrian Crum" <adrian.c...@sandglass-software.com>
To: dev@ofbiz.apache.org
Sent: Friday, 23 October, 2015 5:02:51 PM
Subject: Re: Removing Javolution and resolving sax implementation - OFBIZ-5169

Xerces would be fine, but we already have a pull parser in the project
(an XStream dependency):

http://www.extreme.indiana.edu/xgws/xsoap/xpp/

Adrian Crum
Sandglass Software
www.sandglass-software.com

On 10/23/2015 1:10 AM, Taher Alkhateeb wrote:
Hi everyone,

I need some help and guidance. I removed all remaining references to Javolution 
from the framework except for this one annoying dependency, and we cannot 
remove the jar before getting a different implementation.

So the code in EntitySaxReader.java depends on 
_javolution.xml.sax.XMLReaderImpl_ for implementing the Sax parser for 
importing data to the framework. And my question is, what is the recommended 
library replacement? I am thinking of using 
_org.apache.xerces.parsers.SAXParser_. Am I on the right path or do we have 
other preferences for XML parsing in OFBiz?

Thank you for your help!

Taher Alkhateeb



Reply via email to