One of the lines generated in the impl class is about 11000 chars long,
probably because of customization ...
private final static com.sun.msv.grammar.Grammar schemaFragment =
com.sun.xml.bind.validator.SchemaDeserializer.deserialize("
The source code control that we use has a limit of 8000 characters per
line...
Is there any way to limit the line length druing generation ? (The temporary
solution that I took is to create two String variables and limit the size on
each String variable to 8000 chars... -:(, just to get it into source code)
Thanks