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 - IllegalArgumentException: Called DataObject.find on null
Summary: IllegalArgumentException: Called DataObject.find on null
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: Composite Application (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Alexander Permyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-31 13:17 UTC by Alexander Permyakov
Modified: 2010-03-31 13:31 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 167393


Attachments
stacktrace (4.44 KB, text/plain)
2010-03-31 13:17 UTC, Alexander Permyakov
Details

Note You need to log in before you can comment on or make changes to this bug.
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