Please help me. I am an Alfresco newbie.
I use Alfresco 3.3g with Eclipse 3.6 (STS) and have downloaded the newest soucre. But the Tomcatserver do not start. The ANT build was succesful, but with many errr messages.
I have copied the first line of the messags (diveded in several lines for better reading in thei post):
++++++++++++++++++++++++++++++++++
org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'RepoServerMgmt' defined in class path resource [alfresco/core-services-context.xml]:
Cannot resolve reference to bean 'transactionService' while setting bean property 'transactionService';
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'transactionService' defined in class path resource [alfresco/core-services-context.xml]:
Cannot resolve reference to bean 'transactionManager' while setting bean property 'transactionManager';
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'transactionManager' defined in class path resource [alfresco/hibernate-context.xml]:
Cannot resolve reference to bean 'sessionFactory' while setting bean property 'sessionFactory';
nested exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'sessionFactory' defined in class path resource [alfresco/hibernate-context.xml]:
Invocation of init method failed; nested exception is org.hibernate.HibernateException:
Hibernate Dialect must be explicitly set
+++++++++++++++++++++++++++++++++++++++++
What can I do?
Thanks in advance
Thorsten