marais89 / ocpsoft-tools

Automatically exported from code.google.com/p/ocpsoft-tools
0 stars 0 forks source link

Configuration files are not complete (ui.properties) #8

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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>

Original issue reported on code.google.com by stephan....@gmail.com on 1 Sep 2010 at 1:06