Hi Eric, We'd probably need a bit more to go on here... if you could boil this down to a small self-contained example project that exhibits this problem we might have a better likelihood of being able to assist you.
Regards, Matt On Jul 31, 2013 8:44 PM, "Eric Evans" <[email protected]> wrote: > > Hi, > > I have a bean that is annotated with 4 NotNull constraints. A unit test > is working as expected (validator.validate(new User()) returns 4 > ConstraintViolations), but the same code does not work from within my > OSGI application. There are no exceptions, it simply fails to return > any ConstraintViolations. > > Any help with this would be greatly appreciated. > > Thanks, > > -- > Eric Evans > [email protected] >
