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 84642 - Bpel Validation-Activities other than the following: start activities, <scope>, <flow>, <sequence>, and <empty> MUST NOT be performed prior to or simultaneously with start activities
Summary: Bpel Validation-Activities other than the following: start activities, <scope...
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-11 19:53 UTC by Sreenivasan Genipudi
Modified: 2006-09-25 03:03 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
bpel file (4.50 KB, application/octet-stream)
2006-09-11 19:55 UTC, Sreenivasan Genipudi
Details
wsdl (4.80 KB, application/octet-stream)
2006-09-11 19:55 UTC, Sreenivasan Genipudi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sreenivasan Genipudi 2006-09-11 19:53:36 UTC
A "start activity" is a <receive> or <pick> activity that is annotated with a
createInstance="yes" attribute. Activities other than the following: start
activities, <scope>, <flow>, <sequence>, and <empty> MUST NOT be performed prior
to or simultaneously with start activities.
Comment 1 Sreenivasan Genipudi 2006-09-11 19:55:10 UTC
Created attachment 33786 [details]
bpel file
Comment 2 Sreenivasan Genipudi 2006-09-11 19:55:23 UTC
Created attachment 33787 [details]
wsdl
Comment 3 Sreenivasan Genipudi 2006-09-11 19:56:52 UTC
To reproduce the problem: 
1) Create a Bpel project
2) Place the attached files in src folder of the project 
3) Do build on the project .There are no errors 

To confirm , open the BPEL in bpel editor and click validate XML , It will report 
no errors.
Comment 4 Denis Anisimov 2006-09-12 08:21:00 UTC
Fixed.
Thanks for reporting.
There was a problem when parent of activity is Flow or Sequence then
search for start activity cwas performed only in descendant element.
But also should be performed in ascendant ( up to tree ).
Comment 5 gc140975 2006-09-25 03:03:24 UTC
Verified in the build 060923 and found that it is validating properly