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 62286

Summary: JavaDoc is listed twice
Product: serverplugins Reporter: Petr Blaha <blaha>
Component: JBossAssignee: issues@serverplugins <issues>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Petr Blaha 2005-08-15 13:27:35 UTC
[build 20050810]
Steps to reproduce:
1) add new JBoss server in Runtime tab
2) go Tools -> Server Manager
3) select JBoss server and go to Javadocs tab
ERROR: In the list are two same Javadocs j2eeri-1_4-doc-api.zip
Comment 1 Pavel Buzek 2005-08-15 22:32:57 UTC
AFAICT this is harmless, only hurts esthetical feelings. If there is any real
problem rise to P3 again.

In fact there are 2 libraries defined by the jboss4 plugin. Each of them has
j2ee javadoc attached. J2eeserver shows the content merged, thus it show the
javadoc twice. A quick fix would be to put all jar files into one library
definition (like tomcat does it). A better fix would be to show multiple
libraries separately in j2eeserver.
Comment 2 Sherold Dev 2005-08-16 09:15:06 UTC
The customizer implementation is in the plugin, moving back to jboss4.
Comment 3 Petr Blaha 2005-08-21 15:25:08 UTC
*** Issue 62686 has been marked as a duplicate of this issue. ***
Comment 4 Michal Mocnak 2006-05-24 09:53:29 UTC
Fixed in 5.5
Comment 5 Michal Mocnak 2006-05-24 12:02:05 UTC
Verified