Re: [hibernate-dev] [infinispan-dev] Feedback on Infinispan patch

2009-09-27 Thread johng . sst
Sanne, That error looks suspiciously familiar to an old Lucene error they had. Could they have regressed? John Griffin On Sep 27, 2009 2:00pm, Łukasz Moreń wrote: You can try to incease TURNS_NUM (I've tried with 1000) and THREADS_NUM (200) fields in InfinispanDirectoryTest to make it mor

Re: [hibernate-dev] [Bean Validation] Constraints plural

2009-02-18 Thread johng . sst
I'm leaning towards the inner annotations. They fix the um non-pretty :>) names and there is no doubt about the Plural intention. John Griffin On Feb 18, 2009 8:35am, Emmanuel Bernard wrote: I have added the following plural forms AssertFalses AssertTrues //Digits to be redefined Fut

Re: [hibernate-dev] [Bean Validation] @Digits => @DecimalRepresentation

2009-02-18 Thread johng . sst
Sorry if I'm repeating information that someone else may have brought up and I hope I'm not throwing a wrench into the works. What about @Interface NumericRepresentations? This could leave room for hex and octal numbers. Just my 2 cents. John Griffin On Feb 18, 2009 8:01am, Emmanuel Berna