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

Manik Surtani manik at jboss.org
Wed Jul 29 06:29:45 EDT 2009


On 28 Jul 2009, at 14:30, Vladimir Blagojevic wrote:

> 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

Aren't we going to deal with this by changing the CacheMode enum to  
look like:

CacheMode {
	R, I, D, L,
	REPLICATION, INVALIDATION, DISTRIBUTION, LOCAL
}

and have a separate configuration flag for asyncRpc?

>
> - 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

Also need to update sample XML files shipped, and wiki pages.

>
> 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
> _______________________________________________
> infinispan-dev mailing list
> infinispan-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/infinispan-dev

--
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