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
pull/2/head
jensp 2017-03-27 18:45:56 +00:00
parent cd40a67234
commit 23fffbac37
7 changed files with 11 additions and 16 deletions

View File

@ -18,13 +18,13 @@ earlier or later versions.
Configuration of the resource adapter via the Wildfly Administration Console:
![Wildfly Configuration Attributes](resources/wildfly_conf_attributes.png)
![Wildfly Configuration Attributes](screenshots/wildfly_conf_attributes.png)
![Wildfly Configuration Properties](resources/wildfly_conf_properties.png)
![Wildfly Configuration Properties](screenshots/wildfly_conf_properties.png)
![Wildfly Connection Definition Attributes](resources/wildfly_connectiondef_attributes.png)
![Wildfly Connection Definition Attributes](screenshots/wildfly_connectiondef_attributes.png)
![Wildfly Connection Definition Properties](resources/wildfly_connectiondef_properties.png)
![Wildfly Connection Definition Properties](screenshots/wildfly_connectiondef_properties.png)
Or if you prefer to edit the XML file add the following configuration in
the subsystem section for resource adapters:

View File

@ -1,21 +1,16 @@
-----------------------
The XAFileSystemAdapter
-----------------------
Jens Pelzetter
-----------------------
2017-03-27
-----------------------
The XAFileSystemAdapter
=======================
This (Maven) module provides an implementation of the {@link FileSystemAdapter}
which uses [XADisk](http://xadisk.java.net) to provides a transaction safe
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
`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
installed and configured into the application server. Pleae refer to the

View File

@ -13,7 +13,7 @@
<item name="Overview" href="index.html"/>
</menu>
<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 ref="reports"/>