Hello,
I'm testing new version 0.22-SNAPSHOT but found this when trying to
start the portal:
INFO : org.apache.rave.util.OverridablePropertyPlaceholderConfigurer -
Loading properties file from class path resource [portal.properties]
26 ravePersistenceUnit WARN [main] openjpa.Runtime - An error
occurred while registering a ClassTransformer with PersistenceUnitInfo:
name 'ravePersistenceUnit', root URL
[file:/home/gad/workspace-platform/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/level2-rave-overlay-portal/WEB-INF/lib/rave-jpa-0.22-SNAPSHOT.jar].
The error has been consumed. To see it, set your openjpa.Runtime log
level to TRACE. Load-time class transformation will not be available.
ERROR: org.springframework.web.context.ContextLoader - Context
initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating
bean with name 'dataImporter': Invocation of init method failed; nested
exception is java.lang.IllegalStateException: Conversion factory not set
by the Spring context
....
Caused by: java.lang.IllegalStateException: Conversion factory not set
by the Spring context
at
org.apache.rave.portal.model.conversion.JpaConverter.getInstance(JpaConverter.java:70)
at
org.apache.rave.portal.model.conversion.ConvertingListProxyFactory$ConvertingListInvocationHandler.convertAll(ConvertingListProxyFactory.java:76)
at
org.apache.rave.portal.model.conversion.ConvertingListProxyFactory$ConvertingListInvocationHandler.invoke(ConvertingListProxyFactory.java:68)
at com.sun.proxy.$Proxy65.addAll(Unknown Source)
at
org.apache.rave.portal.model.JpaPerson.setProperties(JpaPerson.java:272)
What can this be?
Thank you.