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 97288 - After using Debug Project context menu item consequently deployed projects can't be debugged
Summary: After using Debug Project context menu item consequently deployed projects ca...
Status: VERIFIED INVALID
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-06 15:18 UTC by Mikhail Kondratyev
Modified: 2007-07-24 13:12 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-03-06 15:18:35 UTC
Steps to reproduce:
 - create Sync sample process
 - select Composite Application, invoke Debug Project in the context menu
 - the project will be deployed, debug session will start, user will be able to
debug the project
 - create ASync project
 - deploy the ASync project
 - set  some breakpoints
 - try to debug it by running tests - debugger will not stop at the breakpoints

User has to restart debug session to make ASync project debuggable (project
redeployment is not required).

This bug does not happen if you start debug session: any deployed project can't
be debugged
Comment 1 Mikhail Kondratyev 2007-03-06 15:19:33 UTC
Sorry!
Please read the last sentence as 
This bug does not happen if you start debug session: any deployed project _CAN_
be debugged
Comment 2 Alexander Zgursky 2007-04-22 19:18:35 UTC
This is really an expected behaivor:
- if user starts debug session by using "Debug Project (BPEL)" context menu item
of CompApp project - that means that he's interested in that particular project
ONLY and that during the created debug session he'll be able to debug only those
BPELs which are included in the selected CompApp. The name of a debug session in
that case is a name of CompApp project plus " (BPEL)";
- if user starts debug session by using "Attach Debugger..." menu item - that
means that the user is interested in debugging the whole BPEL engine. The name
of a debug session would be smth like "localhost:3343".

This behaivor is enforced and, what may be more important, can be changed by
user by the means of "Sources View". User can check those sources that he wants
to debug during current debug session.
Comment 3 Ivan Sidorkin 2007-07-24 13:12:15 UTC
verified