bloritsch 01/04/10 09:16:49
Modified: lib Tag: xml-cocoon2 avalonapi.jar
webapp Tag: xml-cocoon2 cocoon.xconf
Log:
Changed ComponentManagement infrastructure to allow the separation of the
the Role/Hint shorthand names--or keep it in the same file.
Revision Changes Path
No revision
No revision
1.1.2.39 +63 -58 xml-cocoon/lib/Attic/avalonapi.jar
<<Binary file>>
No revision
No revision
1.1.2.35 +4 -4 xml-cocoon/webapp/Attic/cocoon.xconf
Index: cocoon.xconf
===================================================================
RCS file: /home/cvs/xml-cocoon/webapp/Attic/cocoon.xconf,v
retrieving revision 1.1.2.34
retrieving revision 1.1.2.35
diff -u -r1.1.2.34 -r1.1.2.35
--- cocoon.xconf 2001/04/10 14:50:22 1.1.2.34
+++ cocoon.xconf 2001/04/10 16:16:48 1.1.2.35
@@ -83,9 +83,6 @@
</markup-languages>
<datasources>
- <hint shorthand="jdbc"
class="org.apache.avalon.util.datasource.JdbcDataSource"/>
- <hint shorthand="j2ee"
class="org.apache.avalon.util.datasource.J2eeDataSource"/>
-
<jdbc name="personnel">
<pool-controller min="5" max="10"/>
<dburl>@database-url@</dburl>
@@ -157,7 +154,10 @@
<role name="org.apache.avalon.util.datasource.DataSourceComponentSelector"
shorthand="datasources"
- default-class="org.apache.avalon.component.DefaultComponentSelector"/>
+ default-class="org.apache.avalon.component.DefaultComponentSelector">
+ <hint shorthand="jdbc"
class="org.apache.avalon.util.datasource.JdbcDataSource"/>
+ <hint shorthand="j2ee"
class="org.apache.avalon.util.datasource.J2eeDataSource"/>
+</role>
<role name="org.apache.cocoon.components.url.URLFactory"
shorthand="url-factory"
----------------------------------------------------------------------
In case of troubles, e-mail: [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]