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 79305 - NullPointer Exception when user clicks on BPEL editor
Summary: NullPointer Exception when user clicks on BPEL editor
Status: VERIFIED WORKSFORME
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: Praveen Savur
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-28 08:18 UTC by rpalukuru
Modified: 2006-09-25 03:47 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Snapshot (169.41 KB, image/jpeg)
2006-06-28 08:21 UTC, rpalukuru
Details
Log file (4.12 KB, text/plain)
2006-06-28 10:20 UTC, rpalukuru
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rpalukuru 2006-06-28 08:18:16 UTC
NullPointer Exception when user clicks on BPEL editor

Build Details : http://balui.sfbay.sun.com/kits/oriondev/main/cokemilestone14/

Steps to reproduce:

1. Create a new SOA BPEL project
2. Open BPEL file and drag and drop Receive,Reply and Assign activities into 
BPEL editor
3. Click on Assign activity (or any activity) and click on some where in BPEL 
editor(Other than Activities)

Observed that NullPointerException is getting generated.
Comment 1 rpalukuru 2006-06-28 08:21:21 UTC
Created attachment 31440 [details]
Snapshot
Comment 2 rpalukuru 2006-06-28 10:20:22 UTC
Created attachment 31443 [details]
Log file
Comment 3 rpalukuru 2006-06-28 12:47:26 UTC
Same exception is reproducible with the following steps :

1. Create New SOA BPEL project
2. Drag and drop Scope activity from pallete to BPEL editor
3. Drag and drop Assign activity inside scope and click on Scope
4. Right click on some where in BPEL editor

Null Pointer exception will be thrown
Comment 4 Michael Frisino 2006-07-17 01:10:35 UTC
well, I think this propblem was fixed but I am seeing a worse problem.

First I did these steps

Same exception is reproducible with the following steps :

1. Create New SOA BPEL project
2. Drag and drop Scope activity from pallete to BPEL editor
3. Drag and drop Assign activity inside scope and click on Scope
4. Right click on some where in BPEL editor

And everything worked fine. No excpetions.

Then in same file, I added another receive - no problem
Then quickly I added a "reply"
At that point IDE seemed to hang.

I wish I could generate a thread dump but ctrl-break is not working for me in
dos window :(

I am assigning to Praveen, because this may have to do with recent changes to
validation system involving timers.
 
Comment 5 Michael Frisino 2006-07-17 01:12:30 UTC
I am cc'ing Denis and Alexey A. Something is definitely dead locking, I have
seen it 3 times tonight. Sorry I don't have thread dump. Ctrl-break not working
as expected.
Comment 6 Praveen Savur 2006-07-20 22:03:44 UTC
Could not reproduce NPE described in the original bug description.

Comment 7 gc140975 2006-09-25 03:47:56 UTC
Verified in the build 060923 and changing the status to fixed as per the
developer comments and cannot reproduce no more