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-94f89814c4dfccm-docs
|
|
@ -18,18 +18,18 @@ earlier or later versions.
|
|||
|
||||
Configuration of the resource adapter via the Wildfly Administration Console:
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||

|
||||

|
||||
|
||||
Or if you prefer to edit the XML file add the following configuration in
|
||||
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-adapter id="Disk">
|
||||
<archive>
|
||||
|
|
@ -55,7 +55,7 @@ earlier or later versions.
|
|||
</connection-definitions>
|
||||
</resource-adapter>
|
||||
</resource-adapters>
|
||||
</subsystem>
|
||||
</subsystem>
|
||||
|
||||
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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
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"/>
|
||||
</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"/>
|
||||
|
|
|
|||