Bug 734140 - Wiki on remote Java clients is out-of-date due to API changes
Summary: Wiki on remote Java clients is out-of-date due to API changes
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: CLI
Version: 4.1
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-08-29 14:37 UTC by Mike Foley
Modified: 2022-03-31 04:28 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description Mike Foley 2011-08-29 14:37:37 UTC
Description of problem:  Wiki on remote Java clients is out-of-date due to API changes 


Version-Release number of selected component (if applicable):
RHQ 4.1

How reproducible:


Steps to Reproduce:
1.  Try to use the Java code in Eclipse

  
Actual results:
numerous compile errors.  import statements reference packages that have moved or been renamed.  API changes as well.

Expected results:
Sample code compiles and correctly references the RHQ API

Additional info:

http://www.rhq-project.org/display/JOPR2/Java+Client+Sample+Class

Comment 1 Mike Foley 2011-08-29 14:40:43 UTC
API changes here:


            this.resourceGroupManager = this.remoteClient.getResourceGroupManagerRemote();
            this.resourceManager = this.remoteClient.getResourceManagerRemote();
            this.roleManager = this.remoteClient.getRoleManagerRemote();
            this.subjectManager = this.remoteClient.getSubjectManagerRemote();
        }

Comment 2 Mike Foley 2011-08-29 14:41:19 UTC
API changes here:

 roleCriteria.setFilterId(jbasManagerRole.getId());
            // add a fetch criteria to the criteria object to get the optionally returned subjects for the role.
            roleCriteria.setFetchSubjects(true);

Comment 3 Mike Foley 2011-08-29 14:41:49 UTC
API change here:

  roleCriteria.setFilterName(JBAS_MANAGER_ROLE);


Note You need to log in before you can comment on or make changes to this bug.