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 50612 - Empty context isn't preserved by IDE restart
Summary: Empty context isn't preserved by IDE restart
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Radko Najman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-19 13:37 UTC by zikmund
Modified: 2006-03-24 10:13 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 zikmund 2004-10-19 13:37:08 UTC
Build 200410181800

1) Have a WebApp project
2) Go to project's properties|Run|Running Project
3) Change Context to empty value (valid entry)
4) Restart IDE
5) Go to project's properties|Run|Running Project
6) ERROR:
Context has default value /WebApplication1

Notice: non-empty context values are preserved well.
Comment 1 zikmund 2004-10-19 13:39:43 UTC
BTW: same thing happens when you change it through context.xml editor.
Comment 2 Sherold Dev 2004-10-25 10:32:31 UTC
Solved by fix of issue 40799. 
Comment 3 zikmund 2005-01-04 13:39:23 UTC
Verified.