Community
Participate
Working Groups
The Properties view in the User perspective is not updated when a JSDL file is changed. To update the properties view, i had to close and then open the Grid Project.
Reason: when jsdl file is saved in jsdl-editor, then related JsdlJobDescription object is not updated and still has old values. It's not easy to fix it now, because our model doesn't support resource change notifications. Mathias will add such functionality as mentioned in #201562 So I'm changing target milestone to next and wait for Mathias changes.
Because plan #201562 is not implemented yet, I'm moving this bug to next after release.
I added refreshing of JsdlJobDescription objects (model), when changes are detected on jsdl file. Because of efficiency, for all JsdlJobDescriptions objects only one listener is registered in grid notification service. Properties view is not refreshed automatically after saving jsdl file in jsdl editor. But it's not big problem, because new values in properties view will be visibled when current selection will be changed in Project View.
*** Bug 213452 has been marked as a duplicate of this bug. ***
Closing