User: kunle
Date: 01/03/23 20:36:23
Modified: documentation jca_config.html
Log:
minor updates
Revision Changes Path
1.7 +41 -47 newsite/documentation/jca_config.html
Index: jca_config.html
===================================================================
RCS file: /cvsroot/jboss/newsite/documentation/jca_config.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- jca_config.html 2001/02/05 22:18:49 1.6
+++ jca_config.html 2001/03/24 04:36:23 1.7
@@ -94,14 +94,12 @@
required. The format for this entry is as follows.</div>
<div class="code">
-<mbean code="org.jboss.resource.ConnectionFactoryLoader"
- name="JCA:service=ConnectionFactoryLoader,name=name">
- <!-- General attributes -->
- <attribute name="name">value</attribute>
-
- <!-- Security attributes -->
- <attribute name="name">value</attribute>
-</mbean>
+ <mbean code="org.jboss.resource.ConnectionFactoryLoader"
name="JCA:service=ConnectionFactoryLoader,name=name"><br>
+ <!-- General attributes --><br>
+ <attribute name="name">value</attribute><br>
+ <!-- Security attributes --><br>
+ <attribute name="name">value</attribute><br>
+ </mbean><br>
</div>
<h4>General Attributes</h4>
@@ -235,46 +233,42 @@
</div>
<div class="code">
-<!-- Example connection factory for the example "Black Box" resource
- adapter. This points at the same database as DefaultDS. -->
-<mbean code="org.jboss.resource.ConnectionFactoryLoader"
- name="JCA:service=ConnectionFactoryLoader,name=BlackBoxDS">
- <attribute name="FactoryName">BlackBoxDS</attribute>
- <attribute name="RARDeployerName">JCA:service=RARDeployer</attribute>
- <attribute name="ResourceAdapterName">Black Box LocalTx
Adapter</attribute>
- <attribute name="Properties">
- ConnectionURL=jdbc:HypersonicSQL:hsql://localhost:1476
- </attribute>
-
- <attribute
name="ConnectionManagerFactoryName">MinervaSharedLocalCMFactory</attribute>
- <!-- See the documentation for the specific connection manager
- implementation you are using for the properties you can set -->
- <attribute name="ConnectionManagerProperties">
- # Pool type - uncomment to force, otherwise it is the default
- #PoolConfiguration=per-factory
-
- # Connection pooling properties - see
- # org.opentools.minerva.pool.PoolParameters
- MinSize=0
- MaxSize=10
- Blocking=true
- GCEnabled=false
- IdleTimeoutEnabled=false
- InvalidateOnError=false
- TrackLastUsed=false
- GCIntervalMillis=120000
- GCMinIdleMillis=1200000
- IdleTimeoutMillis=1800000
- MaxIdleTimeoutPercent=1.0
- </attribute>
-
- <!-- Principal mapping configuration -->
- <attribute name="PrincipalMappingClass"
- >org.jboss.resource.security.ManyToOnePrincipalMapping</attribute>
- <attribute name="PrincipalMappingProperties">
+<!-- Example connection factory for the example "Black Box" resource adapter.
This points at the same database as DefaultDS. --><br>
+<mbean code="org.jboss.resource.ConnectionFactoryLoader"
name="JCA:service=ConnectionFactoryLoader,name=BlackBoxDS"><br>
+ <attribute
name="FactoryName">BlackBoxDS</attribute><br>
+ <attribute
name="RARDeployerName">JCA:service=RARDeployer</attribute><br>
+ <attribute name="ResourceAdapterName">Black Box LocalTx
Adapter</attribute><br>
+ <attribute
name="Properties">ConnectionURL=jdbc:HypersonicSQL:hsql://localhost:1476
+ </attribute><br>
+
+ <attribute
name="ConnectionManagerFactoryName">MinervaSharedLocalCMFactory</attribute><br><br>
+ <!-- See the documentation for the specific connection manager
+ implementation you are using for the properties you can set --><br>
+ <attribute name="ConnectionManagerProperties"><br>
+ # Pool type - uncomment to force, otherwise
it is the default<br>
+ #PoolConfiguration=per-factory<br>
+ # Connection pooling properties - see<br>
+ #
org.opentools.minerva.pool.PoolParameters<br>
+ MinSize=0<br>
+ MaxSize=10<br>
+ Blocking=true<br>
+ GCEnabled=false<br>
+ IdleTimeoutEnabled=false<br>
+ InvalidateOnError=false<br>
+ TrackLastUsed=false<br>
+ GCIntervalMillis=120000<br>
+ GCMinIdleMillis=1200000<br>
+ IdleTimeoutMillis=1800000<br>
+ MaxIdleTimeoutPercent=1.0<br>
+ </attribute><br><br>
+
+ <!-- Principal mapping configuration --><br>
+ <attribute name="PrincipalMappingClass"
+ >org.jboss.resource.security.ManyToOnePrincipalMapping</attribute><br>
+ <attribute name="PrincipalMappingProperties">
userName=sa
password=
- </attribute>
+ </attribute><br>
</mbean>
</div>
@@ -335,7 +329,7 @@
<div class="footer">
Author: <a href="mailto:[EMAIL PROTECTED]">Toby Allsopp</a><br/>
- Revision: $Id: jca_config.html,v 1.6 2001/02/05 22:18:49 allsopp Exp $
+ Revision: $Id: jca_config.html,v 1.7 2001/03/24 04:36:23 kunle Exp $
</div>
</div></body>
</html>
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development