Wrong schema definition for cornerstone datasources block
---------------------------------------------------------
Key: EXLBR-30
URL: http://issues.apache.org/jira/browse/EXLBR-30
Project: Excalibur Components
Type: Bug
Components: Datasource
Environment: cornerstone-datasources-impl-2.1.jar
Reporter: Stefano Bagnara
Priority: Minor
lib\cornerstone-datasources-impl-2.1.jar\org\apache\avalon\cornerstone\block
s\datasources\DefaultDataSourceSelector-schema.xml
It validates the "data-souces" element only when its class attribute contain
the "org.apache.avalon.excalibur.datasource.JdbcDataSource" line.
<element name="data-source">
<attribute name="name"/>
<attribute
name="class"><value>org.apache.avalon.excalibur.datasource.JdbcDataSource</v
alue></attribute>
We (James SMTP Server) use the datasource block inside an avalon container but
we want to use our own datasource pool implementation (DBCP based). We can't
due to this "schema.xml" that limit the possible values in an hardcoded way.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]