Bug 780152 (SOA-2527)

Summary: ODE deployment descriptor editor is not closed when deploy.xml file is deleted.
Product: [JBoss] JBoss Enterprise SOA Platform 5 Reporter: Marek Baluch <mbaluch>
Component: BPEL editorAssignee: Brian Fitzpatrick <bfitzpat>
Status: CLOSED NEXTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 5.1.0.ER3   
Target Milestone: ---   
Target Release: 5.1.0 GA   
Hardware: Unspecified   
OS: Unspecified   
URL: http://jira.jboss.org/jira/browse/SOA-2527
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-02-12 13:11:04 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description Marek Baluch 2010-11-02 09:05:09 UTC
project_key: SOA

See linked issue.

Comment 1 Marek Baluch 2010-11-02 09:05:27 UTC
Link: Added: This issue depends JBIDE-7477


Comment 2 Anne-Louise Tangring 2010-11-09 15:51:42 UTC
Candidate for SOA 5.1.0

Comment 3 Brian Fitzpatrick 2010-11-09 16:24:54 UTC
This has been resolved for the JBDS 4.0.0.beta2/JBT 3.2.0.beta2 upcoming release.

Comment 4 Marek Baluch 2010-11-29 14:34:58 UTC
Verified on JBoss Tools 3.2 Beta 2 
- BPEL editor version 1.0.0.v20101122-2055-H270-Beta2

Comment 5 David Le Sage 2011-02-10 23:54:59 UTC
Temporarily reopening to update release note data.

Comment 6 David Le Sage 2011-02-10 23:58:56 UTC
Release Notes Docs Status: Added: Documented as Resolved Issue
Writer: Added: dlesage
Release Notes Text: Added: https://issues.jboss.org/browse/JBIDE-7477

If the user created a new deployment descriptor, modified it and then deleted the file from the project, the ODE deployment descriptor editor would remain open. Even if a new deployment descriptor is then created, the editor would not refresh to display its contents.  A code change has been made to the ProcessPage.java file, rectifying this issue.  As a result, the editor will now close if the deployment descriptor is deleted.


Comment 7 Laura Bailey 2011-02-12 13:08:26 UTC
Reopening to edit release notes text field; will set back to Closed -> Done momentarily.

Comment 8 Laura Bailey 2011-02-12 13:11:04 UTC
Setting back to Closed -> Done after modifying the release notes field.

Comment 9 Laura Bailey 2011-02-12 13:11:04 UTC
Release Notes Text: Removed: https://issues.jboss.org/browse/JBIDE-7477

If the user created a new deployment descriptor, modified it and then deleted the file from the project, the ODE deployment descriptor editor would remain open. Even if a new deployment descriptor is then created, the editor would not refresh to display its contents.  A code change has been made to the ProcessPage.java file, rectifying this issue.  As a result, the editor will now close if the deployment descriptor is deleted. Added: https://issues.jboss.org/browse/JBIDE-7477

If the user created a new deployment descriptor, modified it, and then deleted the file from the project, the ODE deployment descriptor editor remained open. Even if a new deployment descriptor was then created, the editor did not refresh to display its contents. The ProcessPage.java file has been modified so that the editor closes when a deployment descriptor is deleted.