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 81018 - Test run still works if you change a parameter in the WSDL without changing BPEL
Summary: Test run still works if you change a parameter in the WSDL without changing BPEL
Status: CLOSED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: JBI Test Driver (show other bugs)
Version: 5.x
Hardware: PC All
: P2 blocker (vote)
Assignee: Michael Frisino
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-24 20:29 UTC by Sherry Barkodar
Modified: 2006-08-08 04:12 UTC (History)
2 users (show)

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 Sherry Barkodar 2006-07-24 20:29:07 UTC
Open the SynchronousSample
Open the SynchronousSample.xsd
rename paramA to paramB.
Notice the SynchronousSample.wsdl is updated with paramB
Due to bug 80756 the SynchronousSample.bpel is not updated.
SynchronousSample.bpel is still using paramA and doesn't know about paramB.
Run the existing test and it still passes.
Comment 1 Praveen Savur 2006-07-25 18:57:08 UTC
 
 While working with Synchronous sample What I noticed was that the test passes
irrespective of whether a output is received back or not. 

I deleted the contents of the output file. This should say test failed the first
time. But it still says test passed.
Comment 2 Jun Qian 2006-07-25 19:36:04 UTC
The problem that Praveen reported has been fixed.
Comment 3 Jun Qian 2006-07-27 00:59:41 UTC
The originally reported refactoring bug still needs to be fixed by someone. 
Comment 4 Praveen Savur 2006-07-27 01:40:19 UTC
I just tried the original issue reported. This is no longer reproducible, so
marking this as fixed.






Comment 5 lchang 2006-08-08 04:12:35 UTC
.bpel is now updated when refactoring is done