Tomáš Kraus
Tomáš Kraus
Can't generate classes for relaxng if schema has merged grammars: From tutorial example [http://relaxng.org/tutorial-20011203.html#IDAXBZR](http://relaxng.org/tutorial-20011203.html#IDAXBZR) KostyaSha:tmp integer$ cat other.rng KostyaSha:tmp integer$ cat inline.rng KostyaSha:tmp integer$ /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/xjc -relaxng -verbose other.rng parsing a...
Use of xjc on a relax ng file doesnt do a very good job when compared to using trang. Im using Jaxb 2.1.5 with the following schema [http://bugs.musicbrainz.org/browser/mmd-schema/trunk/schema/musicbrainz_mmd-1.2.rng?format=raw](http://bugs.musicbrainz.org/browser/mmd-schema/trunk/schema/musicbrainz_mmd-1.2.rng?format=raw) it doesnt...
Currently it is not possible to manipulate with Code Model in a way that JDefinedClass is moved to another class or package. For that: * JDefinedClass and JPackage should implement...
At the moment com.sun.tools.xjc.reader.Ring is closed before plugins get their turn to process the model. Please shift closing the Ring after plugins are done, as for example, it would be...
I've tried generate xsd schema for POJO contains java.time.LocalDate field. In case, if this field isn't annotated, I've got a message: ``` java.time.LocalDate is a non-static inner class, and JAXB...
I had already reported this issue to Oracle, but I don't think it got attention (and maybe I was reporting it to the wrong people anyway). On the [email protected] mailing...
I want to create a WebService with a wsdl based on interfaces. The annotation XmlJavaTypeAdapter seems not to work. Here are my interfaces: @XmlJavaTypeAdapter(GreetingImpl.Adapter.class) public interface Greeting { public void...
Hi there, I recently recompiled some code on Java 8 and found that JAXB does not yield to the ({XmlAccessType.NONE}} anymore. ``` package xml.exception; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute;...
I have the following schema: ``` ``` The generated source for the child element class ignores the all group model and sets propOrder= {"foo", "bar"} . The correct behavior would...
Run wsgen.sh (from javaee6u4_ri-3.1.2-b21.zip) the following classes , it throws NPE exception : Caused by: java.lang.NullPointerException at java.util.EnumMap.(EnumMap.java:113) at com.sun.xml.bind.v2.model.impl.RuntimeEnumLeafInfoImpl.(RuntimeEnumLeafInfoImpl.java:87) at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createEnumLeafInfo(RuntimeModelBuilder.java:109) at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.createEnumLeafInfo(RuntimeModelBuilder.java:85) at com.sun.xml.bind.v2.model.impl.ModelBuilder.getClassInfo(ModelBuilder.java:229) at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.getClassInfo(RuntimeModelBuilder.java:104) at com.sun.xml.bind.v2.model.impl.RuntimeModelBuilder.getClassInfo(RuntimeModelBuilder.java:85)...