New issue 8 by stephan.pabinger: Configuration files are not complete
(ui.properties)
http://code.google.com/p/ocpsoft-tools/issues/detail?id=8
What steps will reproduce the problem?
1. Follow steps of "Get Started"
2. Try to open http://localhost:8080/socialpm-ui/
What do you see instead?
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid
bean definition with name 'mailUtil' defined in class path resource
[applicationContext.xml]: Could not resolve placeholder 'socialpm.mail.host'
Possible fix:
add the following lines to ui.properties:
socialpm.mail.host=<TODO>
socialpm.mail.port=<TODO>
socialpm.mail.user=<TODO>
socialpm.mail.password=<TODO>