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 146586 - Warning message is thrown when foreach parallel is checked in
Summary: Warning message is thrown when foreach parallel is checked in
Status: RESOLVED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All Windows Vista
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-08 22:36 UTC by ggenipudi
Modified: 2008-10-09 14:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project (23.68 KB, text/plain)
2008-09-08 22:38 UTC, ggenipudi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ggenipudi 2008-09-08 22:36:56 UTC
open the attached project and validate the businessprocess you will see following warning message.XML validation started.
C:/Users/ggenipudi/Documents/NetBeansProjects/Synchronous/Synchronous/src/Synchronous.bpel:89,8
WARNING: Attribute "parallel" is not yet supported by the the Sun BPEL SE. This attribute will be ignored at runtime.

C:/Users/ggenipudi/Documents/NetBeansProjects/Synchronous/Synchronous/src/Synchronous.bpel:89,8
ERROR: Invalid content was found starting with element 'scope'. One of documentation, targets, sources,
startCounterValue is expected.

1 Error(s),  1 Warning(s).
XML validation finished
Comment 1 ggenipudi 2008-09-08 22:38:19 UTC
Created attachment 69353 [details]
project
Comment 2 Vladimir Yaroslavskiy 2008-09-09 09:13:08 UTC
Which build did you use?

I tried the latest sierra build #489, no warnings/errors.
Comment 3 ggenipudi 2008-09-23 00:31:46 UTC
Tested using latest GFESB and got the following warning message while validating BPEL and building the project
Created dir: C:\Users\ggenipudi\Documents\NetBeansProjects\Synchronous2\Synchronous2\build
C:/Users/ggenipudi/Documents/NetBeansProjects/Synchronous2/Synchronous2/src/Synchronous.bpel:96: 8
WARNING: Attribute "parallel" is not yet supported by the the Sun BPEL SE. This attribute will be ignored at runtime.

Copying 3 files to C:\Users\ggenipudi\Documents\NetBeansProjects\Synchronous2\Synchronous2\build
Building jar: C:\Users\ggenipudi\Documents\NetBeansProjects\Synchronous2\Synchronous2\build\SEDeployment.jar
dist_se:
BUILD SUCCESSFUL (total time: 0 seconds)
Comment 4 Vladimir Yaroslavskiy 2008-10-09 14:50:12 UTC
I installed GlassFish ESB Milestone 2 from https://open-esb.dev.java.net/Downloads.html

Opened attached project Synchronous, validated Synchronous.bpel, no warnings/errors.

Product Version: NetBeans IDE 6.1 (Build 200808290856)
Java: 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06
System: Windows XP version 5.1 running on x86; Cp1251; ru_RU (nb)
Userdir: D:\GlassFishESB\.netbeans\glassfishesb

I also checked with the latest sierra build 974, ok.