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 178358 - NPE while running validation
Summary: NPE while running validation
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P3 normal (vote)
Assignee: Vladimir Yaroslavskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-09 04:33 UTC by Vitaly Bychkov
Modified: 2009-12-14 16:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Stack Trace (1.13 KB, text/plain)
2009-12-09 04:34 UTC, Vitaly Bychkov
Details
sample project (11.69 KB, application/zip)
2009-12-09 04:35 UTC, Vitaly Bychkov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vitaly Bychkov 2009-12-09 04:33:37 UTC
In some cases there is an NPE while running validation.

StackTrace and sample project is in attachment
Steps to reproduce:

1. open bpel project from attachment
2. open ParentBPEL.bpel
3. invoke validation
Comment 1 Vitaly Bychkov 2009-12-09 04:34:59 UTC
Created attachment 92328 [details]
Stack Trace
Comment 2 Vitaly Bychkov 2009-12-09 04:35:24 UTC
Created attachment 92329 [details]
sample project
Comment 3 Vladimir Yaroslavskiy 2009-12-12 06:49:48 UTC
tried with gfesbv23 and gfesbv22 (with fresh user dir) - can't reproduce.
Comment 4 sbondada 2009-12-14 16:57:37 UTC
Tested on release candidate - 12/14/2009
Could not reproduce the NPE after following below steps:
1. open bpel project from attachment
2 [details]. open ParentBPEL.bpel
3. invoke validation
below is the validation log
XML validation started.
C:/temp/data/178358/sendCallBackInfo/src/parentBPEL.bpel:17,8
WARNING: The variable "Variable1" is not used.

C:/temp/data/178358/sendCallBackInfo/src/parentBPEL.bpel:20,8
WARNING: A part of variable "DynamicCallBackOperationIn.part1" is not used.

C:/temp/data/178358/sendCallBackInfo/src/parentBPEL.bpel:18,8
WARNING: The variable "serviceRefVar" is not used.

C:/temp/data/178358/sendCallBackInfo/src/parentBPEL.bpel:21,8
WARNING: A part of variable "StaticCallBackOperationIn.part1" is not used.

C:/temp/data/178358/sendCallBackInfo/src/parentBPEL.bpel:39,12
ERROR: In assign "Assign3" partnerLink must be mapped to partnerLink variable only (type "http://docs.oasis-open.org/wsbpel/2.0/serviceref":ServiceRefType).

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