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 78086 - Start the debugging does not deploy the BPEL process
Summary: Start the debugging does not deploy the BPEL process
Status: CLOSED INVALID
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL Debugger (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Alexander Zgursky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-16 14:37 UTC by bugbridge
Modified: 2006-08-31 02:02 UTC (History)
1 user (show)

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 bugbridge 2006-06-16 14:37:43 UTC
Description:
According to the debugging functional spec when user starts a new debug session
IDE should check if BPEL process is deployed or not, if NOT then IDE should
deploy the BPEL process. In fact debug session fails if the BPEL process is not
deployed

Evaluation:
Yes, broken as described. 
Should fix as soon as possible, but we may need to postpone because we have
functionality we want to add which may have higher prioroty than fixing this.
This has workaround.

Workaround:
Developer can perform deploy explicitly before Debug.
Comment 1 Alexander Zgursky 2006-07-20 14:02:35 UTC
We don't use the "Debug Project" approach anymore, instead we are using "Attach
Debugger..." approach. This means that the BPEL debug session doesn't bind to
any project but to the whole BPEL Engine. Thus we can not deploy any prject when
starting debugging.
Comment 2 Alexander Pepin 2006-07-27 10:26:21 UTC
closed as not a bug according to a new approach