Hello, Nope, I've just created a project from archetype and let it run.
It only happnes when running from archetype. I ran the solution by just using the source and it worked. Then I just copied the database created and with the database plugged in it also works.
I think that is just the database population on first time when using archetype.
El 01/06/13 20:13, Matt Franklin escribió:
Sounds like the component scan is not picking up that package. Have you overridden any of the application contexts? On Sat, Jun 1, 2013 at 12:34 PM, Gonzalo Aguilar Delgado < [email protected]> wrote:Hello, I'm testing new version 0.22-SNAPSHOT but found this when trying to start the portal: INFO : org.apache.rave.util.**OverridablePropertyPlaceholder**Configurer - 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$**ConvertingListInvocationHandle**r.convertAll( **ConvertingListProxyFactory.**java:76) at org.apache.rave.portal.model.**conversion.** ConvertingListProxyFactory$**ConvertingListInvocationHandle**r.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.
