Jump to content

Export/Import fails after upgrade to 3.7.1


micwic

Recommended Posts

 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.b

eans.factory.BeanCreationException: Error creating bean with name 'auditServiceT

arget' defined in class path resource [config/applicationContext-audit.xml]: Ins

tantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: o

rg/hibernate/criterion/Criterion

org.springframework.beans.factory.BeanCreationException: Error creating bean wit

h name 'auditServiceTarget' defined in class path resource [config/applicationCo

ntext-audit.xml]: Instantiation of bean failed; nested exception is java.lang.No

ClassDefFoundError: 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

  • Replies 1
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

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 account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...