Sun ONE logo     Previous      Contents      Index      Next     
Sun ONE Connector Builder 2.0 Developer's Guide



Internationalization

This module describes the following topic:

Multi-byte Character Limitations

Sun ONE Connector Builder allows you to enter information through the Wizard and property editors in a number of different languages. Some of this information is used in the generated code. If the generated code contains Japanese or other multi-byte characters it will not compile. Therefore, do not enter text with multi-byte characters in the following input fields:

  • Adapter Logical Name
  • Package
  • InteractionSpec names
  • Input Record names
  • Output Record names
  • Configuration Property names
  • Template InteractionSpec, Input Record and Output Record names

In addition, the text can not contain multi-byte characters because the generated code contains information obtained from Java classes selected by the user including:

  • EIS API class, method and parameter names
  • SOAP services participating class names
  • SOAP services custom serializer class names

The command line tools described in "Command Line Interface Reference "support multibyte character values. Some of these values are used for updating the server classpath, SOAP service deployment etc. Using multibyte values for the following command options may cause runtime issues, and are not recommended. The left column contains the command line the right column contains the option.

   Command Line Tools

Command

Option

icsvrreg

 

--soapurl

 

icradeploy

 

--adaptername

 

icconfig

 

--adaptername

 

icwsdeploy

 

-servicename

 


Previous      Contents      Index      Next     
Copyright 2002 Sun Microsystems, Inc. All rights reserved.