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 152439 - NullPointerException at org.netbeans.modules.compapp.casaeditor.graph.CasaBindingBadges.<init>
Summary: NullPointerException at org.netbeans.modules.compapp.casaeditor.graph.CasaBin...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tientien Li
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-05 16:05 UTC by Exceptions Reporter
Modified: 2009-06-11 21:06 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 112967


Attachments
stacktrace (5.34 KB, text/plain)
2008-11-05 16:05 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2008-11-05 16:05:41 UTC
Build: NetBeans IDE 6.1 (Build 200808290856)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Exporting a project.

GUEST: Exporting a project.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.compapp.casaeditor.graph.CasaBindingBadges.<init>(CasaBindingBadges.java:91)
        at org.netbeans.modules.compapp.casaeditor.graph.CasaNodeWidgetBinding.<init>(CasaNodeWidgetBinding.java:96)
        at org.netbeans.modules.compapp.casaeditor.design.CasaModelGraphScene.attachNodeWidget(CasaModelGraphScene.java:476)
        at org.netbeans.modules.compapp.casaeditor.design.CasaModelGraphScene.attachNodeWidget(CasaModelGraphScene.java:127)
        at org.netbeans.modules.compapp.casaeditor.graph.CasaGraphAbstractScene.addNode(CasaGraphAbstractScene.java:131)
        at org.netbeans.modules.compapp.casaeditor.design.CasaModelGraphUtilities.createNode(CasaModelGraphUtilities.java:258)
Comment 1 Exceptions Reporter 2008-11-05 16:05:53 UTC
Created attachment 73313 [details]
stacktrace
Comment 2 Peter Pis 2008-11-05 16:45:36 UTC
Reassigning to enterprise.
Comment 3 iforster 2009-02-12 17:42:20 UTC
This exception also happens during normal operation. We are using slightly larger CAs (for example 117 endpoints and 9
BPEL projects) - when such a project is opened, the CASA editor will only show the WSDL ports. JBI Modules (and External
Modules) are empty and thus also no connections or QoS settings are shown.

I'm currently unable to tell when this problem happens: On most computers we get this problem, on a few others
everything is working as expected. The problem happens independent of the operating system (Win XP and Linux), JDK is
version 1.6.0.

This problem is quite severe, as the IDE seems to provide no other way to generate QoS settings.