users@jaxb.java.net

Collision problems

From: Andreas Pakulat <pakulat_at_rostock.zgdv.de>
Date: Fri, 24 Mar 2006 11:55:01 +0100

Hi,

I have a bunch of collisions here because the schemas I use define types
  with a name of "_<sometypename>" and also types that use
"<sometypename>". I can't change the schemas and trying to do this with
underscoreBindings="asCharInWord" didn't work out.

Is there another way to solve this, other than writing a plugin to
change a class name of "_<something>" to something like
"Underscore<Something>"?

Andreas