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 121022 - NullPointerException at org.netbeans.modules.bpel.design.PartnerlinksView.getContentSize
Summary: NullPointerException at org.netbeans.modules.bpel.design.PartnerlinksView.get...
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexey Yarmolenko
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-02 19:49 UTC by Jeff Lin
Modified: 2008-01-31 12:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 10375


Attachments
stacktrace (2.91 KB, text/plain)
2007-11-02 19:49 UTC, Jeff Lin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jeff Lin 2007-11-02 19:49:07 UTC
Build: NetBeans IDE Dev (Build 20071101225852)
VM: Java HotSpot(TM) Client VM, 1.5.0_12-b04
OS: Windows XP, 5.1, x86

User Comments: 
I encountered this problem in testing the Open ESB installer which packaged NetBeans Sierra Dev build #649 20071102_0015.

Steps to reproduce in Netbeans IDE:
1. Select File -> New Project -> SOA -> BPEL Module
2. RT click Process Files -> select New -> WSDL Document
    Accept all defaults to finish
3. RT click Process Files -> New -> bpel process -> Finish

At this point the NPE was thrown. While clicking at the created .wsdl, .bpel, center of bpel editor, or process property sheet, this NPE was thrown as well.

Here is the stack trace:

java.lang.NullPointerException
	at org.netbeans.modules.bpel.design.PartnerlinksView.getContentSize(PartnerlinksView.java:73)
	at org.netbeans.modules.bpel.design.DesignViewLayout.preferredLayoutSize(DesignViewLayout.java:54)
	at java.awt.Container.preferredSize(Container.java:1558)
	at java.awt.Container.getPreferredSize(Container.java:1543)
	at javax.swing.JComponent.getPreferredSize(JComponent.java:1626)
	at javax.swing.ScrollPaneLayout.layoutCont
Comment 1 Jeff Lin 2007-11-02 19:49:17 UTC
Created attachment 52412 [details]
stacktrace
Comment 2 Jeff Lin 2007-11-07 19:00:36 UTC
If BPEL editor is broken then it is a showstopper for Sierra (JCAPS) and Open ESB.
Without this fix, the Open ESB installer and Sierra installer cannot be released.
Comment 3 Andrei Chistiakov 2008-01-17 11:10:42 UTC
Changed target milestone from Sierra to 6.1 in order to display correct info on
NB 6.1 dashboard
Comment 4 Sergey Lunegov 2008-01-17 15:16:18 UTC
Alexey, please look at this as well.
Comment 5 Alexey Yarmolenko 2008-01-18 18:54:31 UTC
fixed a long time ago along with other fix.
Comment 6 Ivan Sidorkin 2008-01-31 12:12:22 UTC
verified in NetBeans IDE Dev (Build 200801310006)