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...
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...
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...
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<...
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...
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...
2
Does setting FEATURE_SECURE_PROCESSING in transformerFactory update other security features as well?
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...
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...
1
Solved
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 ...
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...
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...
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...
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...
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...
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...
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....
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.