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 151438 - NullPointerException at org.netbeans.modules.bpel.mapper.model.BpelMapperModelFactory.constructModel
Summary: NullPointerException at org.netbeans.modules.bpel.mapper.model.BpelMapperMode...
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-27 10:48 UTC by Marian Mirilovic
Modified: 2008-10-27 10:48 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 18482


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-10-27 10:48:22 UTC
38 duplicates so far ... all reported against NB 6.0, so probably fixed ?


Build: NetBeans IDE Dev (Build 20080102201133)
VM: Java HotSpot(TM) Client VM, 1.5.0_09-b01
OS: Windows XP, 5.1, x86
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.bpel.mapper.model.BpelMapperModelFactory.constructModel(BpelMapperModelFactory.java:121)
        at
org.netbeans.modules.bpel.mapper.multiview.DesignContextControllerImpl$ReloadProcessor.setContextImpl(DesignContextControllerImpl.java:300)
        at
org.netbeans.modules.bpel.mapper.multiview.DesignContextControllerImpl$2.actionPerformed(DesignContextControllerImpl.java:110)
        at javax.swing.Timer.fireActionPerformed(Timer.java:271)
        at javax.swing.Timer$DoPostEvent.run(Timer.java:201)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)