Bug 622588

Summary: Embedded Application resources should support same operations as non-embedded Application resources
Product: [Other] RHQ Project Reporter: Larry O'Leary <loleary>
Component: PluginsAssignee: RHQ Project Maintainer <rhq-maint>
Status: CLOSED WONTFIX QA Contact: Mike Foley <mfoley>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.3.1Keywords: FutureFeature
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
JON 2.3.1 Inventoried JBoss EAP 5.0.1 instance running with default profile Deployed EJB3 JAR to $JBOSS_HOME/server/default/deploy Deployed EAR containing an EJB3 JAR to $JBOSS_HOME/server/default/deploy
Last Closed: 2013-12-07 16:01:36 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Larry O'Leary 2010-08-09 20:08:06 UTC
When an EJB is deployed to an application server it is considered an "EJB3 JAR (Service)" and exposes the Start, Stop, and Restart operations.  When the same EJB is deployed as part of an EAR it is considered an "Embedded EJB3 JAR (Service)" and does not expose any operations.  This is a request to expose these same operations for the embedded resources as well.

This also applies to WAR/Embedded WAR.


Current Behavior:

 1) After deploying an EJB3 JAR to an inventoried AS instance and the EJB3 being discovered...
 2) Navigate to Resources -> Services
 3) Filter to view EJB3 JAR
 4) Select an EJB3 JAR resource
 5) Select Operations tab
 6) Notice Restart, Start, and Stop operations
 7) After deploying an EAR which contains an EJB3 JAR to an inventoried AS instance and the EAR being discovered...
 8) Navigate to Resources -> Services
 9) Filter to view Embedded EJB3 JAR
10) Select an Embedded EJB3 JAR resource
11) Notice that there is no Operations tab


Expected Behavior:

11) above should allow you to select Operations tab
12) Notice Restart, Start, and Stop operations

Comment 2 Larry O'Leary 2010-08-09 22:14:53 UTC
Bug https://jira.jboss.org/browse/EMBJOPR-320 has been logged to capture this request for Embedded JOPR as well.

Comment 3 Charles Crouch 2010-11-16 21:08:27 UTC
If this is possible, its definitely an RFE

Comment 4 Heiko W. Rupp 2013-12-07 16:01:36 UTC
Closing as outdated.