Description: While in a script task in a BPM process project, clicking the script label and then clicking on the script area can wipe out the script task label/name.
Symptoms: This is an intermittent problem and can effect some users while others may not.
In the BPM Process project :
1). Click on script task.
2). Click on script label field.
3). Click on script area, with javascript selected.
4). Notice that Script Task label and name may have been blanked out.
Cause: This is due to the order in which the base Eclipse is loading the plugins. It affects the order in which particular disparate pieces of code execute which can in turn cause unexpected side effects like this. Eclipse caches somethings about the plugin load order and has a tendency for problems to reoccur once they have happened once.