Bug 647669

Summary: jboss-as-5 plugin: jboss-reflect.jar is required by some profileservice client calls and so should be included in the list of client jars returned by ApplicationServerDiscoveryComponent.getAdditionalClasspathUrls()
Product: [Other] RHQ Project Reporter: Ian Springer <ian.springer>
Component: PluginsAssignee: Ted Jones <tejones>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0.0CC: ccrouch, jshaughn
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of:
: 648788 (view as bug list) Environment:
SOA-P 5 ER3 / RHQ 3.0.0
Last Closed: 2014-06-27 21:30:11 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:
Bug Depends On:    
Bug Blocks: 725852, 625146    

Description Ian Springer 2010-10-29 03:53:14 UTC
(05:37:16 PM) tejones: ips: Now I'm seeing this:  org.rhq.core.util.exception.WrappedRemotingException:java.lang.NoClassDefFoundError: org/jboss/reflect/spi/TypeInfo 
(10:51:17 PM) tejones: ips: Doesn't look like the TypeInfo class is referenced directly by Teiid
(11:06:28 PM) tejones: ips: The TypeInfo class [from jboss-reflect.jar] is referenced by the MetaValueFactory which Teiid uses to unwrap properties
(11:07:59 PM) tejones: ips: So it seems like the jar should be added to the client jars since other plugins will likely do this as well?
(11:09:34 PM) ips: yeah, sounds like it

Comment 1 Ian Springer 2010-10-29 03:54:08 UTC
Fixed in master - commit f637fd4.

Comment 2 Ian Springer 2010-10-29 14:40:59 UTC
Fixed in release-3.0.0 - commit aa672c8.

Comment 3 Charles Crouch 2010-11-02 05:58:19 UTC
Should be tested in master (JON3) by SOA-P team

Comment 4 Corey Welton 2011-01-04 04:26:03 UTC
Removing the blocker from the jon241 version of this bug.

Comment 5 Mike Foley 2011-07-08 17:35:18 UTC
tejones .... ips said you were the right person to verify this.

Comment 6 Ian Springer 2011-07-27 16:33:50 UTC
This fix is not needed in the AdminConsole_EAP_5_1 branch, since client jars are not used when the plugin container is running in embedded mode (because all the JBAS classes needed are already in the admin-console.war's classloader).