micwic Posted August 21, 2010 Share Posted August 21, 2010 I applied the upgrade to 3.7.1 Pro version and my import/export function fails due to :2010-08-21 13:01:12,025 ERROR BaseExportImportCommand:45 - org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditServiceTarget' defined in class path resource [config/applicationContext-audit.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/hibernate/criterion/Criterionorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'auditServiceTarget' defined in class path resource [config/applicationContext-audit.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/hibernate/criterion/Criterion I don't know which jar to check. Here is an bastract from the config file that defines the class:<bean id="auditServiceTarget" class="com.jaspersoft.ji.logging.audit.service.AuditServiceImpl"> <property name="sessionFactory" ref="sessionFactory"/> <property name="persistentClassFactory" ref="persistentMappings"/> <property name="clientClassFactory" ref="mappingResourceFactory"/> <property name="maxAuditEventAgeToArchive" value="30"/> <property name="maxAuditEventAge" value="180"/> </bean> Any idea what the problem is ? Thank You Link to comment Share on other sites More sharing options...
micwic Posted August 22, 2010 Author Share Posted August 22, 2010 The hibernate-core-3.3.2.GA-HHH-2763.jar librairie was missing in /scripts/lib ! May be deleted by error during upgrade. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now