Community
Participate
Working Groups
Build Identifier: Hi Colleagues, In SIE 731 the following scenario fails: 1) Create new WSDL with bindings 2) Open it in the SIE 3) Change the definition tns 4) Ctrl+Z A warning message is shown in the title. Cause: During the undo of the operation, the binding port type needs to be updated. However - in the eBinding instance, the ePortType is null. It needs to be reconciled - eBinding.setEPortType(ePortType) method must be called. BUT: This method call updates the DOM, thus breaking any subsequent undo/redo operations. Another solution of the problem needs to be found. Regards, Stanislav Reproducible: Always
Created attachment 191281 [details] updating ModelReconciler to fix the bindings :) Hi Colleagues, Attaching fix. Unit tests still needs to be developed or existing one should be updated. Regards, Stanislav
Created attachment 200550 [details] Patch updating the WSDL model reconciler + test Hi Guys, I've prepared a new patch, including a test. The test should make sure no regressions are introduced. Regards, Stanislav
Hi Guys, I'm setting priority to major, since the issue is with high visibility and is reproducible every time when there are bindings in the WSDL document. Regards, Stanislav
Thanks Stani, I have retested, and applied the fix. Best regards, Dimitar