I'm pretty sure this has shown up on the list before, so i'm
disappointed that it wasn't fixed in the 1.0 version. When using large
schemas, JAXB creates a large static block in the ObjectFactory class;
one that is too large to be executed by the JVM.
My solution has been to break up the static block into 2 static methods.
But I have to do this each time i regenerate my classes..
can we expect to see a fix to this?
MD