Hello.
I try to compile source generated with JAXB 1.0 and compiler throws error
[javac] C:/dev/jaxb/report bug/example/generated/generated/impl/CategoryWith
ItemsImpl.java:471: UTF8 representation for string "▼ ??g|????e?..." is to
o long for the constant pool
The source file contains very long strings that seem to be the reason of error. How can I compile it without getting error?
You can download example
here
Just unzip and run Ant to check example