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 159172 - NullPointerException at org.netbeans.modules.bpel.editors.multiview.DesignerMultiViewElement.initializeUI
Summary: NullPointerException at org.netbeans.modules.bpel.editors.multiview.DesignerM...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 20:16 UTC by zeos
Modified: 2009-02-25 20:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145448


Attachments
stacktrace (2.76 KB, text/plain)
2009-02-25 20:17 UTC, zeos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description zeos 2009-02-25 20:16:59 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: OpenJDK Client VM, 1.6.0-b09, OpenJDK  Runtime Environment, 1.6.0-b09
OS: Linux, 2.6.27.15-78.2.23.fc9.i686, i386

User Comments:
zeos: Just opening the Design View for a new created bpel.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bpel.editors.multiview.DesignerMultiViewElement.initializeUI(DesignerMultiViewElement.java:459)
        at org.netbeans.modules.bpel.editors.multiview.DesignerMultiViewElement.<init>(DesignerMultiViewElement.java:186)
        at org.netbeans.modules.bpel.editors.multiview.DesignerMultiViewElementDesc.createElement(DesignerMultiViewElementDesc.java:56)
        at org.netbeans.core.multiview.MultiViewModel.getElementForDescription(MultiViewModel.java:206)
        at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:127)
        at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:123)
Comment 1 zeos 2009-02-25 20:17:04 UTC
Created attachment 77381 [details]
stacktrace