When you use the Show Fields As dialog box to modify the default settings for Java field mappings and specify multiplicity of relationships, you can select a multiplicity value from the list or enter a multiplicity value in the Set Multiplicity pop-up dialog box. However, entering a min..max multiplicity value with a very large numerical minimum or maximum value (greater than 2147483647) will cause an exception to be thrown. For example, 1..11111111111111111111 and 11111111111111111111..99999999999999999999 are not supported. To recover, restart the application. The workaround is to use a textual symbolic constant such as 1..LARGE_INT_FIELD. You can also add a note to indicate the actual multiplicity value.
Return to the main readme file
(C) Copyright IBM Corporation 2000, 2003. All Rights Reserved.