User: allsopp 
  Date: 01/02/03 23:51:25

  Modified:    src/etc/conf/default jboss.jcml
  Log:
  Rearranged the connection factory loader config to make more sense to me.
  
  Revision  Changes    Path
  1.19      +13 -13    jboss/src/etc/conf/default/jboss.jcml
  
  Index: jboss.jcml
  ===================================================================
  RCS file: /products/cvs/ejboss/jboss/src/etc/conf/default/jboss.jcml,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- jboss.jcml        2001/02/03 10:59:34     1.18
  +++ jboss.jcml        2001/02/04 07:51:25     1.19
  @@ -166,13 +166,6 @@
         ConnectionURL=jdbc:HypersonicSQL:hsql://localhost:1476
       </attribute>
   
  -    <!-- Principal mapping configuration -->
  -    <attribute 
name="PrincipalMappingClass">org.jboss.resource.security.ManyToOnePrincipalMapping</attribute>
  -    <attribute name="PrincipalMappingProperties">
  -      userName=sa
  -      password=
  -    </attribute>
  -
       <attribute 
name="ConnectionManagerFactoryName">MinervaSharedLocalCMFactory</attribute>
       <!-- See the documentation for the specific connection manager
            implementation you are using for the properties you can set -->
  @@ -194,6 +187,13 @@
         IdleTimeoutMillis=1800000
         MaxIdleTimeoutPercent=1.0
       </attribute>
  +
  +    <!-- Principal mapping configuration -->
  +    <attribute 
name="PrincipalMappingClass">org.jboss.resource.security.ManyToOnePrincipalMapping</attribute>
  +    <attribute name="PrincipalMappingProperties">
  +      userName=sa
  +      password=
  +    </attribute>
     </mbean>
   
     <!-- This is an example of using a resource adapter that supports XA
  @@ -219,12 +219,6 @@
         XADataSourceName=java:/BlackBoxXADS
       </attribute>
   
  -    <attribute 
name="PrincipalMappingClass">org.jboss.resource.security.ManyToOnePrincipalMapping</attribute>
  -    <attribute name="PrincipalMappingProperties">
  -      userName=sa
  -      password=
  -    </attribute>
  -
       <attribute name="ConnectionManagerFactoryName">MinervaXACMFactory</attribute>
       <attribute name="ConnectionManagerProperties">
         # Pool type - uncomment to force, otherwise it is the default
  @@ -243,6 +237,12 @@
         GCMinIdleMillis=1200000
         IdleTimeoutMillis=1800000
         MaxIdleTimeoutPercent=1.0
  +    </attribute>
  +
  +    <attribute 
name="PrincipalMappingClass">org.jboss.resource.security.ManyToOnePrincipalMapping</attribute>
  +    <attribute name="PrincipalMappingProperties">
  +      userName=sa
  +      password=
       </attribute>
     </mbean>
     -->
  
  
  

Reply via email to