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 99623

Summary: Debug project (BPEL) context menu item does not work
Product: soa Reporter: Mikhail Kondratyev <mikk>
Component: BPEL DebuggerAssignee: Alexander Zgursky <zgursky>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Mikhail Kondratyev 2007-04-01 14:49:19 UTC
Steps to reproduce:
 - create a BPEL project
 - create a composite application, add BPEL project to the composite application
 - start App Server
 - select Composite Application, right-click and select Debug Project (BPEL) in
context menu
 - The BPEL project will be deployed and the debugger toolbar will be opened but
debug session will not completely start (wil be in Starting state) so BPEL
process will not stop at breakpoints
Comment 1 Alexander Zgursky 2007-04-22 18:26:26 UTC
Fixed in trunk:
Checking in DebugProjectActionProvider.java;
/cvs/enterprise/bpel/debugger/src/org/netbeans/modules/bpel/debugger/action/DebugProjectActionProvider.java,v
 <--  DebugProjectActionProvider.java
new revision: 1.3; previous revision: 1.2
Comment 2 Oleg Barbashov 2007-04-25 14:37:54 UTC
Build 200704230000. Fix is verified.