crafterm 2002/10/08 04:38:54
Modified: xfc/src/test/org/apache/excalibur/xfc/test fortress.roles
Log:
Added extra role definitions for testing purposes.
Revision Changes Path
1.2 +29 -3
jakarta-avalon-excalibur/xfc/src/test/org/apache/excalibur/xfc/test/fortress.roles
Index: fortress.roles
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/xfc/src/test/org/apache/excalibur/xfc/test/fortress.roles,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fortress.roles 8 Oct 2002 10:39:38 -0000 1.1
+++ fortress.roles 8 Oct 2002 11:38:53 -0000 1.2
@@ -1,8 +1,34 @@
<role-list>
- <role name="org.apache.excalibur.fortress.examples.components.Translator">
- <component shorthand="translator"
-
class="org.apache.excalibur.fortress.examples.components.TranslatorImpl"
+ <!-- single component definitions -->
+ <role name="org.apache.avalon.excalibur.xml.Parser">
+ <component shorthand="xml-parser"
+ class="org.apache.avalon.excalibur.xml.JaxpParser"
+
handler="org.apache.excalibur.fortress.handler.PoolableComponentHandler"/>
+ </role>
+
+ <role name="org.apache.avalon.excalibur.xml.xslt.XSLTProcessor">
+ <component shorthand="xslt-processor"
+ class="org.apache.avalon.excalibur.xml.xslt.XSLTProcessorImpl"
+
handler="org.apache.excalibur.fortress.handler.FactoryComponentHandler"/>
+ </role>
+
+ <role name="org.apache.avalon.excalibur.xml.xpath.XPathProcessor">
+ <component shorthand="xpath-processor"
+ class="org.apache.avalon.excalibur.xml.xpath.XPathProcessorImpl"
+
handler="org.apache.excalibur.fortress.handler.ThreadSafeComponentHandler"/>
+ </role>
+
+ <!-- component selector definition -->
+ <role name="org.apache.avalon.excalibur.datasource.DataSourceComponentSelector">
+ <component shorthand="jdbc"
+
class="org.apache.avalon.excalibur.datasource.ResourceLimitingJdbcDataSource"
+
handler="org.apache.excalibur.fortress.handler.ThreadSafeComponentHandler"/>
+ <component shorthand="j2ee"
+ class="org.apache.avalon.excalibur.datasource.J2eeDataSource"
+
handler="org.apache.excalibur.fortress.handler.ThreadSafeComponentHandler"/>
+ <component shorthand="informix"
+ class="org.apache.avalon.excalibur.datasource.InformixDataSource"
handler="org.apache.excalibur.fortress.handler.ThreadSafeComponentHandler"/>
</role>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>