crafterm 2002/10/23 04:33:38
Modified: xfc/src/test/org/apache/excalibur/xfc/test ecm.xconf
fortress.xconf
Log:
Added some extra datasource definitions to test out conversions between
role managed component selectors.
Revision Changes Path
1.2 +5 -0
jakarta-avalon-excalibur/xfc/src/test/org/apache/excalibur/xfc/test/ecm.xconf
Index: ecm.xconf
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/xfc/src/test/org/apache/excalibur/xfc/test/ecm.xconf,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ecm.xconf 14 Oct 2002 16:17:50 -0000 1.1
+++ ecm.xconf 23 Oct 2002 11:33:38 -0000 1.2
@@ -27,6 +27,11 @@
<user>sa</user>
<password/>
</jdbc>
+ <jdbc name="backup">
+ <dburl>jdbc:hsqldb:hsql://localhost:9003</dburl>
+ <user>sa</user>
+ <password/>
+ </jdbc>
</datasources>
<!-- component selector, non roles -->
1.3 +7 -1
jakarta-avalon-excalibur/xfc/src/test/org/apache/excalibur/xfc/test/fortress.xconf
Index: fortress.xconf
===================================================================
RCS file:
/home/cvs/jakarta-avalon-excalibur/xfc/src/test/org/apache/excalibur/xfc/test/fortress.xconf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fortress.xconf 17 Oct 2002 14:38:18 -0000 1.2
+++ fortress.xconf 23 Oct 2002 11:33:38 -0000 1.3
@@ -19,8 +19,14 @@
<xpath-processor id="xpath-processor"/>
- <jdbc id="personnel">
+ <jdbc id="default">
<dburl>jdbc:hsqldb:hsql://localhost:9002</dburl>
+ <user>sa</user>
+ <password/>
+ </jdbc>
+
+ <jdbc id="backup">
+ <dburl>jdbc:hsqldb:hsql://localhost:9003</dburl>
<user>sa</user>
<password/>
</jdbc>
--
To unsubscribe, e-mail: <mailto:avalon-cvs-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:avalon-cvs-help@;jakarta.apache.org>