From 128b9c825a81addafc7b016d760b6d1e9587bd10 Mon Sep 17 00:00:00 2001 From: jensp Date: Mon, 27 Mar 2017 18:45:56 +0000 Subject: [PATCH] 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 --- .../src/site/markdown/conf-wildfly_10_1_0.md | 12 ++++++------ ccm-xafilesystemadapter/src/site/markdown/index.md | 13 ++++--------- .../{ => screenshots}/wildfly_conf_attributes.png | Bin .../{ => screenshots}/wildfly_conf_properties.png | Bin .../wildfly_connectiondef_attributes.png | Bin .../wildfly_connectiondef_properties.png | Bin ccm-xafilesystemadapter/src/site/site.xml | 2 +- 7 files changed, 11 insertions(+), 16 deletions(-) rename ccm-xafilesystemadapter/src/site/resources/{ => screenshots}/wildfly_conf_attributes.png (100%) rename ccm-xafilesystemadapter/src/site/resources/{ => screenshots}/wildfly_conf_properties.png (100%) rename ccm-xafilesystemadapter/src/site/resources/{ => screenshots}/wildfly_connectiondef_attributes.png (100%) rename ccm-xafilesystemadapter/src/site/resources/{ => screenshots}/wildfly_connectiondef_properties.png (100%) diff --git a/ccm-xafilesystemadapter/src/site/markdown/conf-wildfly_10_1_0.md b/ccm-xafilesystemadapter/src/site/markdown/conf-wildfly_10_1_0.md index 18e2324e7..58d38d0a4 100644 --- a/ccm-xafilesystemadapter/src/site/markdown/conf-wildfly_10_1_0.md +++ b/ccm-xafilesystemadapter/src/site/markdown/conf-wildfly_10_1_0.md @@ -18,18 +18,18 @@ 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: - + @@ -55,7 +55,7 @@ earlier or later versions. - + 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 diff --git a/ccm-xafilesystemadapter/src/site/markdown/index.md b/ccm-xafilesystemadapter/src/site/markdown/index.md index 7d69a971a..4df70e78d 100644 --- a/ccm-xafilesystemadapter/src/site/markdown/index.md +++ b/ccm-xafilesystemadapter/src/site/markdown/index.md @@ -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 diff --git a/ccm-xafilesystemadapter/src/site/resources/wildfly_conf_attributes.png b/ccm-xafilesystemadapter/src/site/resources/screenshots/wildfly_conf_attributes.png similarity index 100% rename from ccm-xafilesystemadapter/src/site/resources/wildfly_conf_attributes.png rename to ccm-xafilesystemadapter/src/site/resources/screenshots/wildfly_conf_attributes.png diff --git a/ccm-xafilesystemadapter/src/site/resources/wildfly_conf_properties.png b/ccm-xafilesystemadapter/src/site/resources/screenshots/wildfly_conf_properties.png similarity index 100% rename from ccm-xafilesystemadapter/src/site/resources/wildfly_conf_properties.png rename to ccm-xafilesystemadapter/src/site/resources/screenshots/wildfly_conf_properties.png diff --git a/ccm-xafilesystemadapter/src/site/resources/wildfly_connectiondef_attributes.png b/ccm-xafilesystemadapter/src/site/resources/screenshots/wildfly_connectiondef_attributes.png similarity index 100% rename from ccm-xafilesystemadapter/src/site/resources/wildfly_connectiondef_attributes.png rename to ccm-xafilesystemadapter/src/site/resources/screenshots/wildfly_connectiondef_attributes.png diff --git a/ccm-xafilesystemadapter/src/site/resources/wildfly_connectiondef_properties.png b/ccm-xafilesystemadapter/src/site/resources/screenshots/wildfly_connectiondef_properties.png similarity index 100% rename from ccm-xafilesystemadapter/src/site/resources/wildfly_connectiondef_properties.png rename to ccm-xafilesystemadapter/src/site/resources/screenshots/wildfly_connectiondef_properties.png diff --git a/ccm-xafilesystemadapter/src/site/site.xml b/ccm-xafilesystemadapter/src/site/site.xml index 16f4228dd..906285910 100644 --- a/ccm-xafilesystemadapter/src/site/site.xml +++ b/ccm-xafilesystemadapter/src/site/site.xml @@ -13,7 +13,7 @@ -