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 55035 - [f] Re-register web services after deploy?
Summary: [f] Re-register web services after deploy?
Status: RESOLVED INVALID
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-02-16 11:03 UTC by L Martinek
Modified: 2013-06-17 09:51 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 L Martinek 2005-02-16 11:03:03 UTC
Have web application with web service which you
added to registry. If you change web service (e.g.
remove some operation) and deploy application,
shouldn't be web service automatically registered?
Comment 1 Martin Grebac 2005-02-22 11:57:35 UTC

*** This issue has been marked as a duplicate of 51995 ***
Comment 2 Martin Grebac 2005-02-22 11:58:06 UTC
resolved wrong issue 
Comment 3 _ pcw 2005-03-22 02:06:07 UTC
See also bug #50033
Comment 4 _ pcw 2005-03-22 02:06:48 UTC
Disregard above, I meant see also bug #55033
Comment 5 _ pcw 2005-03-25 06:29:54 UTC
Adding to the registry can be time consuming.  Furthermore, the only reason to
update the registy is if the *client* for such a service would need to change,
such as if the service had new operations.

I would not want to arbitrarily impose such a burden on deployment unnecessarily.

If the registry persisted WSDL files, we could easily check and see if the
registered client needed updating.  As it is today though, this is a nontrivial
operation and would require new API's regardless.

I recommend we leave the situation as-is for 4.1 and consider augmenting this in
the future.
Comment 6 Jiri Kopsa 2005-03-31 22:06:40 UTC
Perfect WS workflow would be fine, but it is a very though task. It needs to be
carefully designed. Until now we have created a set of "tools" allowing the user
to create and consume Web Services; making the user experience better is a task
for promo-f.
Comment 7 _ pcw 2005-10-01 01:05:27 UTC
Reassigning to websvc since I am not working in this area anymore.
Comment 8 Jaroslav Pospisil 2006-03-13 13:39:56 UTC
TM 5.0->TBD
Comment 9 Lukas Jungmann 2006-05-18 11:01:46 UTC
register ws action has been "removed" for now...
Comment 10 Milan Kuchtiak 2008-11-20 15:42:35 UTC
Irrelevant since 6.0 (5.0).
Register WS action was removed.