This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 124581 - Validation icon remains after eroor is fixed
Summary: Validation icon remains after eroor is fixed
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-02 15:01 UTC by mfoster
Modified: 2008-01-24 10:34 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description mfoster 2008-01-02 15:01:20 UTC
M5: I create a BPEL process with a Receive, Assign, Reply. I Create a PL but don'e connect anything to it. I validate
the BPEL process and it highlights in the canvas with a red "X" that the receive, assign and reply activities are in
error (not connected to PL and no mapping). When I connect the receive and reply to the PL the red "X" remains, it used
to dynamically disappear in older build I'm sure.
Comment 1 Vladimir Yaroslavskiy 2008-01-24 10:34:47 UTC
Fixed.

Steps:

1. Create a BPEL module, create a process in it
2. Copy SynchronousSample.wsdl and SynchronousSample.xsd from SynchronousSample project
3. Add Receive and Reply to the process
4. Create PartnerLink on diagram (drop SynchronousSample.wsdl to it)
5. Press Validate XML button, errors appear
6. Edit Receive: invoke Property Editor, set PartnerLink to PartnerLink1
   operation is Operation1, create input variable (press Create... button, Ok)
7. Edit Reply on the same way

See that validation error icons disappear.