我正在使用ModelControllerClient
(和ServerDeploymentManager
)通過Java API訪問Wildfly CLI。在批處理中運行ModelControllerClient
我想將我的更改作爲CLI批處理運行,但找不到API。
只需執行new ModelNode().get("operation").set("batch");
就會拋出WFLYCTL0031: No operation named 'batch' exists at address []
。
也許batch
命令就像data-source add
等其他「便利方法」一樣。我將如何執行這些?