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 - Debug project (BPEL) context menu item does not work
Summary: Debug project (BPEL) context menu item does not work
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-01 14:49 UTC by Mikhail Kondratyev
Modified: 2007-04-25 14:37 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 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.