I have installed Alfresco CommunityEdition and the SDK. The Community Edition runs under Oracle9, but I get the following error when trying the FirstFoundationClient sample:
…. Caused by: org.springframework.orm.hibernate3.HibernateJdbcException: JDBC exception on Hibernate data access: could not execute query; nested exception is java.sql.SQLException: ORA-00933: SQL command not properly ended …
I had similar errors with the FirstFoundationClient until I overrode the hibernate dialect. To do this, I added a "custom-hibernate-dialect.properties" file to the ../alfresco/extension folder of the project, and added the following block to the "custom-repository-context.xml" file:
I had already added the custom-hibernate-dialect.properties to the extension folder, but not the hibernateConfigProperties to the custom-repository-context.xml