JBoss EAP 6 で CLI を使用して global-modules にモジュールを追加したり、モジュールを削除する
Issue
- CLI から global-modules セクションにモジュールを追加することができず、failure description だけが返ります。
[standalone@localhost:9999 /] /subsystem=ee:write-attribute(name=global-modules, value=["example.conf"])
{
"outcome" => "failed",
"failure-description" => [
"JBAS014798:Validation failed for global-modules",
"JBAS014746: name may not be null"
],
"rolled-back" => true
}
Environment
- JBoss Enterprise Application Platform (EAP)
- 6.0 Beta
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.