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

Summary: NullPointerException at org.netbeans.modules.bpel.mapper.model.BpelMapperModelFactory.constructModel
Product: soa Reporter: Marian Mirilovic <mmirilovic>
Component: BPEL MapperAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: blocker CC: kiran_bhumana
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=18482
Issue Type: DEFECT Exception Reporter: 18482

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)