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 75848 - EJB3 modules are not listed under application nodes
Summary: EJB3 modules are not listed under application nodes
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
: 77459 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-05-03 15:05 UTC by Michal Mocnak
Modified: 2006-06-19 09:32 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 Michal Mocnak 2006-05-03 15:05:22 UTC
EJB3 modules under EJB Modules Node are not listed. The JMX search string should
be updated. EJB3 modules are in the other namespace than EJB2.1 modules.
Comment 1 Libor Kotouc 2006-05-04 09:06:51 UTC
It would be nice to have diferent icons for EJB2.x modules and EJB3 modules.
Comment 2 Petr Blaha 2006-05-04 09:27:41 UTC
Please, consider changing icon according to EJB specification should be done in
all supported servers. Not only for JBoss. We should have a consistent UI across
all server plugins.
Comment 3 Libor Kotouc 2006-06-02 16:23:33 UTC
I have prepared the implementation for EJB3 profile which is able to show the
EAR modules w/o their submodules and the Web and EJB modules no matter whether
they were deployed within some EAR module or not.

The restrictions arise from the fact that EJB3 module does not contain JSR-77 tools.
I asked on the JBoss forum and was noticed about the following task/request:
http://jira.jboss.com/jira/browse/JBINSTALL-44.
Comment 4 Libor Kotouc 2006-06-06 16:07:53 UTC
Fixed.

Checking in JBEjbModuleNode.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Attic/JBEjbModuleNode.java,v
 <--  JBEjbModuleNode.java
new revision: 1.1.4.5; previous revision: 1.1.4.4
done
Checking in JBEarModulesChildren.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Attic/JBEarModulesChildren.java,v
 <--  JBEarModulesChildren.java
new revision: 1.1.4.6; previous revision: 1.1.4.5
done
Checking in JBWebApplicationsChildren.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Attic/JBWebApplicationsChildren.java,v
 <--  JBWebApplicationsChildren.java
new revision: 1.1.4.5; previous revision: 1.1.4.4
done
Checking in JBEjbModulesChildren.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Attic/JBEjbModulesChildren.java,v
 <--  JBEjbModulesChildren.java
new revision: 1.1.4.5; previous revision: 1.1.4.4
done
Checking in JBEarApplicationsChildren.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/Attic/JBEarApplicationsChildren.java,v
 <--  JBEarApplicationsChildren.java
new revision: 1.1.4.4; previous revision: 1.1.4.3
done
Checking in JBTargetNode.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/JBTargetNode.java,v
 <--  JBTargetNode.java
new revision: 1.2.46.3; previous revision: 1.2.46.2
done
Checking in actions/UndeployModuleAction.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/UndeployModuleAction.java,v
 <--  UndeployModuleAction.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Checking in actions/UndeployModuleCookieImpl.java;
/cvs/serverplugins/jboss4/src/org/netbeans/modules/j2ee/jboss4/nodes/actions/Attic/UndeployModuleCookieImpl.java,v
 <--  UndeployModuleCookieImpl.java
new revision: 1.1.2.2; previous revision: 1.1.2.1
done
Comment 5 Libor Kotouc 2006-06-07 09:00:04 UTC
*** Issue 77459 has been marked as a duplicate of this issue. ***
Comment 6 Michal Mocnak 2006-06-19 09:28:03 UTC
Verified
Comment 7 Michal Mocnak 2006-06-19 09:32:57 UTC
Verified