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 154318 - NullPointerException at org.netbeans.modules.bpel.editors.multiview.DesignerMultiViewElement.getToolbarRepresentation
Summary: NullPointerException at org.netbeans.modules.bpel.editors.multiview.DesignerM...
Status: CLOSED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vladimir Yaroslavskiy
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-02 09:55 UTC by mdestainville
Modified: 2009-04-24 23:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 142195


Attachments
stacktrace (1.14 KB, text/plain)
2008-12-02 09:55 UTC, mdestainville
Details
My BPEL Project (44.19 KB, text/plain)
2008-12-02 10:12 UTC, mdestainville
Details

Note You need to log in before you can comment on or make changes to this bug.
Description mdestainville 2008-12-02 09:55:23 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Tried to open the design of a newly created bpel process



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.bpel.editors.multiview.DesignerMultiViewElement.getToolbarRepresentation(DesignerMultiViewElement.java:347)
        at org.netbeans.modules.bpel.design.DesignView.findToolBar(DesignView.java:712)
        at org.netbeans.modules.bpel.design.DesignView.access$100(DesignView.java:133)
        at org.netbeans.modules.bpel.design.DesignView$.run(DesignView.java:691)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
Comment 1 mdestainville 2008-12-02 09:55:30 UTC
Created attachment 74383 [details]
stacktrace
Comment 2 Sergey Lunegov 2008-12-02 10:04:22 UTC
Please attach your BPEL project
Comment 3 mdestainville 2008-12-02 10:12:11 UTC
Created attachment 74385 [details]
My BPEL Project
Comment 4 mdestainville 2008-12-02 10:49:08 UTC
I find origin

It's when i installed the plugin org-netbeans-modules-xml-search01.nbm for IEP-SE.

The BPEL design doesn't work. Why ?

Comment 5 Sergey Lunegov 2008-12-02 10:59:17 UTC
Vladimir, please take a look.
Comment 6 Vladimir Yaroslavskiy 2008-12-02 11:12:56 UTC
You used org-netbeans-modules-xml-search01.nbm from another version of NetBeans 6.1 patch 4
and tried to apply it to the NetBeans 6.5. You should use nbm from the same version of NetBeans.
Comment 7 terrybraun 2009-04-24 23:44:39 UTC
With the NetBeans IDE 6.5.1 (Build 200904151427), both BPEL projects attached to this ticket open successfully in the 
BPEL Editor. I have seen speculation that the installation of the org-netbeans-modules-xml-search01.nbm plug-in has 
caused problems. With this and the developer's version suggestion, QA declares this ticket Closed.