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 11568 - Old Webmodule URI remains applicable after changing it.
Summary: Old Webmodule URI remains applicable after changing it.
Status: CLOSED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC All
: P4 blocker (vote)
Assignee: Damian Frach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-04-19 16:06 UTC by Marek Fukala
Modified: 2001-05-18 08:44 UTC (History)
1 user (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 Marek Fukala 2001-04-19 16:06:16 UTC
[010418_2]
If you set the URI property of a webmodule and then execute the webmodule or a 
JSP page from it everything works fine - URI is applied and root of the 
webmodule is mapped to the URI.
When you change the URI and execute the webmodule again it still use old URI.
Comment 1 Jan Chalupa 2001-05-06 15:48:03 UTC
Target milestone -> 3.3
Comment 2 L Martinek 2001-05-09 14:34:19 UTC
If you change Webmodule URI then new URI is added, but all old URIs remains 
and they are still applicable. Old URI should be deleted.
Comment 3 Damian Frach 2001-05-15 08:28:18 UTC
Old URI should NOT be deleted. It is requried feature (ask George Fink for more 
informations). 



*** This issue has been marked as a duplicate of 12180 ***
Comment 4 Damian Frach 2001-05-15 09:25:39 UTC
-
Comment 5 Damian Frach 2001-05-15 09:31:29 UTC
-

*** This issue has been marked as a duplicate of 11741 ***
Comment 6 L Martinek 2001-05-16 13:40:42 UTC
If old URI should not be deleted then UI for this property is badly designed. If 
user change URI in string property then he will expect that the URI is really 
changed, not new URI added. The property editor for editing array of strings 
would match better for this feature, but it would not look good.
Comment 7 Petr Jiricka 2001-05-16 16:03:10 UTC
The opinion of the majority of people is that when a web module is deployed to 
the server, this deployment should be "permanent", so when the module is 
deployed with another URI, this does not affect this previously deployed module 
(unless there are conflicts).

In other words, the IDE does not necessarily know about all modules deployed to 
the server, it only knows about the module (mapping) that the user is currently 
working with. So there is no requirement that the IDE knows about all the URIs 
that a module is deployed with.
Comment 8 L Martinek 2001-05-18 08:44:14 UTC
OK, it seems reasonable.