axis2 Could not identify the Annotation
"hellozengsong@gmail" <[email protected]>
| Newsgroups | gmane.text.xml.axis.user |
|---|---|
| Message-ID | <[email protected]> |
axis2-1.6.2 Deploy tomcat7.0
console:
Could not identify the Annotation....
Could not identify the Annotation....
my code:
@Service("iMSServiceImpl")
public class SimpleServiceImpl implements SimpleService{
@Autowired
@Qualifier("iMSServiceFunction")
private SimpleDao simpleDao;
}
out Could not identify the Annotation Tips for how to solve this
hellozengsong@gmail