错误现象: [framework] 2016-05-26 11:34:53,590 -INFO [http-bio-8080-exec-7] -1231863 -com.dhcc.base.db.DBLink - sql=select metadata from map_metadata_format where pid='agme.asm.bcgz.57989' and format_id='iso19139' and FORMAT_ORIGIN='test20160526' for up…
报这个错,只有一个原因,就是你转化的类型不对. 如果你的类是一个单实体类,也就是没有继承或是接口别的类. public class HjmServiceImpl {} 那么这样写就可以: HjmServiceImpl service = (HjmServiceImpl)ctx.getBean("HjmServiceImpl"); 但如果你的类,一般像SERVER的实体类,是接口过的. public class HjmServiceImpl implementsHjmExampleSer…