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 194967 - changing the project property does not change the value in sun-web.xml
Summary: changing the project property does not change the value in sun-web.xml
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 7.0
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Vince Kraemer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-01 17:34 UTC by Vince Kraemer
Modified: 2011-02-03 06:02 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 Vince Kraemer 2011-02-01 17:34:52 UTC
found this while investigating bug 194936...

File|New Project|Samples|Java Web|Servlet Stateless| (Java EE 6)|Next|Finish

open the sun-web.xml file... the value for context-root is /stateless-servlet

Project Node|Right click|Properties|Run|Relative URL|Notice that the field does not contain the value '/stateless-servlet'|Delete field content|OK

notice that the context-root value was not updated.
Comment 1 Quality Engineering 2011-02-03 05:51:18 UTC
Integrated into 'main-golden', will be available in build *201102030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/47b75736270c
User: vince kraemer <vkraemer@netbeans.org>
Log: #194967 : context root change does not trigger write to glassfish-web.xml