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 57123 - missing id for property editor
Summary: missing id for property editor
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Rajeshwar Patil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-29 13:00 UTC by Kenneth Ganfield
Modified: 2006-03-24 12:52 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 Kenneth Ganfield 2005-03-29 13:00:42 UTC
missing id for property editor dialog window for Schema Generator Property tab
in the Sun configuration tab in sun-ejb-jar.xml Visual editor. currently mapped
to same id as CMP Property
Comment 1 Rajeshwar Patil 2005-03-29 17:50:04 UTC
We are using the same panel for both Schema Generator Property tab and CMP
Property tab. Need to return different help id based on what it is used for.
Comment 2 Rajeshwar Patil 2005-03-30 08:05:10 UTC
Files Modified:
libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/EjbJarRootCustomizer.java
new revision: 1.8; previous revision: 1.7

libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/PropertyDialog.java
new revision: 1.3; previous revision: 1.2

libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/ejbmodule/PropertyPanel.java
new revision: 1.4; previous revision: 1.3

javahelp/org/netbeans/modules/j2ee/sun/ide/docs/sunappservermap.jhm
new revision: 1.12; previous revision: 1.11
Comment 3 Michal Mocnak 2005-11-03 15:29:38 UTC
Verified