crafterm    2002/10/04 07:31:39

  Modified:    xfc/data ecm.roles
  Log:
  Added example component selector role definition
  
  Revision  Changes    Path
  1.2       +13 -0     jakarta-avalon-excalibur/xfc/data/ecm.roles
  
  Index: ecm.roles
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/xfc/data/ecm.roles,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- ecm.roles 2 Oct 2002 17:32:27 -0000       1.1
  +++ ecm.roles 4 Oct 2002 14:31:39 -0000       1.2
  @@ -14,6 +14,8 @@
   ]>
   
   <role-list>
  +
  +  <!-- single component definitions -->
     <role name="org.apache.avalon.excalibur.xml.Parser"
           shorthand="xml-parser"
           default-class="org.apache.avalon.excalibur.xml.JaxpParser"/>
  @@ -29,5 +31,16 @@
     <role name="org.apache.avalon.excalibur.xml.xpath.XPathProcessor"
           shorthand="xpath-processor"
           default-class="org.apache.avalon.excalibur.xml.xpath.XPathProcessorImpl"/>
  +
  +  <!-- component selector definition -->
  +  <role name="org.apache.avalon.excalibur.datasource.DataSourceComponentSelector"
  +        shorthand="datasources"
  +        
default-class="org.apache.avalon.excalibur.component.ExcaliburComponentSelector">
  +     <hint shorthand="jdbc" 
class="org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource"/>
  +    <!-- hint shorthand="jdbc" 
class="org.apache.avalon.excalibur.datasource.JdbcDataSource"/ -->
  +    <hint shorthand="j2ee" 
class="org.apache.avalon.excalibur.datasource.J2eeDataSource"/>
  +    <hint shorthand="informix" 
class="org.apache.avalon.excalibur.datasource.InformixDataSource"/>
  +  </role>
  +
   
   </role-list>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to