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 181911 - NullPointerException at org.netbeans.modules.soa.validation.core.Controller.attach
Summary: NullPointerException at org.netbeans.modules.soa.validation.core.Controller.a...
Status: RESOLVED INCOMPLETE
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Validation (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Venkat Chellasamy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-12 06:25 UTC by marcus.spies
Modified: 2010-03-12 06:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 166279


Attachments
stacktrace (1.83 KB, text/plain)
2010-03-12 06:25 UTC, marcus.spies
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marcus.spies 2010-03-12 06:25:39 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 1.5.0_22-147, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_22-b03-333-9M3125
OS: Mac OS X

User Comments:
GUEST: open a bpel file




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.soa.validation.core.Controller.attach(Controller.java:89)
   at org.netbeans.modules.bpel.core.BPELDataEditorSupport.initializeCloneableEditor(BPELDataEditorSupport.java:328)
   at org.netbeans.modules.bpel.core.multiview.BPELSourceMultiViewElement.<init>(BPELSourceMultiViewElement.java:125)
   at org.netbeans.modules.bpel.core.multiview.BPELSourceMultiViewElementDesc.createElement(BPELSourceMultiViewElementDesc.java:63)
   at org.netbeans.core.multiview.MultiViewModel.getElementForDescription(MultiViewModel.java:206)
   at org.netbeans.core.multiview.MultiViewModel.getActiveElement(MultiViewModel.java:127)
Comment 1 marcus.spies 2010-03-12 06:25:45 UTC
Created attachment 95087 [details]
stacktrace
Comment 2 Vladimir Yaroslavskiy 2010-03-12 06:44:57 UTC
Please attach a project and provide steps to reproduce.