Checked out the latest source. It compiles fine in maven command line, however when i import it into eclipse, I get an error in line 109 of org.apache.openejb.assembler.classic.ValidationBuilder. The compile error appears at the following piece of code:- *target = Validation.byProvider(clazz).configure();*
The compile error is : *Bound mismatch: The generic method byProvider(Class<U>) of type Validation is not applicable for the arguments (Class<capture#7-of ? extends ValidationProvider>). The inferred type Configuration<Configuration<T>> is not a valid substitute for the bounded parameter <T extends Configuration<T>>* Can somebody suggest a fix.? -- Karan Singh Malhi
