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]
