Description of problem: Local cache resource of Infinispan does not have 'mode' property like other cache resources yet the configuration property is in the AS7 plugin descriptor. This causes an error when attempting to save the configuration for any resource of local cache type. How reproducible: Every time Steps to Reproduce: 1. Discovery and import a standalone AS7 server. 2. Navigate to subsystem=infinispan,cache-container=hibernate,local-cache=local-query 3. Attempt to save the configuration for the local cache resource Actual results: Error: {JBAS014653: Composite operation failed and was rolled back. Steps that failed:={Operation step-1=JBAS014792: Unknown attribute mode}} Expected results: Resource configuration is saved properly. Additional info: This does not affect other cache types since they have the mode property available. This error is due to local cache sharing the same configuration descriptor with other types of cache resources.
Created a separate Local Cache resource descriptor with properties only applicable to this resource type. master branch commits: http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=b2f94df78ce141bed4167ed833547c37b8b89598 http://git.fedorahosted.org/git/?p=rhq/rhq.git;a=commit;h=c7dd1545b7a5264274a9f97289ee62c8dec76eee
Bulk closing of items that are on_qa and in old RHQ releases, which are out for a long time and where the issue has not been re-opened since.