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 98726 - It is possible to open many debug sessions
Summary: It is possible to open many debug sessions
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 19:30 UTC by Oleg Barbashov
Modified: 2007-04-24 11: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 Oleg Barbashov 2007-03-22 19:30:03 UTC
Steps to reproduce:
0. Open Synchronous BPEL Process Sample, start server, deploy project.
2. Right-click on SynchronousSampleApplication in project window and chose
"Debug project (BPEL)".
3. Repeat step 2.
4. Open the Sessions View Window.

As it seen from Sessions View Window two debug sessions are started simultaneously.

NB. Regression bug.
Comment 1 Alexander Zgursky 2007-04-22 18:28:32 UTC
Fixed in trunk together with issue 99623:
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-24 11:37:54 UTC
Build 200704230000. The fix is confirmed.