工具myEclipse10
工作空间下有2个项目,outService 和reportdemo,这2个项目都曾经部署到Tomcat6.0。今天从outService切换到和reportdemo上后,启动Tomcat报错,部分信息如下:
INFO: Setting the server's publish address to be /outService
十月 09, 2015 3:07:10 下午 org.apache.cxf.common.injection.ResourceInjector invokeSetter
SEVERE: Can't find the injection setter method: setServiceDao
但相关类setServiceDao是在outService项目中的,怎么会报错呢?