Bug 1030958
| Summary: | Syntax error in $CLI_HOME/samples/modules/jbossas.js | |||
|---|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Lukas Krejci <lkrejci> | |
| Component: | CLI | Assignee: | RHQ Project Maintainer <rhq-maint> | |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike Foley <mfoley> | |
| Severity: | unspecified | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 4.10 | CC: | hrupp, lzoubek | |
| Target Milestone: | GA | |||
| Target Release: | RHQ 4.10 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1032703 (view as bug list) | Environment: | ||
| Last Closed: | 2014-04-23 12:30:58 UTC | Type: | Bug | |
| 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: | 1032703 | |||
commit a1c65b317d66a05a49befeff95fcc931b785fa9d
Author: Lukas Krejci <lkrejci>
Date: Fri Nov 15 13:29:44 2013 +0100
[BZ 1030958] - Fixing a syntax error in $CLI/samples/modules/jbossas.js
verified on ER7 Bulk closing of 4.10 issues. If an issue is not solved for you, please open a new BZ (or clone the existing one) with a version designator of 4.10. |
Description of problem: The sample module jbossas.js contains a syntax error that prevents it from being directly used. Version-Release number of selected component (if applicable): 4.10.0-SNAPSHOT How reproducible: always Steps to Reproduce: 1. In CLI, do: var jbossas = require("modules:/jbossas"); Actual results: org.mozilla.javascript.EvaluatorException: missing ; before statement (modules:/jbossas#332) in modules:/jbossas at line number 332 Expected results: the module loads fine Additional info: