jcliff icon indicating copy to clipboard operation
jcliff copied to clipboard

Manage JBossAS 7/EAP6/Wildfly with modular configuration files from command line, puppet, ansible, chef, etc.

Results 17 jcliff issues
Sort by recently updated
recently updated
newest added

In Wildfly 9 the offline mode was introduced for CLI commands. Will JCliff support this way of constructing the standalone.xml ? https://developer.jboss.org/wiki/OfflineCLIWork https://access.redhat.com/solutions/1426123#

jcliff 2.10.4 adds connection properties support for datasources, thanks for that. However, I can use jcliff only to modify existing connection-properties. Adding new ones doesn't work. It seems that both...

Hi, I'm trying to get rid of these messages: ``` No rules for diffs:modify:/jdbc-driver/oracle-driver/driver-module-name value="com.oracle.ojdbc6"(/jdbc-driver/oracle-driver/driver-module-name value="com.oracle.ojdbc6:main") modify:/jdbc-driver/oracle-driver/driver-datasource-class-name value="oracle.jdbc.OracleDatasource"(/jdbc-driver/oracle-driver/driver-datasource-class-name value=undefined) modify:/jdbc-driver/oracle-driver/xa-datasource-class value="oracle.jdbc.xa.client.OracleXADataSource"(/jdbc-driver/oracle-driver/xa-datasource-class value=undefined) modify:/jdbc-driver/oracle-driver/module-slot value="main"(/jdbc-driver/oracle-driver/module-slot value=undefined) ``` The file creating the...

...or, write a script that'll generate that from the rules.

to start easily with jcliff you need to add a shell function that lets you : convert_jboss-cli_to_json.sh "localhost:9999" "/subsystem=infinispan/cache-container=web:read-resource(recursive=true)" which returns the JSON block that can be read by JCliff...

enhancement

When trying to apply both *.json files at the same time, JCliff will stop with the following error : Exception in thread "main" java.lang.RuntimeException: Operation failed:{"outcome" => "failed","failure-description" => "JBAS014762:...

Wildfly - 10.1.0-final java - 8 ansible [core 2.14.3] config file = /root/ansible/ansible.cfg configured module search path = ['/root/ansible/modules'] ansible python module location = /usr/local/lib/python3.9/dist-packages/ansible ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections...