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 183267

Summary: IllegalArgumentException: Called DataObject.find on null
Product: soa Reporter: Alexander Permyakov <alex02>
Component: Composite ApplicationAssignee: Alexander Permyakov <alex02>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 167393
Attachments: stacktrace

Description Alexander Permyakov 2010-03-31 13:17:04 UTC
Build: NetBeans IDE Dev (Build 201003170201)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP

User Comments:
alex02: Steps:
1) to create new Synchronous Sample
2) clean and build CompApplication
3) to rename Synchronous.bpel
4) go to Service Assembly
5) to press Synchronous from JBI Modules Pallet




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:492)
   at org.netbeans.modules.compapp.casaeditor.nodes.actions.GoToSourceAction.gotoProcess(GoToSourceAction.java:160)
   at org.netbeans.modules.compapp.casaeditor.nodes.actions.GoToSourceAction.performAction(GoToSourceAction.java:100)
   at org.openide.util.actions.NodeAction.performAction(NodeAction.java:297)
   at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:126)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:92)
Comment 1 Alexander Permyakov 2010-03-31 13:17:10 UTC
Created attachment 96433 [details]
stacktrace