Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JAXB generated classnames seem to be too long

843834May 17 2005 — edited Jun 12 2005
Hi 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?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 10 2005
Added on May 17 2005
3 comments
229 views