我的 hbm.xml都在hbm包下,我的value应该怎样写?
我现在报告
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.InvalidMappingException: Could not parse mapping document from input stream
这个错误
是不是应该写成
[code="java"]
classpath:/com/mycomp/daos/hbm/*.hbm.xml
[/code]