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
ccm-docs
jensp 2017-03-27 18:45:56 +00:00
parent e01f088071
commit 128b9c825a
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: 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 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:

View File

@ -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

View File

@ -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"/>