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 66997 - Click on sun-ejb-jar.xml, I no longer get the Open option to edit the xml in GUI mode
Summary: Click on sun-ejb-jar.xml, I no longer get the Open option to edit the xml in ...
Status: RESOLVED WORKSFORME
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ pcw
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-17 23:22 UTC by judytang
Modified: 2005-10-21 02:42 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 judytang 2005-10-17 23:22:19 UTC
I am using 10/13 the latest IDE dialy build with JDK 5.0, Appserver 8 UR2 on Win XP

Steps to recreate:

(1) Use New Project to create a J2EE new project.

(2) Click on sun-ejb-jar.xml node, I no longer get the Open option to edit the
xml in GUI mode, the whole menu page got changed, it has a lot more options than 
before, but the Open option is not there.
Comment 1 _ pcw 2005-10-18 00:50:13 UTC
I'm guessing that you have an edit option that allowed editing in text mode?  It
sounds like our DataLoader did not get called or did not recognize that file as
a config file and deferred it to the general XMLDataLoader.

Is the sun-ejb-jar.xml in the configuration directory (e.g. src/conf for "new
ejb project" option), or some other sun-ejb-jar.xml somewhere else in the
project?  (GUI Configuration editing is only enabled for configuration files in
the configuration folder).

Is this with any project, or just this specific one?
Comment 2 judytang 2005-10-18 01:07:40 UTC
Hi PCW, 

It is the sun-ejb-jar.xml in the configuration directory (e.g. src/conf for "new
ejb project" option), and it is with two new projects I have tried. 

Thanks
Comment 3 judytang 2005-10-21 00:15:52 UTC
In 10/19 IDE build, I no longer see this issue.
Comment 4 _ pcw 2005-10-21 02:42:30 UTC
I was not able to reproduce it.  Possibly a dataloader recognition issue,
something to look out for if it happens again.