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 53351 - Can't extend node representing J2EE app in left tab
Summary: Can't extend node representing J2EE app in left tab
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Nam Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-13 14:52 UTC by Petr Blaha
Modified: 2006-03-24 13:05 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
snapshot (65.40 KB, image/png)
2005-01-13 14:58 UTC, Petr Blaha
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Blaha 2005-01-13 14:52:53 UTC
[Build EA2 20050113]
Steps:
1) create Populated Enterprise application
2) open sun-application.xml in visual eitor
3) user can't extend EAR [Sun Application] node to
list all modules in application
See, snapshot
Comment 1 Petr Blaha 2005-01-13 14:58:41 UTC
Created attachment 19675 [details]
snapshot
Comment 2 Nam Nguyen 2005-01-16 17:16:02 UTC
The reason add/remove modules to j2eeapp does not get refected in the
configuration is due to the fact that appserver 8 jsr88 dconfigbean on
application dd is not interested in 'module' but only in
'module/[ejb,web,java,...]'.  This is perfectly legal and the fix is
in j2eeserver to handle these cases.

Comment 3 Nam Nguyen 2005-01-16 17:16:55 UTC
Fix checked in: 
src/org/netbeans/modules/j2ee/deployment/config/ConfigBeanStorage.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ConfigBeanStorage.java,v
 <--  ConfigBeanStorage.java
new revision: 1.16; previous revision: 1.15
done
Checking in src/org/netbeans/modules/j2ee/deployment/config/DDCommon.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/DDCommon.java,v
 <--  DDCommon.java
new revision: 1.8; previous revision: 1.7
done
Checking in
src/org/netbeans/modules/j2ee/deployment/config/ModuleDeploymentSupport.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/config/ModuleDeploymentSupport.java,v
 <--  ModuleDeploymentSupport.java
new revision: 1.21; previous revision: 1.20
Comment 4 Petr Blaha 2005-01-20 10:22:54 UTC
Build 20050119