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 182869

Summary: NullPointerException at org.netbeans.modules.bpel.model.impl.references.PortTypeResolver.resolve
Product: soa Reporter: marcus.spies
Component: BPELAssignee: Sergey Lunegov <slunegov>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167088
Attachments: stacktrace

Description marcus.spies 2010-03-26 10:32:29 UTC
Build: NetBeans IDE 6.7.1 (Build 200912141238)
VM: Java HotSpot(TM) 64-Bit Server VM, 14.1-b02-90, Java(TM) SE Runtime Environment, 1.6.0_15-b03-219
OS: Mac OS X

User Comments:
marcus.spies: trying to open bpel design view




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.bpel.model.impl.references.PortTypeResolver.resolve(PortTypeResolver.java:666)
   at org.netbeans.modules.bpel.model.impl.references.GlobalWSDLReferenceImpl.get(GlobalWSDLReferenceImpl.java:58)
   at org.netbeans.modules.bpel.model.impl.references.GlobalWSDLReferenceImpl.get(GlobalWSDLReferenceImpl.java:34)
   at org.netbeans.modules.bpel.validation.custom.Validator$1.visit(Validator.java:982)
   at org.netbeans.modules.bpel.model.impl.ReceiveImpl.accept(ReceiveImpl.java:107)
   at org.netbeans.modules.bpel.model.impl.BpelEntityImpl.accept(BpelEntityImpl.java:228)
Comment 1 marcus.spies 2010-03-26 10:32:33 UTC
Created attachment 95918 [details]
stacktrace