how do i prevent schemagen from adding the super-class to the schema?
I have tried using XMLTransient on the super-class, and on its fields but they still show up in the schema ...
How to create a JAXB java class out of a xml schema using a utility?
I don't like reverse-engineering of several huge XSD-files to a JAXB-compliant java class.
I know there's the jdk ...
i am working on Jaxb 2.x and able to unmarshel XML doc in to Java component but when i am trying to create schema from my existing java classes its ...
i am learning JAXb 2.0 and is new to it.
i am trying to generate XSD based on y POJO classes using schemagen and for simple classes it working fine but when ...
i am trying to generate schema using jaxb from my exisitng POJO classes and till now its working fine now i have a requirement where i need to declare a attribute ...
The scenario is the following: I have a java package (myapp.config) that contains all my JAXB-annotated classes, from which I'd like to generate an XML schema file. In the package, there ...
I've just killed the better part of this afternoon trying to call JAXB's schemagen from Ant. No matter what distribution I use (currently, jaxb-ri-20110512), I end up with the same result:
...
[schemagen] ...
Using the JXC schema generation ant task, I can't seem to get it to ignore an enum. I have several enums that are used internally to denote type or minor configuration ...