Jorg Heymans ha scritto:
> Stefano Bagnara wrote:
> 
>> The xinfo is in the same package/folder of the described class. Its name
>> is classname.xinfo.
>>
>> e.g:
>> cornerstone-sockets-impl-2.1.jar
>> org\apache\avalon\cornerstone\blocks\sockets\DefaultSocketManager.xinfo
>>
>> in
>> cornerstone-sockets-impl-2.2.1.jar
>> there is no more this file.
>>
> 
> Would you mind dropping these jars [1] in your app and check if it
> works? The xinfo files are present now.
> 
> Jorg
> 
> [1] http://people.apache.org/~jheymans/releases/cornerstone/

Hi Jorg,
thank you for your fast reply!

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to