Stefano Bagnara wrote:
I just tried the 2.2.2-SNAPSHOTs and the xinfos are there, but I have a
problem with validation.
The xinfo currently report:
<schema-type>relax-ng</schema-type>
or:
<schema-type>http://relaxng.org/ns/structure/1.0</schema-type>
But there are no schema for the configurations.
As I have had this problem in past [1] for some of them, I suggest to
simply remove the schema declaration from the xinfo.
So any:
<block>
<version>1.0</version>
<schema-type>#something#</schema-type>
</block>
Will be
<block>
<version>1.0</version>
</block>
This happens, to me, at least for this files:
DefaultDataSourceSelector.xinfo
DefaultSocketManager.xinfo
DefaultThreadManager.xinfo
ResourceLimitingThreadManager.xinfo
Stefano
[1] EXLBR-30 Wrong schema definition for cornerstone datasources block
https://issues.apache.org/jira/browse/EXLBR-30
Is this change potentially backwards incompatible ? I'm not using the
cornerstone libs so i can't really judge its impact.
If the other developers agree i will apply your patch and we can do
another release.
Thanks,
Jorg
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]