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 81368 - BPEL Debugger not displaying variable value
Summary: BPEL Debugger not displaying variable value
Status: CLOSED 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: 2006-07-28 17:32 UTC by lchang
Modified: 2006-08-04 23:15 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
bpel (2.18 KB, application/octet-stream)
2006-07-28 17:33 UTC, lchang
Details
wsdl (2.45 KB, application/octet-stream)
2006-07-28 17:33 UTC, lchang
Details
concurrent.properties (428 bytes, application/octet-stream)
2006-07-28 17:33 UTC, lchang
Details
input.xml (504 bytes, application/octet-stream)
2006-07-28 17:35 UTC, lchang
Details
output.xml (641 bytes, application/octet-stream)
2006-07-28 17:35 UTC, lchang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lchang 2006-07-28 17:32:50 UTC
BPEL Debugger not displaying variable value for WSDL 1.1 wrapper-contained 
message parts

Please use attached project, and test case files to create a project, and run 
the test.
1.  Create a BPEL Module - copy the .bpel and .wsdl file into the src directory 
of the BPEL Module.
2.  Create a Composite Application
3.  Add JBI module of the module you just created to compApp 
4.  Create a new test case with the .wsdl given
5.  Replace the Input.xml Output.xml and Concurrent.properties files.
6.  Build and Deploy
7.  Attach Debugger.
8.  Step through the debugger and view the BPEL Variables 

Result: no values are being shown
Comment 1 lchang 2006-07-28 17:33:11 UTC
Created attachment 32314 [details]
bpel
Comment 2 lchang 2006-07-28 17:33:23 UTC
Created attachment 32315 [details]
wsdl
Comment 3 lchang 2006-07-28 17:33:55 UTC
Created attachment 32316 [details]
concurrent.properties
Comment 4 lchang 2006-07-28 17:35:43 UTC
Created attachment 32317 [details]
input.xml
Comment 5 lchang 2006-07-28 17:35:52 UTC
Created attachment 32318 [details]
output.xml
Comment 6 Michael Frisino 2006-07-30 18:56:56 UTC
This may already be fixed. It seems it had appeared in one of the installer
builds but was not reproducible Friday using the latest runtime bits. 

Alexander?
Comment 7 Alexander Zgursky 2006-07-31 13:27:52 UTC
Seem to be a problem in the runtime that is already fixed
Comment 8 lchang 2006-08-04 23:15:22 UTC
variable values are now being displayed properly