Use the jar tool to verify that CPFValidator is, in fact, packaged inside your JAR. Make sure that JAR is on the classpath.
On 12/2/05, Vinicius Carvalho <[EMAIL PROTECTED]> wrote: > 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 > > -- Howard M. Lewis Ship Independent J2EE / Open-Source Java Consultant Creator, Jakarta Tapestry Creator, Jakarta HiveMind Professional Tapestry training, mentoring, support and project work. http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
