[infinispan-dev] Configuration semantic validity

Vladimir Blagojevic vblagoje at redhat.com
Thu Apr 8 08:39:14 EDT 2010


Okeeey, wait, let me rebook an appointment with my optometrist. 

On 2010-04-08, at 7:01 AM, Galder Zamarreno wrote:
>> guration.
>> 
>> I recall Galder was doing some validation regarding cache loaders and
>> input parameters but I can not find that code any more. Galder?
> 
> It's precisely in ConfigurationValidatingVisitor, class that you referred to at the start
> 
>   @Override
>   public void visitSingletonStoreConfig(SingletonStoreConfig ssc) {
>      if (tt == null) throw new ConfigurationException("Singleton store configured without transport being configured");
>   }
> 
> :)




More information about the infinispan-dev mailing list