Merge branch 'disable_idl_name_checking' into 'ibm-trunk'

Disable idl name checking

TypeCode creation tries to enforce all names are IDL names.

By comparison with the behaviour seen from other ORB implementations, this is not necessarily the case, for example when generating the FullValueDescription for Java (Serializable) valuetypes.

Other parts of yoko behave in a compatible manner to these other implementations, which currently causes the IDL name checking to fail during FVD generation.

This introduces minimal changes to disable IDL name checking.

See merge request !40