Error on Building openvpms-sms 1.8-dev@5831
Submitted by Ben_Charlton on Wed, 23/04/2014 - 15:25
Tim, its probably a config error on my end but can you shed any light on
Failed to execute goal org.openvpms:openvpms-archetype-maven-plugin:1.8-SNAPSHOT:load (default) on project openvpms-sms: Execution default of goal org.openvpms:openvpms-archetype-maven-plugin:1.8-SNAPSHOT:load failed: Error creating bean with name 'sessionFactory' defined in class path resource [mavenPluginApplicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.MappingException: Association references unmapped class: org.openvpms.component.business.dao.hibernate.im.entity.EntityLinkDOImpl -> [Help 1]
As far as I can tell that particular class isnt referenced in mavenPluginApplicationContext.xml, but it is referenced in
org/openvpms/component/business/dao/hibernate/im/entity/EntityIdentityDOImpl.hbm.xml
which IS referenced in mavenPluginApplicationContext.xml.
Hibernate errors are the one thing I cant get my head around
Re: Error on Building openvpms-sms 1.8-dev@5831
Its was complaining about EntityLinkDOImpl introduced as part of https://openvpms.atlassian.net/browse/OBF-228
Fixed in revision 5872.
Thanks,
-Tim