
Troubleshooting the business object map
There are possible solutions for errors or issues that may occur when using the business object map editor.
- You can add or remove and enable or disable breakpoints on the transforms. For transforms with type Custom, Custom Assign and Custom Callout, the breakpoints can also be set inside the Java™ code in both the visual and text editors.
- In the business object map editor, if the transform involves
a top-level business object and is of type Custom, Custom Assign,
or Custom Callout, the casting code generated by default does not contain
the top level business object. You may have difficulties finding
the variable used for the top-level business object. You will see
this problem if you have the following conditions:
- The transform type is Custom, Custom Assign, or Custom Callout.
- In the Details tab, you select Java (not Visual).
- The output or the input of the transform involves a top-level business object.