goglpath.blogg.se

Bamboo software and driver error code 4002
Bamboo software and driver error code 4002










bamboo software and driver error code 4002

Error code: 16Ĭause: The descriptor callback method with DescriptorEvent as argument, is not accessible. ILLEGAL_ACCESS_WHILE_CONSTRUCTOR_INSTANTIATIONĬause: The domain class does not define a public default constructor, which is needed by TopLink to create new instances of the domain class.Īction: Define one or use different instantiation policy. The error is purely Java exception and TopLink only wraps the reflection exception.Īction: Inspect the internal exception and check the Java manuals. The method name specified using useCloneCopyPolicy(String cloneMethodName) or the clone() method to create clone on the domain object is not accessible by TopLink using Java reflection. Error code: 14Ĭause: Problem in cloning the object.

bamboo software and driver error code 4002 bamboo software and driver error code 4002

This exception is thrown when TopLink tries to access the instance variable using Java reflection. Instance variable in the domain object is not accessible. ILLEGAL_ACCESS_WHILE_GETTING_VALUE_THRU_ INSTANCE_VARIABLE_ACCESSORĬause: instance variable in object is inaccessible. Descriptor has been set to not use identity map but the existence checking is set to be done on identity map.Īction: Either use identity map or set the existence checking to some other option. Error code: 12Ĭause: The descriptor must use an identity map to use the Check cache does exist option. Multiple foreign key fields were set for one to one mapping by calling method setForeignKeyFieldName(String fieldName).Īction: Use method addForeignKeyFieldName(String sourceForeignKeyName, String targetPrimaryKeyFieldName) to add multiple foreign key fields. Error code: 11Ĭause: One to one mapping foreign key defined incorrectly. It is thrown from direct to field mapping, array mapping and structure mapping.Īction: Specify the field name by calling method setFieldName(String fieldName). Error code: 10Ĭause: The field name is not set in the mapping. The field values form the collection in this mapping.Īction: Specify the direct field name by calling method setDirectFieldName(String fieldName). Error code: 9Ĭause: The direct field name from the target table is not set in the direct collection mapping. The class indicator field is used to create the right type of domain objectĪction: Either a class indicator field or class extraction method must be set. When using inheritance, a class indicator field or class extraction method must be set. Error code: 8Ĭause: The class indicator field has not been defined, however the descriptor has been set to use inheritance. It happens in one to many mapping, many to many mapping and collection mapping when mapping is set not to use indirection and attribute type is not declared of type .Īction: Declare the attribute to be of type.

bamboo software and driver error code 4002

Error code: 7Ĭause: should be defined as type Vector, or a type that implements Map or Collection if using Java 2. Error code: 6Ĭause: Attribute name is missing or not specified in the mapping definition.Īction: Specify the attribute name in the mapping by calling method setAttributeName(String attribute name). Otherwise, change the mapping associated with the attribute to use indirection. It is thrown on foreign reference mappings.Īction: If you do not want to use indirection on the mapping, change the attribute to not be of type ValueHolderInterface. Attribute is defined to be of type ValueHolderInterface but the mapping is not set to use indirection. Error code: 2ĪTTRIBUTE_AND_MAPPING_WITHOUT_INDIRECTION_ MISMATCHĬause: is declared as type ValueHolderInterface but the mapping is not using indirection. Otherwise, change the mapping associated with the attribute so that it does not use indirection. It is thrown on foreign reference mappings.Īction: If you want to use indirection on the mapping, change the attribute to type ValueHolderInterface. Mapping is set to use indirection but the related attribute is not defined as type ValueHolderInterface. Descriptor Exceptions (1 - 176) Error code: 1ĪTTRIBUTE_AND_MAPPING_WITH_INDIRECTION_ MISMATCHĬause: is not declared as type ValueHolderInterface but the mapping uses indirection. See "Runtime and Development Exceptions" for more information.Ī description shown in the actual exception thrown.Ĭause: The most probable cause for the error.Īction: Suggestions for resolving the error. Each error code corresponds to an exception class. Each error entry contains a description of the error, the probable cause, and the recommended action. This section lists each TopLink error code.












Bamboo software and driver error code 4002