05-27-2010 05:42 AM
Caused by: java.io.FileNotFoundException: class path resource [alfresco/extension/customrepository.properties] cannot be opened because it does not exist
db.name=alfresco
db.username=root
db.password=root
#MySql en local
db.host=localhost
db.port=3306
db.driver=org.gjt.mm.mysql.Driver
db.url=jdbc:mysql://${db.host}:${db.port}/${db.name}
And my custom-hibernate-dialect.properties is
hibernate.dialect=org.hibernate.dialect.MySQLInnoDBDialect
05-27-2010 06:00 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.