Bug 1367524

Summary: It is not possible to add the export=true option while creating a module through CLI utility
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Robson Watt <rwattcha>
Component: CLI, Scripts and CommandsAssignee: jboss-set
Status: CLOSED NOTABUG QA Contact: Petr Kremensky <pkremens>
Severity: medium Docs Contact:
Priority: unspecified    
Version: 6.4.8CC: bmaxwell, brian.stansberry, jboss-set, lkonno, mkopecky
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-09-16 20:55:46 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:

Description Robson Watt 2016-08-16 15:59:47 UTC
Description of problem:
We have a lot of customers that are using CLI utility to manage their Jboss. They need to create modules with export=true option for dependencies but CLI does not have that option.

module add --name=module_name [--slot=slot_name] --resources=list_of_jars
               (--module-xml=file_path |
                ([--dependencies=list_of_module_names]
                 [--properties=list_of_properties]
                 [--main-class=fully_qualified_class_name]])
               )


How reproducible:
Install a Jboss EAP and try to create a module with export dependencies

Steps to Reproduce:
1. Install Jboss EAP
2. Connecto to CLI console
3.  Try to create a new module with export=true option

Actual results:
Jboss CLI does not have that option

Expected results:
Add this capability to CLI for add modules.

Comment 5 Brad Maxwell 2016-09-16 20:55:46 UTC
Closing as this is a feature request not a bug. An RFE was opened