Bug 1032703

Summary: Syntax error in $CLI_HOME/samples/modules/jbossas.js
Product: [JBoss] JBoss Operations Network Reporter: Simeon Pinder <spinder>
Component: CLIAssignee: Simeon Pinder <spinder>
Status: CLOSED CURRENTRELEASE QA Contact: Mike Foley <mfoley>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: JON 3.2CC: hrupp, lkrejci
Target Milestone: ER07   
Target Release: JON 3.2.0   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: 1030958 Environment:
Last Closed: 2014-01-02 20:42:56 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: 1030958    
Bug Blocks:    

Description Simeon Pinder 2013-11-20 15:32:00 UTC
+++ This bug was initially created as a clone of Bug #1030958 +++

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:

--- Additional comment from Lukas Krejci on 2013-11-15 07:31:02 EST ---

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

Comment 1 Simeon Pinder 2013-11-20 15:39:05 UTC
Lukas already cherry-picked to release branch with commit : 96834ae58c50b0dab

Moving to MODIFIED and for testing in ER7.

Comment 2 Simeon Pinder 2013-11-22 05:01:41 UTC
Moving to ON_QA as available to test in ER7 and later brew builds.