| Installing Upgrading Designing Configuring Deploying Monitoring Administering Troubleshooting Reference JBI Components | |
| Close Print View | |
| Troubleshooting: Unexpected Behavior |
|
The following topics have to do with erroneous behavior in Java CAPS.
Node Names Change when Relaunching XSD OTDs
If the names of existing XSD OTD nodes change when relaunching the OTD, you need to change the algorithm used for the Relaunch feature. This is particularly true if your XSD contains choice, sequence, any, or all node types. To enable the alternate algorithm, you must modify the following file:
<Sun_JavaCAPS_install_dir>\netbeans\etc\netbeans.conf
Simply locate the parameter
-J-DXsdOtdRelaunch.enabled
and set it to -true (it is near the end of the file, and is -false by default). Using this functionality, you can delete, insert, or move an OTD node anywhere in the OTD structure, as long as you do not break the parent-child relationship of existing OTD nodes.