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

Summary: output file empty error in driver framework
Product: soa Reporter: bugbridge <bugbridge>
Component: JBI Test DriverAssignee: issues@soa <issues>
Status: NEW ---    
Severity: blocker    
Priority: P2    
Version: 5.x   
Hardware: PC   
OS: Windows XP   
Issue Type: TASK Exception Reporter:
Attachments: invoke.zip

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