Problem:
Unable to instantiate Action, zhuceinfoaction, defined for ' zhuceaction ' in namespace '/' Error creating beans with Name ' en Uceinfoaction ' defined in class path resource [Applicationcontext.xml]: Initialization of Bean failed;
Nested exception is org.springframework.beans.ConversionNotSupportedException:Failed to convert property value of type ' Com.serviceImpl.UserInfoServiceImpl ' to required type ' Com.service.UserInfoService ' for property ' Userinfoservice ';
Nested exception is Java.lang.IllegalStateException:Cannot convert value of type [Com.serviceImpl.UserInfoServiceImpl] To required type [Com.service.UserInfoService] for property ' Userinfoservice ': no matching editors or conversion strategy Found
Solution: 1, check the Application.xml file in the configuration is incorrect.
2, such as the confirmation of the application file configuration is correct, you should check the implementation of XX class is implemented from XX (such as: Check Userinfoserviceimpl is implemented from Userinfoservice).