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

Summary: Start the debugging does not deploy the BPEL process
Product: soa Reporter: bugbridge <bugbridge>
Component: BPEL DebuggerAssignee: Alexander Zgursky <zgursky>
Status: CLOSED INVALID    
Severity: blocker CC: apepin
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

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