@@ -53,7 +53,7 @@ The standalone distribution already contains the fuse-patch wildfly patch.
5353
5454```
5555$ bin/fusepatch.sh --query-repository
56- fuse-patch-wildfly-2.0.0
56+ fuse-patch-distro- wildfly-2.0.0
5757```
5858
5959### Client Configuration
@@ -75,8 +75,8 @@ The webservice enpoint is expected to be hosted on an application server, which
7575Lets assume we work with WildFly and want to use fusepatch with WildFly.
7676
7777```
78- $ bin/fusepatch.sh --server ../wildfly-8.2.0.Final --update fuse-patch-wildfly
79- Installed fuse-patch-wildfly-2.0.0
78+ $ bin/fusepatch.sh --server ../wildfly-8.2.0.Final --update fuse-patch-distro- wildfly
79+ Installed fuse-patch-distro- wildfly-2.0.0
8080```
8181
8282Note, that the above uses ` --update ` instead of ` --install ` , which installs the latest available patch for a given name.
@@ -86,18 +86,18 @@ Now we can switch to WildFly and query the server for installed patches
8686```
8787$ cd ../wildfly-8.2.0.Final
8888$ bin/fusepatch.sh --query-server
89- fuse-patch-wildfly-2.0.0
89+ fuse-patch-distro- wildfly-2.0.0
9090```
9191
9292or managed paths
9393
9494```
9595$ cd ../wildfly-8.2.0.Final
9696$ bin/fusepatch.sh --query-server-paths modules
97- modules/layers.conf [fuse-patch-wildfly-2.0.0]
98- modules/system/layers/fuse/org/wildfly/extras/patch/main/args4j-2.0.31.jar [fuse-patch-wildfly-2.0.0]
99- modules/system/layers/fuse/org/wildfly/extras/patch/main/fuse-patch-core-1.4.1-SNAPSHOT.jar [fuse-patch-wildfly-2.0.0]
100- modules/system/layers/fuse/org/wildfly/extras/patch/main/module.xml [fuse-patch-wildfly-2.0.0]
97+ modules/layers.conf [fuse-patch-distro- wildfly-2.0.0]
98+ modules/system/layers/fuse/org/wildfly/extras/patch/main/args4j-2.0.31.jar [fuse-patch-distro- wildfly-2.0.0]
99+ modules/system/layers/fuse/org/wildfly/extras/patch/main/fuse-patch-core-1.4.1-SNAPSHOT.jar [fuse-patch-distro- wildfly-2.0.0]
100+ modules/system/layers/fuse/org/wildfly/extras/patch/main/module.xml [fuse-patch-distro- wildfly-2.0.0]
101101```
102102
103103### Loading the Repository
0 commit comments