org.springframework.beans.TypeMismatchException: Failed to convert property value of type [$Proxy7] to required type [myservice.MyService] for property 'service'
检查下com.yourcompany.struts.action.MessageAction 类里有没有service属性,
与用Spring注入的service是不是类型一致。