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 161182 - NullPointerException at org.netbeans.modules.soa.mappercore.Mapper.<init>
Summary: NullPointerException at org.netbeans.modules.soa.mappercore.Mapper.<init>
Status: RESOLVED INCOMPLETE
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Mapper (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Lunegov
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 18:49 UTC by rohitbrai
Modified: 2009-03-26 10:20 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148267


Attachments
stacktrace (3.41 KB, text/plain)
2009-03-25 18:49 UTC, rohitbrai
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rohitbrai 2009-03-25 18:49:07 UTC
Build: NetBeans IDE 6.5.1 (Build 200903201801)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.0-b16, Java(TM) SE Runtime Environment, 1.6.0_11-b03
OS: Windows Vista, 6.0, amd64

User Comments:
rohitbrai: Created a new BPEL



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.soa.mappercore.Mapper.<init>(Mapper.java:197)
        at org.netbeans.modules.bpel.mapper.model.BpelMapperFactory.createMapper(BpelMapperFactory.java:39)
        at org.netbeans.modules.bpel.mapper.multiview.MapperMultiviewElement.initializeUI(MapperMultiviewElement.java:451)
        at org.netbeans.modules.bpel.mapper.multiview.MapperMultiviewElement.<init>(MapperMultiviewElement.java:110)
        at org.netbeans.modules.bpel.mapper.multiview.BpelMapperMultiviewElement.<init>(BpelMapperMultiviewElement.java:43)
        at org.netbeans.modules.bpel.mapper.multiview.BpelMapperMultiviewElementDesc.createElement(BpelMapperMultiviewElementDesc.java:77)
Comment 1 rohitbrai 2009-03-25 18:49:11 UTC
Created attachment 78854 [details]
stacktrace
Comment 2 Sergey Lunegov 2009-03-26 10:20:05 UTC
Please provide exact steps to reproduce