[infinispan-dev] JAXB based configuration reading and schema creation

Vladimir Blagojevic vblagoje at redhat.com
Tue Jul 28 09:30:13 EDT 2009


Ok guys I am ready to commit this change. This is a large commit and 
currently I have no svn collisions. Test suite passes 100% and I am 
confident that we might experience only minor hiccups after the commit. 
I had to slightly change configuration file. From now on we have to wrap 
all list of instances of <property> element with <properties> element. 
We cannot have it, like we do now, a little bit of variation where we 
use <properties> wrapper and how sometimes we don't.

Things that remain to be done are:

- figure out how we can deal with CacheMode enumeration of options so 
that users do not have to spell out REPL_SYNC, REPL_ASYNC in 
configuration files but something more user friendly

- convert Mircea's conversion tests to conform to a new format (I 
disabled those tests for now)

- remove all files related to previous configuration parsing

For now, I created schema generator task in tools project and I manually 
copy created schema to old location. We'll figure out how to automate 
this completely soon.

Regards,
Vladimir



More information about the infinispan-dev mailing list