[infinispan-dev] More configuration parsing issues

Manik Surtani manik at jboss.org
Mon Oct 19 12:41:02 EDT 2009


Guys,

Any idea why we *need* an empty <global /> section in the config for  
the parser to work?  This is not a good thing...

We used to be able to run with a simple

<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
xmlns="urn:infinispan:config:4.0">
     <default>
         <locking concurrencyLevel="10000"  
isolationLevel="READ_COMMITTED" />
     </default>
</infinispan>

And it seems that trunk now needs:

<infinispan xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  
xmlns="urn:infinispan:config:4.0">
     <global />
     <default>
         <locking concurrencyLevel="10000"  
isolationLevel="READ_COMMITTED" />
     </default>
</infinispan>

Vladimir, any ideas?

Cheers
--
Manik Surtani
manik at jboss.org
Lead, Infinispan
Lead, JBoss Cache
http://www.infinispan.org
http://www.jbosscache.org







More information about the infinispan-dev mailing list