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 114054 - Exception thrown when you use the "Debug" option for a test case.
Summary: Exception thrown when you use the "Debug" option for a test case.
Status: CLOSED DUPLICATE of bug 113736
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Sergey Lunegov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-28 21:37 UTC by lchang
Modified: 2007-08-28 22:38 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description lchang 2007-08-28 21:37:18 UTC
1. Create a very simple project, or use a sample project such as Synchronous
2. Create or use an existing Test case in the Comp App project
3. Right-click the test case folder and select "Debug"

You will get the following exception:
java.lang.NoClassDefFoundError: org/netbeans/modules/bpel/debuggerbdi/rmi/wp/RMIClient
	at org.netbeans.modules.bpel.debugger.BpelDebuggerImpl.setRunning(BpelDebuggerImpl.java:204)
	at org.netbeans.modules.bpel.debugger.action.DebugProjectActionProvider$1.run
(DebugProjectActionProvider.java:83)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:539)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:964)
Comment 1 Venkat Chellasamy 2007-08-28 21:47:50 UTC

*** This issue has been marked as a duplicate of 113736 ***
Comment 2 lchang 2007-08-28 22:38:15 UTC
Thanks Venkat, Closing as duplicate: