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 - filebc generates too many wsdl operations
Summary: filebc generates too many wsdl operations
Status: NEW
Alias: None
Product: soa
Classification: Unclassified
Component: File BC (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Jonelle Almero
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-28 10:28 UTC by jbaragry
Modified: 2009-06-09 21:53 UTC (History)
0 users

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 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.