I don't know if underscores are allowed in package names. You might also verify that the fully-qualified class name is correct.
Matt On 2/13/08, Leo Barrientos C. <[EMAIL PROTECTED]> wrote: > Yes "bloqueDao" is defined in > src/main/webapp/WEB-INF/applicationContext.xml > > Also, if i delete the test, the appz run normally. I'm trying to find > the test configuration... no results. > > Thanks in advance. > > > > El mié, 13-02-2008 a las 09:12 -0700, Matt Raible escribió: > > > Do you have this DAO defined as a bean somewhere? If so, where? Only > > certain context files are loaded for testing, so naming is important. > > > > Matt > > > > On 2/13/08, Leo Barrientos C. <[EMAIL PROTECTED]> wrote: > > > Hello, i changed to another PC and i got this error: > > > > > > org.springframework.beans.factory.UnsatisfiedDependencyException: Error > > > creating bean with name > > > > 'com.opensistemas.discusion_documentos.webapp.dao.RolDeUsuarioEnExpedienteDaoTest': > Unsatisfied dependency expressed through bean property > 'rolDeUsuarioEnExpedienteDao': Set this property value or disable dependency > checking for this bean. > > > > > > It seems that the configuration of test beans cannot find the > > > dependencies. > > > > > > i need to create a XXXXX-context.xml for testing classes? > > > > > > Any idea? > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
