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 94627

Summary: BPEL process data is not updated in debugger until debug session restart
Product: soa Reporter: Mikhail Kondratyev <mikk>
Component: BPEL DebuggerAssignee: Alexander Zgursky <zgursky>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Mikhail Kondratyev 2007-02-06 13:57:18 UTC
Steps to reproduce:
 - create a new Sync sample
 - deploy it
 - start debug session
 - open Process Execution View
 - perform process debugging
 - modify the process somehow. Add an Empty activity before Reply activity for
example
 - redeploy, but DO NOT restart the debug session
 - debug updated project
Several problems will show up: 
1. annotations will not be applied to the newly created activities
2. process will not be updated in process execution view (old process will be
displayed)

User has to restart BPEL Debug session to update process data
Comment 1 Alexander Zgursky 2007-02-07 14:28:07 UTC
This is one of the issues I would expect. It would be fixed automatically as
issue 94848 (task) would be implemented.
Comment 2 Alexander Zgursky 2007-02-14 08:27:16 UTC
Fixed - all views are properly adjusted when undeploy/redeploy BPEL Process
during debug session. Also, if there are running process instances of that
process - it's removed from the list.
Comment 3 Mikhail Kondratyev 2007-03-06 10:53:23 UTC
Verified