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 166159

Summary: filebc generates too many wsdl operations
Product: soa Reporter: jbaragry <jbaragry>
Component: File BCAssignee: Jonelle Almero <jalmero>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: PC   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description jbaragry 2009-05-28 10:28:36 UTC
I create a simple poll file -> db insert in a compapp project. In CASA:
- create new database binding to do the insert
- add the file bc su
- connect the consumes port from file bc to provides port of db db.
- select the insert operation in the filebc config wizard
- in the file bc su wsdl, all operations exist for the corresponding DB operations. E.g., insert, update, find etc,
eventhough I requested only the db insert operation. 

This causes problems because filebc sometimes picks up the intended file and calls update instead of insert.
Also, if I change the polled filename for insert, filebc continues to poll for the original filename for the other
operations and picks up files when I don't want it to. This is causing problems when using app variables to rename the
polled file.

I assume I can workaround the problem my manually removing all the unwanted operations from the generated file bc su wsdl.