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">
  -&lt;mbean code="org.jboss.resource.ConnectionFactoryLoader"
  -       name="JCA:service=ConnectionFactoryLoader,name=name"&gt;
  -  &lt;!-- General attributes --&gt;
  -  &lt;attribute name="name"&gt;value&lt;/attribute&gt;
  -
  -  &lt;!-- Security attributes --&gt;
  -  &lt;attribute name="name"&gt;value&lt;/attribute&gt;
  -&lt;/mbean&gt;
  +      &lt;mbean code="org.jboss.resource.ConnectionFactoryLoader" 
name="JCA:service=ConnectionFactoryLoader,name=name"&gt;<br>
  +      &nbsp;&nbsp;&nbsp;&lt;!-- General attributes --&gt;<br>
  +      &nbsp;&nbsp;&nbsp;&lt;attribute name="name"&gt;value&lt;/attribute&gt;<br>
  +      &nbsp;&nbsp;&nbsp;&lt;!-- Security attributes --&gt;<br>
  +      &nbsp;&nbsp;&nbsp;&lt;attribute name="name"&gt;value&lt;/attribute&gt;<br>
  +      &lt;/mbean&gt;<br>
       </div>
   
       <h4>General Attributes</h4>
  @@ -235,46 +233,42 @@
       </div>
   
       <div class="code">
  -&lt;!-- Example connection factory for the example "Black Box" resource
  -     adapter. This points at the same database as DefaultDS. --&gt;
  -&lt;mbean code="org.jboss.resource.ConnectionFactoryLoader"
  -       name="JCA:service=ConnectionFactoryLoader,name=BlackBoxDS"&gt;
  -  &lt;attribute name="FactoryName"&gt;BlackBoxDS&lt;/attribute&gt;
  -  &lt;attribute name="RARDeployerName"&gt;JCA:service=RARDeployer&lt;/attribute&gt;
  -  &lt;attribute name="ResourceAdapterName"&gt;Black Box LocalTx 
Adapter&lt;/attribute&gt;
  -  &lt;attribute name="Properties"&gt;
  -    ConnectionURL=jdbc:HypersonicSQL:hsql://localhost:1476
  -  &lt;/attribute&gt;
  -
  -  &lt;attribute 
name="ConnectionManagerFactoryName"&gt;MinervaSharedLocalCMFactory&lt;/attribute&gt;
  -  &lt;!-- See the documentation for the specific connection manager
  -       implementation you are using for the properties you can set --&gt;
  -  &lt;attribute name="ConnectionManagerProperties"&gt;
  -    # 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
  -  &lt;/attribute&gt;
  -
  -  &lt;!-- Principal mapping configuration --&gt;
  -  &lt;attribute name="PrincipalMappingClass"
  -    &gt;org.jboss.resource.security.ManyToOnePrincipalMapping&lt;/attribute&gt;
  -  &lt;attribute name="PrincipalMappingProperties"&gt;
  +&lt;!-- Example connection factory for the example "Black Box" resource adapter. 
This points at the same database as DefaultDS. --&gt;<br>
  +&lt;mbean code="org.jboss.resource.ConnectionFactoryLoader" 
name="JCA:service=ConnectionFactoryLoader,name=BlackBoxDS"&gt;<br>
  +&nbsp;&nbsp;&nbsp;&lt;attribute 
name="FactoryName"&gt;BlackBoxDS&lt;/attribute&gt;<br>
  +&nbsp;&nbsp;&nbsp;&lt;attribute 
name="RARDeployerName"&gt;JCA:service=RARDeployer&lt;/attribute&gt;<br>
  +&nbsp;&nbsp;&nbsp;&lt;attribute name="ResourceAdapterName"&gt;Black Box LocalTx 
Adapter&lt;/attribute&gt;<br>
  +    &nbsp;&nbsp;&nbsp;&lt;attribute 
name="Properties"&gt;ConnectionURL=jdbc:HypersonicSQL:hsql://localhost:1476 
  +    &lt;/attribute&gt;<br>
  +
  +&nbsp;&nbsp;&nbsp;&lt;attribute 
name="ConnectionManagerFactoryName"&gt;MinervaSharedLocalCMFactory&lt;/attribute&gt;<br><br>
  +&nbsp;&nbsp;&nbsp;&lt;!-- See the documentation for the specific connection manager
  +       implementation you are using for the properties you can set --&gt;<br>
  +&nbsp;&nbsp;&nbsp;&lt;attribute name="ConnectionManagerProperties"&gt;<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    # Pool type - uncomment to force, otherwise 
it is the default<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    #PoolConfiguration=per-factory<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    # Connection pooling properties - see<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    # 
org.opentools.minerva.pool.PoolParameters<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    MinSize=0<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    MaxSize=10<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    Blocking=true<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    GCEnabled=false<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    IdleTimeoutEnabled=false<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    InvalidateOnError=false<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    TrackLastUsed=false<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    GCIntervalMillis=120000<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    GCMinIdleMillis=1200000<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    IdleTimeoutMillis=1800000<br>
  +&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;    MaxIdleTimeoutPercent=1.0<br>
  +&nbsp;&nbsp;&nbsp;&lt;/attribute&gt;<br><br>
  +
  +&nbsp;&nbsp;&nbsp;&lt;!-- Principal mapping configuration --&gt;<br>
  +&nbsp;&nbsp;&nbsp;&lt;attribute name="PrincipalMappingClass"
  +    &gt;org.jboss.resource.security.ManyToOnePrincipalMapping&lt;/attribute&gt;<br>
  +&nbsp;&nbsp;&nbsp;&lt;attribute name="PrincipalMappingProperties"&gt;
       userName=sa
       password=
  -  &lt;/attribute&gt;
  +  &lt;/attribute&gt;<br>
   &lt;/mbean&gt;
       </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

Reply via email to