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 84133 - Validator throws NPE if add correlation set to 'Invoke' which uses solicit-response operation
Summary: Validator throws NPE if add correlation set to 'Invoke' which uses solicit-re...
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-09-04 14:50 UTC by Andrey Yamkovoy
Modified: 2006-09-11 16:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Exception stack trace (1.78 KB, text/plain)
2006-09-04 15:07 UTC, Andrey Yamkovoy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Yamkovoy 2006-09-04 14:50:38 UTC
Steps to reprosuce:
- Add Solicit-response (or Notification) operation to port type.
- Add Invoke to process and configure it to use this operation.
- Create correlation set and add it to Invoke.
- Wait 3 sec while validator starts.
- Following NPE occurs (see attach for full stack trace):

java.lang.NullPointerException
	at 
org.netbeans.modules.bpel.model.validation.staticanalysis.BPELStaticAnalysisHelp
er.getInputMessage(BPELStaticAnalysisHelper.java:1074)
...
Comment 1 Andrey Yamkovoy 2006-09-04 15:07:46 UTC
Created attachment 33565 [details]
Exception stack trace
Comment 2 Michael Frisino 2006-09-04 22:40:44 UTC
these output first operations are not supported by BPEL. However, we need to be
able to handle such cases gracefully. Is this not covered by standard static
analysis rules from BPEL spec?
Comment 3 Denis Anisimov 2006-09-05 08:38:18 UTC
I beleive this was already fixed.
It seems you have old build.
Please rechek this with recent build.
Comment 4 Andrey Yamkovoy 2006-09-11 16:08:48 UTC
fixed