Thanks. You were right static and import are reserved and not valid Java identifiers.
Frank Budinsky <[EMAIL PROTECTED]> wrote: static and import are Java keywords, so they can't be used as identifiers. Frank. Fuhwei Lwo wrote on 04/09/2007 01:13:12 PM: > I ran XSD2JavaGenerator with namespace like test.sca.ws.static. > import.schema.helloworld and the Java package was generated with > test.sca.ws.static_.import_.schema.helloworld. Is this type of name > mangling necessary? Thanks. > > - Fuhwei --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
