xml parser

2007-12-18 Thread Marlon Luz
Hi Devs, Where (wich class) in the axis2 source code is made the XML parser of service (xml document)? br, mfl

Re: xml parser

2007-12-18 Thread Suran Jayathilaka
Marlon Luz wrote: > > Hi Devs, > > Where (wich class) in the axis2 source code is made the XML parser > of service (xml document)? > > br, > mfl Hi Marlon, Is org.apache.axis2.deployment.DeploymentEngine.java what yo

Re: xml parser

2007-12-21 Thread Eran Chinthaka
Jayathilaka wrote: Marlon Luz wrote: Hi Devs, Where (wich class) in the axis2 source code is made the XML parser of service (xml document)? br, mfl Hi Marlon, Is org.apache.axis2.deployment.DeploymentEngine.java what you're looking for?

DO NOT REPLY [Bug 17189] - Axis gives errors when Aelfred XML Parser used

2003-02-18 Thread bugzilla
gzilla/show_bug.cgi?id=17189 Axis gives errors when Aelfred XML Parser used [EMAIL PROTECTED] changed: What|Removed |Added Severity|Critical|

DO NOT REPLY [Bug 17189] - Axis gives errors when Aelfred XML Parser used

2003-02-19 Thread bugzilla
gzilla/show_bug.cgi?id=17189 Axis gives errors when Aelfred XML Parser used --- Additional Comments From [EMAIL PROTECTED] 2003-02-19 20:23 --- Is there anyway to force Axis to use a specific XML parser? Rather than relying on whats chosen at runtime by JAXP?

DO NOT REPLY [Bug 17189] - Axis gives errors when Aelfred XML Parser used

2003-02-19 Thread bugzilla
gzilla/show_bug.cgi?id=17189 Axis gives errors when Aelfred XML Parser used --- Additional Comments From [EMAIL PROTECTED] 2003-02-19 21:15 --- No, but we should add one. I have had problems with Axis in a J2EE server context not getting a working XML parser and this API would be very

DO NOT REPLY [Bug 17189] - Axis gives errors when Aelfred XML Parser used

2003-02-19 Thread bugzilla
gzilla/show_bug.cgi?id=17189 Axis gives errors when Aelfred XML Parser used --- Additional Comments From [EMAIL PROTECTED] 2003-02-19 21:24 --- Ended up working around it by just calling: System.setProperty("javax.xml.parsers.SAXParserFactory", "org.apache.xerces.jaxp

DO NOT REPLY [Bug 17189] New: - Axis gives errors when Aelfred XML Parser used

2003-02-18 Thread bugzilla
gzilla/show_bug.cgi?id=17189 Axis gives errors when Aelfred XML Parser used Summary: Axis gives errors when Aelfred XML Parser used Product: Axis Version: 1.1RC1 Platform: Other OS/Version: Other Status: NEW Severity: Cr

DO NOT REPLY [Bug 21331] - addTextNode() and getValue() extremely slow when Xerces is used as the XML parser

2003-07-04 Thread bugzilla
gzilla/show_bug.cgi?id=21331 addTextNode() and getValue() extremely slow when Xerces is used as the XML parser --- Additional Comments From [EMAIL PROTECTED] 2003-07-04 20:27 --- Jin, Can you please send in a patch? See instructions at http://nagoya.apache.org/wiki/apachewiki.cgi?AxisProjec

DO NOT REPLY [Bug 21331] New: - addTextNode() and getValue() extremely slow when Xerces is used as the XML parser

2003-07-03 Thread bugzilla
gzilla/show_bug.cgi?id=21331 addTextNode() and getValue() extremely slow when Xerces is used as the XML parser Summary: addTextNode() and getValue() extremely slow when Xerces is used as the XML parser Product: Axis Version: 1.1rc2 Platfo