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 81395 - output file empty error in driver framework
Summary: output file empty error in driver framework
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: issues@soa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-29 00:53 UTC by bugbridge
Modified: 2006-08-28 16:51 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
invoke.zip (44.18 KB, application/octet-stream)
2006-07-29 00:54 UTC, lchang
Details

Note You need to log in before you can comment on or make changes to this bug.
Description bugbridge 2006-07-29 00:53:15 UTC
Original status: 1-Dispatched; Suggested Status: NEW

Description:
The following are issues i saw today with driver. I have netbeans 7/24 build.

1) create a test case with the operation receiveOper. The output file is empty, 
since it is a one way operation. run the test and it fails with saying output 
file is empty.

2) Murali suggested to edit the output file value, the value is non-editable in 
the "right-click" properties.

3) remove the output file value in the properties file, in file menu, give an 
empty value.  The test case says output file not present and some access 
exception.

4) Murali suggested to change the comparision value to equals, still failed. 

5) Then i created another test case test1 using the same operation, changed 
just the comparision type to equals. I changed it through "right-click 
properties" way. Right click and run the test but it still tries to run the 
test0 (earlier test). Doesn't run test1!!

6) delete the test0 and right click and run on test1, it doesn't run test1!

7) rebuild the JBI project and run test "action" on the project node. This time 
it tries to run the test case test1. It threw a "pre mature end of file" error.
Comment 1 lchang 2006-07-29 00:54:04 UTC
Created attachment 32328 [details]
invoke.zip