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 - BPEL process data is not updated in debugger until debug session restart
Summary: BPEL process data is not updated in debugger until debug session restart
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-02-06 13:57 UTC by Mikhail Kondratyev
Modified: 2007-03-06 10:53 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-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