I am generating classes from a large xsd file. (Rightclick on pom in projectexplorer, run-as "maven generate sources") When I name an Element with "PRN" the generation process get stuck. It do not break and get also not to finished.
When I rename the Element to PRN2 the same code works.
Environment Helios, java 7, maven, maven-jaxb2 plugin 0.8.0 with basics and annotate 0.6.2. Jaxb version 2.2.7 (also tried 2.2.8 and 2.2.0 ...)
Cant explain such a strange behavior, where the name of an element makes the generation to be stuck.
I am generating classes from a large xsd file. (Rightclick on pom in projectexplorer, run-as "maven generate sources") When I name an Element with "PRN" the generation process get stuck. It do not break and get also not to finished. When I rename the Element to PRN2 the same code works. Environment Helios, java 7, maven, maven-jaxb2 plugin 0.8.0 with basics and annotate 0.6.2. Jaxb version 2.2.7 (also tried 2.2.8 and 2.2.0 ...) Cant explain such a strange behavior, where the name of an element makes the generation to be stuck.
Extraction from pom.xml
The XSD fragment which do not work.
<?xml version="1.0" encoding="UTF-8"?>