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

Summary: Exception thrown when you use the "Debug" option for a test case.
Product: soa Reporter: lchang <lchang>
Component: JBI Test DriverAssignee: Sergey Lunegov <slunegov>
Status: CLOSED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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: