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 39220 - [36cat] /META-INF/context.xml file should be editable.
Summary: [36cat] /META-INF/context.xml file should be editable.
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Tomcat (show other bugs)
Version: 3.x
Hardware: PC All
: P3 blocker with 5 votes (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-26 13:16 UTC by Marek Fukala
Modified: 2004-03-15 14:47 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 2004-01-26 13:16:02 UTC
Now users have no chance to change the context.xml
file directly in form of a xml document. They can
only edit the 'path' property throught the j2ee
editor. 
There can be added a lot of  paramaters and nested
components in the context container so I think
there should be an Edit action on the context node
which opens the context.xml in editor.

I am aware of that there is a design flaw with the
j2eee UI editor which prevents this to be done in
a simple way so setting target milestone to Promo D.
Comment 1 Jiri Kovalsky 2004-02-18 20:04:32 UTC
This issue was mentioned in the NetCAT program as critical problem
thus tagging it with a magic prefix.
Comment 2 Pavel Buzek 2004-02-26 07:07:21 UTC
I've added support for xml editing along with the visual editing. 
The text and visual editors are not fully synchronized (which was the
reason why this was removed some time ago) and there is no support for
mutually exclusive editors in nb. So I am disabling the Edit action
when the visual editor is open and the Open actions when the text/xml
editor is open.

I am aware of one remaining issue: if the text/xml editor remains open
when the IDE is being closed the Open action is not disabled when it
is open again. I plan to resolve this ASAP, but given the late stage
of release cycle I commited the code in to allow testing.
Comment 3 Jiri Kovalsky 2004-02-26 08:51:32 UTC
I would like to ask you Pavle if you have the fix already prepared
because tomorrow is the last working day when P3 fixes can be
integrated. I hope that Target Milestone set to 3.6 is still valid and
you don't plan to ignore opinion of 9 people.
Comment 4 Pavel Buzek 2004-02-26 17:55:17 UTC
I filed the remaining small issue as #40534, closing this one as fixed.
Comment 5 Marek Fukala 2004-03-15 14:47:56 UTC
verified