JAXB generated classnames seem to be too long
843834May 17 2005 — edited Jun 12 2005Hi there. Has anyone come across this problem before?
I have a fairly complex, deeply nested XSD, which I've run through JAXB.
Now once compiled, JAXB comes up with gems like this:
OccupationalPensionSchemeReturnRequestTypeImpl$PensionSchemeDetailsTypeImple$TrusteeAdvisorsImple$FundMangerInformationTypeImpl$FundManagersTypeImpl$FundManagerTypeImpl.class
Which is wreaking havoc with out build system (fclass files cannot be deleted and overwritten).
Has anyone else come across this. If so, how did you get around it?