xjc
JAXB Ant Task Error: xjc2 [ERROR] null unknown location
When binding on some valid XML documents using Ant\'s xjc2 task, I get the following failure message:[详细]
2023-01-11 17:33 分类:问答backslash in regex in xsd with xjc (ant) and jaxb validation
I have the following regex type in my xsd file: <xsd:simpleType name="Host"> <xsd:restriction base="xsd:string">[详细]
2023-01-05 02:27 分类:问答Maven Release Plugin with JAXB issues
We\'ve got a project set up to use the Maven Release Plugin which includes a phase that unpacks a JAR of XML schemas pulled from Artifactory and a phase that generates XJC classes. We\'re on maven rel[详细]
2023-01-03 18:55 分类:问答JAXB Locator - missing dependency?
On my current project we generate JAXB beans from an XSD file. We need line number information on the beans (beyond XSD validation errors!) so I used the -Xlocator option specified here:[详细]
2023-01-01 04:05 分类:问答How to make generated classes contain Javadoc from XML Schema documentation
I\'m currently working with an XML Schema that has <xsd:annotation>/<xsd:documentation> on most types and elements. When I generate Java Beans from this XML Schema, then the Javadoc of tho[详细]
2022-12-29 23:06 分类:问答XML Schema to Java Classes with XJC
I am using xjc to generate Java classes from the XML schema and the following is an excerpt of the XSD.[详细]
2022-12-28 11:18 分类:问答Resolve naming conflict in included XSDs for JAXB compilation
I am currently trying to compile with JAXB (IBM build 2.1.3) a pair of schema files into the same package.Each will compile on it\'s own, but when trying to compile them together i get a element namin[详细]
2022-12-28 00:27 分类:问答Entity classes created by Entity Framework and LINQ to SQL
HI , The designer creates Entity classes as partial when using LINQ to SQL and the E开发者_如何学Gontity Framework. Is there some way we can create the Entity classes as .cs physical files while usin[详细]
2022-12-19 23:15 分类:问答jaxb unmarshal abusable by crafted xml when using default sax parser?
So in my current project I use the JAXB RI with the default Java parser from Sun\'s JRE (which I believe is Xerces) to unmarshal arbitrary XML.[详细]
2022-12-09 21:25 分类:问答How to generate a Java class which implements Serializable interface from xsd using JAXB?
I would 开发者_高级运维like to introduce caching into an existing Spring project which uses JAXB to expose WebServices. Caching will be done on the level of end points. In order to do that classes gen[详细]
2022-12-08 03:29 分类:问答