CCM NG/ccm-xafilesystemadapter: Fixed some typos in the doc
git-svn-id: https://svn.libreccm.org/ccm/ccm_ng@4646 8810af33-2d31-482b-a856-94f89814c4df
Former-commit-id: 5f5360b7b4
pull/2/head
|
|
@ -18,18 +18,18 @@ earlier or later versions.
|
||||||
|
|
||||||
Configuration of the resource adapter via the Wildfly Administration Console:
|
Configuration of the resource adapter via the Wildfly Administration Console:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
Or if you prefer to edit the XML file add the following configuration in
|
Or if you prefer to edit the XML file add the following configuration in
|
||||||
the subsystem section for resource adapters:
|
the subsystem section for resource adapters:
|
||||||
|
|
||||||
<subsystem xmlns="urn:jboss:domain:resource-adapters:4.0">
|
<subsystem xmlns="urn:jboss:domain:resource-adapters:4.0">
|
||||||
<resource-adapters>
|
<resource-adapters>
|
||||||
<resource-adapter id="Disk">
|
<resource-adapter id="Disk">
|
||||||
<archive>
|
<archive>
|
||||||
|
|
@ -55,7 +55,7 @@ earlier or later versions.
|
||||||
</connection-definitions>
|
</connection-definitions>
|
||||||
</resource-adapter>
|
</resource-adapter>
|
||||||
</resource-adapters>
|
</resource-adapters>
|
||||||
</subsystem>
|
</subsystem>
|
||||||
|
|
||||||
The name of the instance id can be choosen freely, as the id of the resource
|
The name of the instance id can be choosen freely, as the id of the resource
|
||||||
adapter. The `xaDiskHome` property must point to an existing directory. This
|
adapter. The `xaDiskHome` property must point to an existing directory. This
|
||||||
|
|
|
||||||
|
|
@ -1,21 +1,16 @@
|
||||||
-----------------------
|
The XAFileSystemAdapter
|
||||||
The XAFileSystemAdapter
|
=======================
|
||||||
-----------------------
|
|
||||||
Jens Pelzetter
|
|
||||||
-----------------------
|
|
||||||
2017-03-27
|
|
||||||
-----------------------
|
|
||||||
|
|
||||||
This (Maven) module provides an implementation of the {@link FileSystemAdapter}
|
This (Maven) module provides an implementation of the {@link FileSystemAdapter}
|
||||||
which uses [XADisk](http://xadisk.java.net) to provides a transaction safe
|
which uses [XADisk](http://xadisk.java.net) to provides a transaction safe
|
||||||
access to the file system.
|
access to the file system.
|
||||||
|
|
||||||
# Including into a CCM Bundle
|
## Including into a CCM Bundle
|
||||||
|
|
||||||
Simply add the `ccm-xafilesystemadapter` as a dependency in the bundle. The
|
Simply add the `ccm-xafilesystemadapter` as a dependency in the bundle. The
|
||||||
`CCMFiles` class in ccm-core will automatically find and use the adapter.
|
`CCMFiles` class in ccm-core will automatically find and use the adapter.
|
||||||
|
|
||||||
# Configuration
|
## Configuration
|
||||||
|
|
||||||
The XADisk file system adapter uses a JCA resource adapter which needs to be
|
The XADisk file system adapter uses a JCA resource adapter which needs to be
|
||||||
installed and configured into the application server. Pleae refer to the
|
installed and configured into the application server. Pleae refer to the
|
||||||
|
|
|
||||||
|
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 40 KiB After Width: | Height: | Size: 40 KiB |
|
Before Width: | Height: | Size: 51 KiB After Width: | Height: | Size: 51 KiB |
|
Before Width: | Height: | Size: 43 KiB After Width: | Height: | Size: 43 KiB |
|
|
@ -13,7 +13,7 @@
|
||||||
<item name="Overview" href="index.html"/>
|
<item name="Overview" href="index.html"/>
|
||||||
</menu>
|
</menu>
|
||||||
<menu name="Configuration">
|
<menu name="Configuration">
|
||||||
<item name="Wildfly 10.1.0" href="conf-wildfly_10_1_0.html/>
|
<item name="Wildfly 10.1.0" href="conf-wildfly_10_1_0.html" />
|
||||||
</menu>
|
</menu>
|
||||||
|
|
||||||
<menu ref="reports"/>
|
<menu ref="reports"/>
|
||||||
|
|
|
||||||