Hello there! I have a component library and inside it I've bundle some
validators. I'm able to use the components with no problem, but the
validators are not been found by my application:

<bean name="cpfValidator" class="org.tupiniquim.validators.CPFValidator"/>

Unable to instantiate bean 'cpfValidator' of component Register: Unable to
find class org.tupiniquim.validators.CPFValidator within package list
'null'.

Am I missing something here?

Regards

Reply via email to