Description of problem: Its possible to create a dynaGroup definition with recalculation Interval < 1 minute via CLI, however its not possible via GUI. Version-Release number of selected component (if applicable): Version: 4.8.0-SNAPSHOT Build Number: 7b31b01 How reproducible: Always Steps to Reproduce: 1. ./rhq-cli.sh -p rhqadmin -u rhqadmin 2. var dynaGroupDef = new GroupDefinition("test"); 3. dynaGroupDef.setRecalculationInterval(5); 4. dynaGroupDef.setExpression("resource.type.name = RHQ Agent"); 5. GroupDefinitionManager.createGroupDefinition(dynaGroupDef); Actual results: Definition is created Expected results: There should be the same validation like it is for GUI Additional info:
per meeting 7/2/2013 crouch, larry, heiko, foley ...assigning to jiri for JON 3.2
branch: master link: http://git.fedorahosted.org/cgit/rhq/rhq.git/commit/?id=47c1e440e time: 2013-07-10 14:54:21 +0200 commit: 47c1e440e86af05c6ec1b0e097f022bd32d08ba4 author: Jirka Kremser - jkremser message: [BZ 975502] - Its possible to create a dynaGroup definition with recalculation Interval < 1 minute via CLI - added simple checks to the GroupDefinitionManagerBean.
Moving to ON_QA as available for testing in latest 3.2.x ALPHA 58 build: https://brewweb.devel.redhat.com//buildinfo?buildID=291947
Verified on Version: 3.2.0.ALPHA_QA Build Number: 10b0467:adad71f