Save or Save All buttons are not available when changes are done in the Summary field in REST bindings.

Save or Save All buttons are not available when changes are done in the Summary field in REST bindings.

book

Article ID: KB0092522

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
Once a Summary field in REST binding > operation field is updated, buttons to Save or Save All are unavailable and grayed out. TIBCO Business Studio does not ensure developers that values entered in summary fields are updated or not. There has to be dummy changes in fields other than summary, e.g. Notes for Save or Save All button to appear.
Symptoms:
BW 6.x developers will not see the Save or Save All button enabled once changes are made to a Summary field in REST binding.
Cause:
This is a technical limitation of Eclipse.

Resolution

This is not a bug but rather a feature in BW to mitigate a technical limitation in Eclipse. The "Summary" text for an operation is stored in the WSDL where as the text from the "Notes" is stored in the .bwm file, i.e. Module file of BW application. WSDL is not the same resource as the binding that the editor is displaying when developers add / updates the Summary field in the Eclipse UI. Therefore, BW auto-save the WSDL as the changes are made to it, otherwise there may be an unsaved resource (i.e. the WSDL) when the editor is closed due to the technical limitation of Eclipse.

Issue/Introduction

Save or Save All buttons are not available when changes are done in the Summary field in REST bindings.

Additional Information

NA