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 122572 - Web Service/EJB method is bound to client from Session Bean without confirmation
Summary: Web Service/EJB method is bound to client from Session Bean without confirmation
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-22 09:59 UTC by Roman Mostyka
Modified: 2007-11-26 19:12 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Mostyka 2007-11-22 09:59:22 UTC
1. Add Web Service or EJB to the IDE.
2. Create web application with "Visual Web JSF" framework.
3. Drag Web Service or EJB and move it to the SessionBean (RequestBean, ApplicationBean).
4. Drag Web Service or EJB method and move it to the page.

Result: Method's data provider is created and is bound to client from SessionBean (RequestBean, ApplicationBean). It
will be better to ask customer if this data provider should be bound to this client or new one should be created.
Comment 1 Quy Nguyen 2007-11-26 19:12:13 UTC
This is a new feature, so I am changing this to an enhancement.  I'm not sure if there are many use cases where creating
a new client would be useful.  In most scenarios, creating additional clients causes a performance hit (at least for web
services) that should not be encouraged.