Re: [hibernate-dev] [Bean Validation] Type-safe Validator and resolution algorithm

2009-01-28 Thread Emmanuel Bernard
Hardy, I think this feature is important for the alpha. I did half of the job (see http://opensource.atlassian.com/projects/hibernate/browse/BVAL-99) I think the rest should be fairly straightforward but it will probably take a good day of work. It's all fresh in my mind so don't hesitate to

Re: [hibernate-dev] Do you know of any ASL 2 implementation of...

2009-01-28 Thread Emmanuel Bernard
Specifically a routine like boolean isSuperType(Type super, Type, sub); note Type, not Class On Jan 28, 2009, at 21:22, Emmanuel Bernard wrote: http://java.sun.com/docs/books/jls/third_edition/html/typesValues.html#4.10 Subtyping I am looking for an ASL 2 / BSD implementation of the subtyp

[hibernate-dev] Do you know of any ASL 2 implementation of...

2009-01-28 Thread Emmanuel Bernard
http://java.sun.com/docs/books/jls/third_edition/html/typesValues.html#4.10 Subtyping I am looking for an ASL 2 / BSD implementation of the subtyping resolution algorithm in Java. I am thinking Harmony might have one. Anybody knows? ___ hibernate-de