xerces Questions

5

I looked for similar posts on this blog, but couldn't find an answer to my question, so I decided to ask for help. I wrote this simple function in Java: public void open(InputStream stream) throws...
Healall asked 14/11, 2018 at 11:34

4

Solved

I have installed Xerces through Maven: <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.11</version&g...
Ecotone asked 28/12, 2013 at 20:32

4

Solved

I want to use vcpkg in a CMake project in Windows, because I need boost and xerces that are both handled by this package manager. I've the following CMakeLists.txt: cmake_minimum_required (VERSIO...
Creak asked 3/4, 2019 at 13:39

4

Solved

My problem is with parsing an XSD Schema that has elements with maxOccurs larger than 5000 (but not unbounded). This is actually a know issue in either Xerces (which I'm using, version 2.9.1) or JA...
Culinarian asked 20/5, 2013 at 13:49

8

Solved

I'm trying to validate an XML file against a number of different schemas (apologies for the contrived example): a.xsd b.xsd c.xsd c.xsd in particular imports b.xsd and b.xsd imports a.xsd, us...
Remex asked 7/7, 2009 at 21:9

1

Solved

Background I have a project where I parse some XML documents and I happened to need the xerces dependency: <dependency> <groupId>xerces</groupId> <artifactId>xerces<...
Talanta asked 25/5, 2020 at 16:3

1

I am trying to compile some of the maven reversions project. Unfortunately, I am getting error: Failed to execute goal org.apache.rat:apache-rat-plugin:0.10:check (check) on project maven: Too ma...
Firstling asked 12/8, 2017 at 22:30

2

I'm using Java 6. I have this dependency in my pom ... <dependency> <groupId>xerces</groupId> <artifactId>xercesImpl</artifactId> <version>2.10.0</versio...
Anam asked 14/4, 2012 at 17:56

2

In jdk1.6, while I am setting transformerFactory.setFeature(XMLConstants.ACCESS_EXTERNAL_DTD, false) I am facing the following error: javax.xml.transform.TransformerConfigurationException: C...
Cangue asked 28/4, 2015 at 15:50

4

Solved

Consider this code (based entirely on flying saucer's "getting started" code, their rights reserved): package flyingsaucerpdf; import java.io.File; import java.io.FileOutputStream; import java.io....
Jamisonjammal asked 27/3, 2011 at 6:31

3

Solved

During the build of xerces 3.1.2 I get: 1>XML256TableTranscoder.cpp : fatal error C1083: Cannot open compiler generated file: '': Invalid argument The compiler does not appear to be working on th...
Boatel asked 3/12, 2015 at 19:51

7

I am developing a GWT application in Eclipse and use jdom2 to read some custom xml property files. Following a recent update my application now fails with the above error when trying to read the x...
Tamper asked 17/7, 2014 at 13:45

1

Solved

I'm writing a library which takes xml files and parses them. To prevent users from feeding inalid xmls into my application i'm using xerces to validate the xml files via an xsd. However, i only ma...
Fpc asked 11/9, 2018 at 12:8

3

I am trying to get sonar to work for a project with a quality profile that includes Findbugs rules. However when analyzing the project the sonar anttask chrashes with the following error: Caused ...
Sampler asked 16/9, 2014 at 15:24

0

We have mutliple java web applications that are hosted with tomcat. Some of the applications include xercesImpl jars and others do not include xercesImpl.jar. For the sake of simplicity, let say w...
Forgetful asked 17/8, 2017 at 18:50

1

I am using java1.6,jboss5.1 and Spring maven 3.2.5 in my project.I am getting java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers...
Talia asked 21/1, 2016 at 9:37

11

In my office, the mere mention of the word Xerces is enough to incite murderous rage from developers. A cursory glance at the other Xerces questions on SO seem to indicate that almost all Maven use...
Helfand asked 26/7, 2012 at 20:32

2

I cannot seem to get my app to build when I import in the Xerces library. I am already using the multidex due to previous issues and therefore I know this is all setup properly. I have spend a cou...
Triton asked 27/4, 2016 at 14:33

2

Solved

My current validation does not work for XSD v1.1 Schemas .. I tried many things to change that, but until now without success It does not matter for me if the solution is done with Saxon or Xerces...
Brufsky asked 11/3, 2016 at 13:33

3

Solved

I create a XML String on the fly (NOT reading from a file). Then I use Cocoon 3 to transform it via FOP to a PDF. Somewhere in the middle Xerces runs. When I use the hardcoded stuff everything work...
Havre asked 12/12, 2011 at 8:52

3

Solved

I am supporting a legacy C++ application which uses Xerces-C for XML parsing. I've been spoiled by .Net and am used to using XPath to select nodes from a DOM tree. Is there any way to get access s...
Catherine asked 9/7, 2009 at 19:46

2

I'm trying to get Apache Hadoop 1.21 running, but I'm getting this exception: Failed to set setXIncludeAware(true) for parser org.apache.xerces.jaxp.DocumentBuilderFactoryImpl org.apache.xerces.ja...
Thump asked 17/10, 2013 at 22:54

4

Solved

I'm trying to do schema validation, currently using a javax.xml.validation.SchemaFactory. Unfortunately When I call the newSchema(Source schema) function, I get the following error: Caused by: org...
Heerlen asked 17/9, 2013 at 15:27

2

Solved

I have a project with a dependency on HTTP BUilder, this gives me the followoing dependency tree: [INFO] +- org.codehaus.groovy.modules.http-builder:http-builder:jar:0.5.1:compile [INFO] | +- org....
Gizela asked 24/4, 2014 at 11:57

2

Solved

I'm developing a web application using JSF 2.0, NetBeans 6.9.1, GlassFish Server 3.1, mojarra 2.0.3, and JasperReports 3.7.6. Included in my project library is the jar file "xerces-2.8.0.jar". This...
Thisbe asked 18/1, 2011 at 23:8

© 2022 - 2024 — McMap. All rights reserved.