¡Caminando hacia el éxito!

Aprende en Comunidad

Avalados por :

Implementación de Fachada Total Customer para Servicio DAO

  • Creado 01/03/2024
  • Modificado 01/03/2024
  • 1 Vistas
0
Cargando...
 <!-- Total Customer service dao facade-->
 <bean id="totalCustomersDao"
       class="de.hybris.training.core.dao.impl.TotalCustomersDaoImpl">
     <property name="flexibleSearchService" ref="flexibleSearchService"/>
 </bean>

 <bean id="totalCustomerService" class=" de.hybris.training.core.impl.TotalCustomerServiceImpl">
     <property name="totalCustomersDao" ref="totalCustomersDao"/>
 </bean>

 <bean id="totalCustomerFacade" class="de.hybris.training.core.facade.impl.TotalCustomerFacadeImpl">
     <property name="totalCustomerService" ref="totalCustomerService"/>
 </bean>

 <bean id="usersFindJob" class=" de.hybris.training.core.job.UsersFindJob"
       parent="abstractJobPerformable" >

 </bean>

this is xml.

This is facade class

 public class TotalCustomerFacadeImpl implements TotalCustomerFacade {

 //TODO autowired or resoucre not work

    private TotalCustomerService totalCustomerService ;

    private static final org.apache.log4j.Logger LOG = org.apache.log4j.Logger.getLogger(UsersFindJob.class);

    public TotalCustomerService getTotalCustomerService() {
        return totalCustomerService;
    }

    public void setTotalCustomerService(TotalCustomerService totalCustomerService) {
        this.totalCustomerService = totalCustomerService;
    }


here for

    private TotalCustomerService totalCustomerService ;

when i put autorwired, it says

 could not autowire no beans of type found


            
            
Pedro Pascal
Se unió el 07/03/2018
Pinterest
Telegram
Linkedin
Whatsapp

2 Respuestas

0
Cargando...

La respuesta está en blanco

Respondido el 15/04/2024
LUCIANO RIOJA GHIOTTO
Se unió el 13/07/2019
0
Cargando...

¿En qué archivo XML colocaste la definición del bean? Lo más probable es que se coloquen los beans del contexto de la aplicación en el [nombre-de-tu-extensión]-spring.xml.

Respondido el 15/04/2024
LUCIANO RIOJA GHIOTTO
Se unió el 13/07/2019

contacto@primeinstitute.com

(+51) 1641 9379
(+57) 1489 6964

© 2024 Copyright. Todos los derechos reservados.

Desarrollado por Prime Institute

¡Hola! Soy Diana, asesora académica de Prime Institute, indícame en que curso estas interesado, saludos!
Hola ¿Puedo ayudarte?