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 128820 - REGRESSION: Validation of edited BPEL fails
Summary: REGRESSION: Validation of edited BPEL fails
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P1 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-29 13:26 UTC by Andrei Chistiakov
Modified: 2008-03-05 11:08 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 Andrei Chistiakov 2008-02-29 13:26:55 UTC
Reproduced with build 200802290610.

To reproduce the bug:
- save to some directory SynchronousSample.wsdl and SynchronousSample.xsd which are parts of SynchronousSample project;
- start IDE;
- create a new BPEL Module;
- import the files from step 1 to the module;
- create BPEL process;
- drag Partner Link activity from Palette on the left swimlane, configure the parther link;
- put Receive activity on the diagram, bind it to the partner link;
- validate BPEL.

XML validation started.
D:/aaa/BpelModule1/src/newProcess.bpel:2,0
ERROR: To be instantiated, an executable business process must contain at least one <receive> or <pick> activity
annotated with a createInstance="yes" attribute.

1 Error(s),  0 Warning(s).
XML validation finished

Workaround: restart IDE.
Comment 1 Vladimir Yaroslavskiy 2008-02-29 13:37:40 UTC
fixed.
Comment 2 Vladimir Yaroslavskiy 2008-02-29 13:38:05 UTC
done.
Comment 3 Andrei Chistiakov 2008-03-05 11:08:19 UTC
Verified with NetBeans IDE 6.1 Beta (Build 200803050202).